added android:installLocation="internalOnly" tag to the manifest because the app is a widget, and uses services as recommended by the android developer site

This commit is contained in:
2011-02-04 23:26:29 +00:00
parent 17f76029e5
commit 54cb2b8f04
4 changed files with 3 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.TwentyCodes.android.TravelPost" android:versionName="0.0.0" android:versionCode="5">
package="com.TwentyCodes.android.TravelPost" android:versionName="0.0.0" android:versionCode="5" android:installLocation="internalOnly">
<application android:icon="@drawable/icon" android:label="@string/app_name">