Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(621)

Unified Diff: build/android/AndroidManifest.xml

Issue 1763713003: Fix accessibility order of Android tabstrip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed GN Build Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" />

Powered by Google App Engine
This is Rietveld 408576698