Track KEY_PERMISSION_CHANGED rename to KEY_ACCESS_CHANGED

Bug: 30298085
Change-Id: I290a7f9c23827f5c9adb55429bd6680a7b751393
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 99c01bf..8c04268 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -408,7 +408,7 @@
     <protected-broadcast android:name="android.security.STORAGE_CHANGED" />
     <protected-broadcast android:name="android.security.action.TRUST_STORE_CHANGED" />
     <protected-broadcast android:name="android.security.action.KEYCHAIN_CHANGED" />
-    <protected-broadcast android:name="android.security.action.KEY_PERMISSION_CHANGED" />
+    <protected-broadcast android:name="android.security.action.KEY_ACCESS_CHANGED" />
     <protected-broadcast android:name="android.telecom.action.PHONE_ACCOUNT_REGISTERED" />
     <protected-broadcast android:name="android.telecom.action.PHONE_ACCOUNT_UNREGISTERED" />
     <protected-broadcast android:name="android.telecom.action.SHOW_MISSED_CALLS_NOTIFICATION" />