Remove old telephony Intent from protected-broadcasts

An old internal intent has been refactored out of telephony,
so remove it from protected-broadcasts as well.

Bug: 178682618
Test: atest FrameworksTelephonyTests; manual testing
Change-Id: I32d891e514ee5a90564e510a5efb7dfa71293562
This commit is contained in:
Brad Ebinger
2021-05-11 16:08:31 -07:00
parent 0e05cb9d8b
commit 3b385e4caa

View File

@@ -593,8 +593,6 @@
<protected-broadcast android:name="android.intent.action.DYNAMIC_SENSOR_CHANGED" />
<protected-broadcast android:name="android.intent.action.ACTION_RADIO_OFF" />
<protected-broadcast android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" />
<protected-broadcast android:name="android.accounts.action.ACCOUNT_REMOVED" />
<protected-broadcast android:name="android.accounts.action.VISIBLE_ACCOUNTS_CHANGED" />