Loading core/res/AndroidManifest.xml +0 −2 Original line number Diff line number Diff line Loading @@ -484,8 +484,6 @@ <protected-broadcast android:name="android.intent.action.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED" /> <protected-broadcast android:name="android.intent.action.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED" /> <protected-broadcast android:name="android.intent.action.ACTION_SUBINFO_CONTENT_CHANGE" /> <protected-broadcast android:name="android.intent.action.ACTION_SUBINFO_RECORD_UPDATED" /> <protected-broadcast android:name="android.intent.action.ACTION_SET_RADIO_CAPABILITY_DONE" /> <protected-broadcast android:name="android.intent.action.ACTION_SET_RADIO_CAPABILITY_FAILED" /> Loading telephony/java/com/android/internal/telephony/TelephonyIntents.java +0 −17 Original line number Diff line number Diff line Loading @@ -211,23 +211,6 @@ public class TelephonyIntents { */ public static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE"; /** * <p>Broadcast Action: It indicates one column of a subinfo record has been changed * <p class="note">This is a protected intent that can only be sent * by the system. */ public static final String ACTION_SUBINFO_CONTENT_CHANGE = "android.intent.action.ACTION_SUBINFO_CONTENT_CHANGE"; /** * <p>Broadcast Action: It indicates subinfo record update is completed * when SIM inserted state change * <p class="note">This is a protected intent that can only be sent * by the system. */ public static final String ACTION_SUBINFO_RECORD_UPDATED = "android.intent.action.ACTION_SUBINFO_RECORD_UPDATED"; /** * Broadcast Action: The default subscription has changed. This has the following * extra values:</p> Loading Loading
core/res/AndroidManifest.xml +0 −2 Original line number Diff line number Diff line Loading @@ -484,8 +484,6 @@ <protected-broadcast android:name="android.intent.action.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED" /> <protected-broadcast android:name="android.intent.action.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED" /> <protected-broadcast android:name="android.intent.action.ACTION_SUBINFO_CONTENT_CHANGE" /> <protected-broadcast android:name="android.intent.action.ACTION_SUBINFO_RECORD_UPDATED" /> <protected-broadcast android:name="android.intent.action.ACTION_SET_RADIO_CAPABILITY_DONE" /> <protected-broadcast android:name="android.intent.action.ACTION_SET_RADIO_CAPABILITY_FAILED" /> Loading
telephony/java/com/android/internal/telephony/TelephonyIntents.java +0 −17 Original line number Diff line number Diff line Loading @@ -211,23 +211,6 @@ public class TelephonyIntents { */ public static final String SECRET_CODE_ACTION = "android.provider.Telephony.SECRET_CODE"; /** * <p>Broadcast Action: It indicates one column of a subinfo record has been changed * <p class="note">This is a protected intent that can only be sent * by the system. */ public static final String ACTION_SUBINFO_CONTENT_CHANGE = "android.intent.action.ACTION_SUBINFO_CONTENT_CHANGE"; /** * <p>Broadcast Action: It indicates subinfo record update is completed * when SIM inserted state change * <p class="note">This is a protected intent that can only be sent * by the system. */ public static final String ACTION_SUBINFO_RECORD_UPDATED = "android.intent.action.ACTION_SUBINFO_RECORD_UPDATED"; /** * Broadcast Action: The default subscription has changed. This has the following * extra values:</p> Loading