Disable ClockOptionsProvider so clocks don't appear in picker app
Bug: 136090066 Test: `adb shell content query --uri content://com.android.keyguard.clock/list_options` fails with could not find provider Change-Id: I88433c3d4cfbde388c4ace9b726fb4f53f404d48
This commit is contained in:
@@ -644,7 +644,8 @@
|
||||
<provider
|
||||
android:name="com.android.keyguard.clock.ClockOptionsProvider"
|
||||
android:authorities="com.android.keyguard.clock"
|
||||
android:exported="true"
|
||||
android:enabled="false"
|
||||
android:exported="false"
|
||||
android:grantUriPermissions="true">
|
||||
</provider>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user