allow installing the app on internal storage only

This commit is contained in:
tibbi 2022-09-29 12:19:09 +02:00
parent cd15023c3a
commit 624cc02299
1 changed files with 1 additions and 1 deletions

View File

@ -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"