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

Commit bea4d435 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Remove obsolete reference to ServiceManagerNative." am: f961b963 am: 045d5884

am: 31bfec7f

Change-Id: I42b78ab68d81ae9b40b9429ecd684de73ceffd37
parents 9deab66d 31bfec7f
Loading
Loading
Loading
Loading
+3 −12
Original line number Diff line number Diff line
@@ -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.
 *
 * <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>
/**
 * Interface for applications to access the ICC phone book.
 *
 * See also SmsManager.java.
 */

interface ISms {
    /**
     * Retrieves all messages currently stored on ICC.