diff options
| -rw-r--r-- | api/system-current.txt | 2 | ||||
| -rw-r--r-- | telephony/java/android/telephony/PhoneStateListener.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index 8c396d13dc6c..b283cdf4eca0 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -5159,7 +5159,7 @@ package android.telephony { public class PhoneStateListener { method public void onRadioPowerStateChanged(int); - field public static final int LISTEN_RADIO_POWER_STATE_CHANGED = 4194304; // 0x400000 + field public static final int LISTEN_RADIO_POWER_STATE_CHANGED = 8388608; // 0x800000 } public class ServiceState implements android.os.Parcelable { diff --git a/telephony/java/android/telephony/PhoneStateListener.java b/telephony/java/android/telephony/PhoneStateListener.java index 284e998ef5f3..3476db456bb1 100644 --- a/telephony/java/android/telephony/PhoneStateListener.java +++ b/telephony/java/android/telephony/PhoneStateListener.java @@ -289,7 +289,7 @@ public class PhoneStateListener { * @hide */ @SystemApi - public static final int LISTEN_RADIO_POWER_STATE_CHANGED = 0x00400000; + public static final int LISTEN_RADIO_POWER_STATE_CHANGED = 0x00800000; /* * Subscription used to listen to the phone state changes |