Skip to content

Commit 45576cc

Browse files
committed
Explicitly export content providers
In a future version of Android, the default value for <provider android:exported> will change from true to false. Explicitly set android:exported="true" Bug: 3306452 Change-Id: Iffe4dca4fefc92bb9f89698f149a87c16a7ce3c5
1 parent ff92aa7 commit 45576cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/SettingsProvider/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
<provider android:name="SettingsProvider" android:authorities="settings"
1616
android:multiprocess="false"
17+
android:exported="true"
1718
android:writePermission="android.permission.WRITE_SETTINGS"
1819
android:initOrder="100" />
1920
</application>

0 commit comments

Comments
 (0)