Add @TestApi to createLaunchEmergencyDialerIntent

Test: build
Bug: 154867896
Change-Id: Id2eb94b233c6c00a81c51d17c5414b3cce5ebdf5
This commit is contained in:
Fan Zhang
2020-04-27 20:14:55 -07:00
parent 61b20fd6e7
commit f7c753bc16
2 changed files with 2 additions and 0 deletions

View File

@@ -2215,6 +2215,7 @@ public class TelecomManager {
* @hide
*/
@SystemApi
@TestApi
@NonNull
public Intent createLaunchEmergencyDialerIntent(@Nullable String number) {
ITelecomService service = getTelecomService();