Merge "Add more documentation for isEmergencyAssistanceEnabled()." into qt-dev

am: 890a980d14

Change-Id: I0b418f54562360bbabe04a22256a07eda4699b98
This commit is contained in:
Hai Zhang
2019-04-19 22:14:19 -07:00
committed by android-build-merger

View File

@@ -10379,11 +10379,12 @@ public class TelephonyManager {
}
/**
* Determine whether the emergency assistance feature is available on the device.
* Returns whether {@link TelephonyManager#ACTION_EMERGENCY_ASSISTANCE emergency assistance} is
* available on the device.
* <p>
* Requires permission: {@link android.Manifest.permission#READ_PRIVILEGED_PHONE_STATE}
*
* @return whether the emergency assistance feature is available on the device
* @return {@code true} if emergency assistance is available, {@code false} otherwise
*
* @hide
*/