Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b86e0dce authored by Benjamin Löhner's avatar Benjamin Löhner
Browse files

Document null return for getEmergencyAssistancePackageName.

This implements feedback from the API council.

Bug: 330899415
Change-Id: I5507076fb1e5d55ee9367c4320f39519fac72508
Test: Presubmit
parent 9bb833f8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15013,7 +15013,8 @@ public class TelephonyManager {
    /**
     * Get the emergency assistance package name.
     *
     * @return the package name of the emergency assistance app.
     * @return the package name of the emergency assistance app, or {@code null} if no app
     * supports emergency assistance.
     * @throws IllegalStateException if emergency assistance is not enabled or the device is
     * not voice capable.
     *