Merge "correct the definition of LISTEN_RADIO_POWER_STATE_CHANGED"
am: 2c10a29eaa

Change-Id: I265296c4a1b40606f8e3e2b96d4d20a1ccd9d4c7
diff --git a/api/system-current.txt b/api/system-current.txt
index 8c396d1..b283cdf 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -5159,7 +5159,7 @@
 
   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 284e998..3476db4 100644
--- a/telephony/java/android/telephony/PhoneStateListener.java
+++ b/telephony/java/android/telephony/PhoneStateListener.java
@@ -289,7 +289,7 @@
      *  @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