Index: content/shell/android/linker_test_apk/AndroidManifest.xml |
diff --git a/content/shell/android/linker_test_apk/AndroidManifest.xml b/content/shell/android/linker_test_apk/AndroidManifest.xml |
index 815bab5d7527eab2c5925cf6906f4610ac872153..94a3488201e36e41c1f23fe5789771f7d0b281bc 100644 |
--- a/content/shell/android/linker_test_apk/AndroidManifest.xml |
+++ b/content/shell/android/linker_test_apk/AndroidManifest.xml |
@@ -7,14 +7,14 @@ |
--> |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
- package="org.chromium.content_linker_test_apk"> |
+ package="org.chromium.chromium_linker_test_apk"> |
<permission android:name="org.chromium.content_shell.permission.SANDBOX" |
android:protectionLevel="signature" /> |
- <application android:name="ContentLinkerTestApplication" |
- android:label="ContentLinkerTest"> |
- <activity android:name="ContentLinkerTestActivity" |
+ <application android:name="ChromiumLinkerTestApplication" |
+ android:label="ChromiumLinkerTest"> |
+ <activity android:name="ChromiumLinkerTestActivity" |
android:launchMode="singleTask" |
android:theme="@android:style/Theme.Holo.Light.NoActionBar" |
android:configChanges="orientation|keyboardHidden|keyboard|screenSize" |