mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-04-21 13:27:21 +02:00
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"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.simplemobiletools.launcher"
|
package="com.simplemobiletools.launcher"
|
||||||
android:installLocation="auto">
|
android:installLocation="internalOnly">
|
||||||
|
|
||||||
<uses-permission
|
<uses-permission
|
||||||
android:name="android.permission.QUERY_ALL_PACKAGES"
|
android:name="android.permission.QUERY_ALL_PACKAGES"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user