diff options
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/ActivityManagerInternal.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/java/android/app/ActivityManagerInternal.java b/core/java/android/app/ActivityManagerInternal.java index 71f164f49262..c812e8e1782a 100644 --- a/core/java/android/app/ActivityManagerInternal.java +++ b/core/java/android/app/ActivityManagerInternal.java @@ -113,10 +113,6 @@ public abstract class ActivityManagerInternal { IBinder allowlistToken, long duration, @TempAllowListType int type, @ReasonCode int reasonCode, @Nullable String reason); - @Deprecated - public abstract void setPendingIntentWhitelistDuration(IIntentSender target, - IBinder allowlistToken, long duration, @TempAllowListType int type); - /** * Returns the flags set for a {@link PendingIntent}. */ |
