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
This commit is contained in:
Tom Taylor
2014-09-08 14:58:39 -07:00
parent e759c90cb2
commit 2cb9eade62

View File

@@ -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);