diff options
-rw-r--r-- | subsonic-android/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml index 55627d6d..46746378 100644 --- a/subsonic-android/AndroidManifest.xml +++ b/subsonic-android/AndroidManifest.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
- android:installLocation="auto"
+ android:installLocation="internalOnly"
android:versionCode="15"
android:versionName="3.5">
|