diff options
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/ActivityManagerInternal.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/android/app/ActivityManagerInternal.java b/core/java/android/app/ActivityManagerInternal.java index 605340061994..ab610e4e71c6 100644 --- a/core/java/android/app/ActivityManagerInternal.java +++ b/core/java/android/app/ActivityManagerInternal.java @@ -583,4 +583,9 @@ public abstract class ActivityManagerInternal { * Is the FGS started from an uid temporarily allowed to have while-in-use permission? */ public abstract boolean isTempAllowlistedForFgsWhileInUse(int uid); + + /** + * Return the temp allowlist type when server push messaging is over the quota. + */ + public abstract @TempAllowListType int getPushMessagingOverQuotaBehavior(); } |
