Protect system profiles related broadcasts

System components should only send protected broadcasts.

Change-Id: Ia3f38483270fe131db37559155a259989a837230
This commit is contained in:
Gabriele M
2017-04-15 14:07:18 +02:00
committed by Dan Pasanen
parent 1908152a2f
commit 117d242d5d

View File

@@ -32,6 +32,9 @@
<protected-broadcast android:name="cyanogenmod.intent.action.UPDATE_PREFERENCE" />
<protected-broadcast android:name="cyanogenmod.intent.action.REFRESH_PREFERENCE" />
<protected-broadcast android:name="cyanogenmod.platform.intent.action.PROFILE_UPDATED" />
<protected-broadcast android:name="cyanogenmod.platform.intent.action.INTENT_ACTION_PROFILE_TRIGGER_STATE_CHANGED" />
<!-- Must be required by an, to ensure that only the system can bind to it.
@hide -->
<permission android:name="cyanogenmod.permission.BIND_CUSTOM_TILE_LISTENER_SERVICE"