Bug 1322029 - Disallow installing Fennec to external storage r=jchen draft
authorJames Willcox <snorp@snorp.net>
Thu, 06 Apr 2017 10:00:46 -0500
changeset 557274 a373cd05a0797944ed54fbd27962a491a044b004
parent 557273 4d86030933dba54fe888f438ea5d58c21ae9082c
child 623001 323355d08f6075ec4ba269ca831b86f81c7727b4
push id52664
push userbmo:snorp@snorp.net
push dateThu, 06 Apr 2017 15:19:44 +0000
reviewersjchen
bugs1322029
milestone55.0a1
Bug 1322029 - Disallow installing Fennec to external storage r=jchen MozReview-Commit-ID: Kv0iShdPgFT
mobile/android/base/AndroidManifest.xml.in
--- a/mobile/android/base/AndroidManifest.xml.in
+++ b/mobile/android/base/AndroidManifest.xml.in
@@ -1,13 +1,13 @@
 #filter substitution
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="@ANDROID_PACKAGE_NAME@"
-      android:installLocation="auto"
+      android:installLocation="internalOnly"
       android:versionCode="@ANDROID_VERSION_CODE@"
       android:versionName="@MOZ_APP_VERSION@"
 #ifdef MOZ_ANDROID_SHARED_ID
       android:sharedUserId="@MOZ_ANDROID_SHARED_ID@"
 #endif
       >
     <uses-sdk android:minSdkVersion="@MOZ_ANDROID_MIN_SDK_VERSION@"
 #ifdef MOZ_ANDROID_MAX_SDK_VERSION