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

Commit 73fde4b2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove onSmsKillSwitchToggled() from system API."

parents 36ad7638 c33c55b2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1125,7 +1125,6 @@ package android.app.role {
    method public abstract boolean onIsApplicationQualifiedForRole(@NonNull String, @NonNull String);
    method public abstract boolean onIsRoleVisible(@NonNull String);
    method @WorkerThread public abstract boolean onRemoveRoleHolder(@NonNull String, @NonNull String, int);
    method @WorkerThread public abstract void onSmsKillSwitchToggled(boolean);
    field public static final String SERVICE_INTERFACE = "android.app.role.RoleControllerService";
  }
+2 −0
Original line number Diff line number Diff line
@@ -262,6 +262,8 @@ public abstract class RoleControllerService extends Service {
     * Cleanup appop/permissions state in response to sms kill switch toggle
     *
     * @param enabled whether kill switch was turned on
     *
     * @hide
     */
    //STOPSHIP: remove this api before shipping a final version
    @WorkerThread