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

Commit e707a106 authored by Meng Wang's avatar Meng Wang
Browse files

Remove hidden API usage

Bug: 137202333
Test: make
Change-Id: I4448d8f458924aa9eddb631c3c4d4ea21a02e165
parent 55c70caa
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@ import android.content.pm.ServiceInfo;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Binder;
import android.os.Debug;
import android.os.Process;
import android.os.UserHandle;
import android.provider.Telephony;
@@ -197,7 +196,7 @@ public final class SmsApplication {
        final int callingUid = Binder.getCallingUid();
        if (DEBUG_MULTIUSER) {
            Log.i(LOG_TAG, "getIncomingUserHandle caller=" + callingUid + ", myuid="
                    + android.os.Process.myUid() + "\n\t" + Debug.getCallers(4));
                    + android.os.Process.myUid());
        }
        if (UserHandle.getAppId(callingUid)
                < android.os.Process.FIRST_APPLICATION_UID) {