android - Application can't be moved to SD card -


i have put following in androidmanifest.xml described in article:

<application android:name="myapp" ... android:installlocation="auto">     ... </application>  <uses-sdk android:minsdkversion="4" android:targetsdkversion="8" /> 

but move sd card remaining disabled application (other installed applications on phone can moved sd card). what's wrong it?

just tried this. have line inside appliction tag. agreed doesn't work. article shows part of manifest tag like:

<manifest     xmlns:android="http://schemas.android.com/apk/res/android"     package="com.nbt.keypad"     android:versioncode="1"     android:versionname="1.0"     android:installlocation="auto"> 

then works me.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -