allow installing the app on internal storage only
This commit is contained in:
parent
cd15023c3a
commit
624cc02299
|
@ -2,7 +2,7 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.simplemobiletools.launcher"
|
||||
android:installLocation="auto">
|
||||
android:installLocation="internalOnly">
|
||||
|
||||
<uses-permission
|
||||
android:name="android.permission.QUERY_ALL_PACKAGES"
|
||||
|
|
Loading…
Reference in New Issue