mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +02:00
chore: restrict access to the activity to the settings app
This commit is contained in:
parent
6e528f8e79
commit
68aa523957
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name=".settings.SettingsActivity"
|
<activity android:name=".settings.SettingsActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:permission="android.permission.REQUEST_DELETE_PACKAGES"
|
android:permission="android.permission.MANAGE_APP_PERMISSIONS"
|
||||||
android:screenOrientation="portrait"
|
android:screenOrientation="portrait"
|
||||||
tools:ignore="LockedOrientationActivity">
|
tools:ignore="LockedOrientationActivity">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue