From 2cb9eade62cf7580ea7003fa132c4d7d6b101053 Mon Sep 17 00:00:00 2001 From: Tom Taylor Date: Mon, 8 Sep 2014 14:58:39 -0700 Subject: [PATCH] Revert "DO NOT MERGE - Hide new SmsManager API's dealing with SubId" We *want* this API public for L-sprout. This reverts commit 4ce136a90a6fb29373ea956cdd3f084b68a18ce9. Change-Id: I53672aff2aa25b41bb4ce1f78862f0fe43474a8c --- api/current.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/current.txt b/api/current.txt index 87f78eb38c672..d5a8d228a8963 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28884,6 +28884,8 @@ package android.telephony { method public void downloadMultimediaMessage(java.lang.String, android.net.Uri, android.os.Bundle, android.app.PendingIntent); method public android.os.Bundle getCarrierConfigValues(); method public static android.telephony.SmsManager getDefault(); + method public static android.telephony.SmsManager getSmsManagerUsingSubId(long); + method public long getSubId(); method public void injectSmsPdu(byte[], java.lang.String, android.app.PendingIntent); method public void sendDataMessage(java.lang.String, java.lang.String, short, byte[], android.app.PendingIntent, android.app.PendingIntent); method public void sendMultimediaMessage(android.net.Uri, java.lang.String, android.os.Bundle, android.app.PendingIntent);