| Index: content/shell/android/linker_test_apk/AndroidManifest.xml
|
| diff --git a/content/shell/android/browsertests_apk/AndroidManifest.xml b/content/shell/android/linker_test_apk/AndroidManifest.xml
|
| similarity index 96%
|
| copy from content/shell/android/browsertests_apk/AndroidManifest.xml
|
| copy to content/shell/android/linker_test_apk/AndroidManifest.xml
|
| index 2d0620c5f7a33dc97442c928266002c7bbd840ee..cbd3c723c404843c562ed76aabb5a1fc5f2a5745 100644
|
| --- a/content/shell/android/browsertests_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_browsertests_apk">
|
| + package="org.chromium.content_linker_test_apk">
|
|
|
| <permission android:name="org.chromium.content_shell.permission.SANDBOX"
|
| android:protectionLevel="signature" />
|
|
|
| - <application android:name="ContentBrowserTestsApplication"
|
| - android:label="ContentBrowserTests">
|
| - <activity android:name="ContentBrowserTestsActivity"
|
| + <application android:name="ContentLinkerTestApplication"
|
| + android:label="ContentLinkerTest">
|
| + <activity android:name="ContentLinkerTestActivity"
|
| android:launchMode="singleTask"
|
| android:theme="@android:style/Theme.Holo.Light.NoActionBar"
|
| android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
|
|
|