Skip to content

Commit 6624afe

Browse files
nickkralAndroid (Google) Code Review
authored andcommitted
Merge "Explicitly export content providers" into jb-mr1-dev
2 parents b1f938c + 45576cc commit 6624afe

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)