Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
close down content provider
Browse files Browse the repository at this point in the history
  • Loading branch information
hundeva committed Jun 9, 2018
1 parent 397b292 commit cb4899e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<provider
android:name="com.android.launcher3.LauncherProvider"
android:authorities="${applicationId}.settings"
android:exported="true"
android:exported="false"
android:writePermission="${applicationId}.permission.WRITE_SETTINGS"
android:readPermission="${applicationId}.permission.READ_SETTINGS" />

Expand Down

0 comments on commit cb4899e

Please sign in to comment.