Address IMSI privacy issues. Added method resetCarrierKeysForImsiEncryption
to allow for keys to be reset.
Make intent protected.
Bug: 35606429
Test: manual
Change-Id: I06d06c85ac5e7d745f71f79791a691fff38ef6d9
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 53384d9..4d0c860 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -80,6 +80,7 @@
<protected-broadcast android:name= "com.android.internal.telephony.CARRIER_VVM_PACKAGE_INSTALLED" />
<protected-broadcast android:name= "com.android.cellbroadcastreceiver.GET_LATEST_CB_AREA_INFO" />
<protected-broadcast android:name= "android.intent.action.CURRENT_CARRIER_IDENTITY_CHANGED" />
+ <protected-broadcast android:name= "com.android.internal.telephony.ACTION_CARRIER_CERTIFICATE_DOWNLOAD" />
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
<uses-permission android:name="android.permission.CALL_PHONE" />