Merge "Flip EMERGENCY_ASSISTANCE_ENABLED to true Bug: 23591361"
This commit is contained in:
committed by
Android (Google) Code Review
commit
e1bb8f5b51
@@ -296,7 +296,7 @@ public class TelephonyManager {
|
||||
/**
|
||||
* @hide
|
||||
*/
|
||||
public static final boolean EMERGENCY_ASSISTANCE_ENABLED = false;
|
||||
public static final boolean EMERGENCY_ASSISTANCE_ENABLED = true;
|
||||
|
||||
/**
|
||||
* The lookup key used with the {@link #ACTION_PHONE_STATE_CHANGED} broadcast
|
||||
|
||||
Reference in New Issue
Block a user