diff options
author | 2019-06-24 14:44:53 -0700 | |
---|---|---|
committer | 2019-06-24 14:44:53 -0700 | |
commit | 31bfec7f19b1183067a2d26195d3001be308e0df (patch) | |
tree | 295b082354a719cacf15663b6d5f35f4a5c92c80 | |
parent | 33187ca82e379abf3e348835352b06b074bf0542 (diff) | |
parent | 045d5884fe406c414bd0127c31df97d9c1e90e74 (diff) |
Merge "Remove obsolete reference to ServiceManagerNative." am: f961b9632f
am: 045d5884fe
Change-Id: I434212fe15be9b6ed1abde556718c08eb552709a
-rw-r--r-- | telephony/java/com/android/internal/telephony/ISms.aidl | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/telephony/java/com/android/internal/telephony/ISms.aidl b/telephony/java/com/android/internal/telephony/ISms.aidl index c34feeda6b50..7441c26a8061 100644 --- a/telephony/java/com/android/internal/telephony/ISms.aidl +++ b/telephony/java/com/android/internal/telephony/ISms.aidl @@ -22,20 +22,11 @@ import android.os.Bundle; import android.telephony.IFinancialSmsCallback; import com.android.internal.telephony.SmsRawData; -/** Interface for applications to access the ICC phone book. +/** + * Interface for applications to access the ICC phone book. * - * <p>The following code snippet demonstrates a static method to - * retrieve the ISms interface from Android:</p> - * <pre>private static ISms getSmsInterface() - throws DeadObjectException { - IServiceManager sm = ServiceManagerNative.getDefault(); - ISms ss; - ss = ISms.Stub.asInterface(sm.getService("isms")); - return ss; -} - * </pre> + * See also SmsManager.java. */ - interface ISms { /** * Retrieves all messages currently stored on ICC. |