Issue 40: Enable app installation to SD card (issue 5309080)

7 views
Skip to first unread message

jeremy....@gmail.com

unread,
Oct 29, 2011, 8:07:31 PM10/29/11
to justin...@gmail.com, npr-a...@googlegroups.com, re...@codereview.appspotmail.com
Reviewers: justinfriberg,

Description:
Allow devices to install the app on the SD card for devices running 2.2
and later.

Please review this at http://codereview.appspot.com/5309080/

Affected files:
Npr/AndroidManifest.xml


Index: Npr/AndroidManifest.xml
===================================================================
--- Npr/AndroidManifest.xml (revision 140)
+++ Npr/AndroidManifest.xml (working copy)
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
- package="org.npr.android.news" android:versionName="2.1.0"
+ package="org.npr.android.news"
+ android:installLocation="auto"
+ android:versionName="2.1.0"
android:versionCode="3">
<application
android:label="@string/app_name"
@@ -97,7 +99,7 @@
<uses-permission
android:name="android.permission.BROADCAST_STICKY"/>
<uses-sdk
- android:targetSdkVersion="4"
+ android:targetSdkVersion="8"
android:minSdkVersion="4"/>
<supports-screens
android:normalScreens="true"


Reply all
Reply to author
Forward
0 new messages