Loading core/res/AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -848,10 +848,10 @@ <protected-broadcast android:name="android.app.action.CONSOLIDATED_NOTIFICATION_POLICY_CHANGED" /> <protected-broadcast android:name="android.intent.action.MAIN_USER_LOCKSCREEN_KNOWLEDGE_FACTOR_CHANGED" /> <protected-broadcast android:name="com.android.uwb.uwbcountrycode.GEOCODE_RETRY" /> <protected-broadcast android:name="android.telephony.action.ACTION_SATELLITE_SUBSCRIBER_ID_LIST_CHANGED" /> <protected-broadcast android:name="android.telephony.satellite.action.SATELLITE_SUBSCRIBER_ID_LIST_CHANGED" /> <protected-broadcast android:name="android.service.ondeviceintelligence.MODEL_LOADED" /> <protected-broadcast android:name="android.service.ondeviceintelligence.MODEL_UNLOADED" /> <protected-broadcast android:name="android.telephony.action.ACTION_SATELLITE_START_NON_EMERGENCY_SESSION" /> <protected-broadcast android:name="android.telephony.satellite.action.SATELLITE_START_NON_EMERGENCY_SESSION" /> <!-- ====================================================================== --> Loading telephony/java/android/telephony/satellite/SatelliteManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -746,7 +746,7 @@ public final class SatelliteManager { * @hide */ public static final String ACTION_SATELLITE_SUBSCRIBER_ID_LIST_CHANGED = "android.telephony.action.ACTION_SATELLITE_SUBSCRIBER_ID_LIST_CHANGED"; "android.telephony.satellite.action.SATELLITE_SUBSCRIBER_ID_LIST_CHANGED"; /** Loading @@ -757,7 +757,7 @@ public final class SatelliteManager { * @hide */ public static final String ACTION_SATELLITE_START_NON_EMERGENCY_SESSION = "android.telephony.action.ACTION_SATELLITE_START_NON_EMERGENCY_SESSION"; "android.telephony.satellite.action.SATELLITE_START_NON_EMERGENCY_SESSION"; /** * Meta-data represents whether the application supports P2P SMS over carrier roaming satellite * which needs manual trigger to connect to satellite. The messaging applications that supports Loading Loading
core/res/AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -848,10 +848,10 @@ <protected-broadcast android:name="android.app.action.CONSOLIDATED_NOTIFICATION_POLICY_CHANGED" /> <protected-broadcast android:name="android.intent.action.MAIN_USER_LOCKSCREEN_KNOWLEDGE_FACTOR_CHANGED" /> <protected-broadcast android:name="com.android.uwb.uwbcountrycode.GEOCODE_RETRY" /> <protected-broadcast android:name="android.telephony.action.ACTION_SATELLITE_SUBSCRIBER_ID_LIST_CHANGED" /> <protected-broadcast android:name="android.telephony.satellite.action.SATELLITE_SUBSCRIBER_ID_LIST_CHANGED" /> <protected-broadcast android:name="android.service.ondeviceintelligence.MODEL_LOADED" /> <protected-broadcast android:name="android.service.ondeviceintelligence.MODEL_UNLOADED" /> <protected-broadcast android:name="android.telephony.action.ACTION_SATELLITE_START_NON_EMERGENCY_SESSION" /> <protected-broadcast android:name="android.telephony.satellite.action.SATELLITE_START_NON_EMERGENCY_SESSION" /> <!-- ====================================================================== --> Loading
telephony/java/android/telephony/satellite/SatelliteManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -746,7 +746,7 @@ public final class SatelliteManager { * @hide */ public static final String ACTION_SATELLITE_SUBSCRIBER_ID_LIST_CHANGED = "android.telephony.action.ACTION_SATELLITE_SUBSCRIBER_ID_LIST_CHANGED"; "android.telephony.satellite.action.SATELLITE_SUBSCRIBER_ID_LIST_CHANGED"; /** Loading @@ -757,7 +757,7 @@ public final class SatelliteManager { * @hide */ public static final String ACTION_SATELLITE_START_NON_EMERGENCY_SESSION = "android.telephony.action.ACTION_SATELLITE_START_NON_EMERGENCY_SESSION"; "android.telephony.satellite.action.SATELLITE_START_NON_EMERGENCY_SESSION"; /** * Meta-data represents whether the application supports P2P SMS over carrier roaming satellite * which needs manual trigger to connect to satellite. The messaging applications that supports Loading