Skip to content

Commit

Permalink
Specify we read and write launcher settings
Browse files Browse the repository at this point in the history
Change-Id: Ifc8196588443b007602118389ca76d34ab531f14
  • Loading branch information
luca020400 authored and mikeNG committed Oct 7, 2021
1 parent daab341 commit 6ace55e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AndroidManifest.xml
Expand Up @@ -36,6 +36,9 @@
</intent>
</queries>

<uses-permission android:name="com.android.launcher3.permission.READ_SETTINGS" />
<uses-permission android:name="com.android.launcher3.permission.WRITE_SETTINGS" />

<application
tools:replace="android:icon,android:name"
android:extractNativeLibs="false"
Expand Down

0 comments on commit 6ace55e

Please sign in to comment.