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

am: fd6cccc775

Change-Id: I45f482ad6b57cc3ff7c5f125f5f98f748f54063c
This commit is contained in:
chen xu
2018-10-19 13:26:32 -07:00
committed by android-build-merger
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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