Loading api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -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"; } Loading core/java/android/app/role/RoleControllerService.java +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
api/system-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -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"; } Loading
core/java/android/app/role/RoleControllerService.java +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading