Index: build/android/AndroidManifest.xml |
diff --git a/build/android/AndroidManifest.xml b/build/android/AndroidManifest.xml |
index e1e2904f9d0a9607ab5bec319e5e9b216f34645f..9680c0efa66b19e478e6fa7ee995d2531c593d42 100644 |
--- a/build/android/AndroidManifest.xml |
+++ b/build/android/AndroidManifest.xml |
@@ -13,7 +13,7 @@ |
be kept up-to-date. |
--> |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
- package="dummy.package"> |
+ package="org.chromium.chrome"> |
jbudorick
2016/04/05 13:26:54
What's the motivation here? It's not obvious from
kraush
2016/04/05 15:48:04
This is the package the R.java this Manifest is us
jbudorick
2016/04/05 15:52:03
Yeah, that'd be great.
kraush
2016/04/05 18:57:47
I just looked into this some more and just realize
|
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23" /> |