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

Unified Diff: content/shell/android/linker_test_apk/AndroidManifest.xml

Issue 23717023: Android: Add chrome-specific dynamic linker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add build/android/low_memory_device.gypi Created 7 years, 2 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: 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..4dac369922c6b71e0e65c326748d3afb6f7740da 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"
@@ -96,7 +96,7 @@
android:exported="false" />
</application>
- <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="18" />
+ <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />
Yaron 2013/10/10 13:27:29 18 (probably rev'd since you started)
digit1 2013/10/10 13:37:23 Indeed :-) Fixed.
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.CAMERA" />

Powered by Google App Engine
This is Rietveld 408576698