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

Commit 1aacbbf0 authored by Makoto Onuki's avatar Makoto Onuki Committed by Automerger Merge Worker
Browse files

Merge "Fix typo in @intdef" into sc-dev am: 0f210af6

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13618727

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id863881c842da2a0977bd7759dd2470b11279602
parents dbd4f1f2 0f210af6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ public class PowerWhitelistManager {
     * The list of temp allowlist types.
     * @hide
     */
    @IntDef(flag = true, prefix = { "TEMPORARY_ALLOW_TYPE_" }, value = {
    @IntDef(flag = true, prefix = { "TEMPORARY_ALLOWLIST_TYPE_" }, value = {
            TEMPORARY_ALLOWLIST_TYPE_FOREGROUND_SERVICE_ALLOWED,
            TEMPORARY_ALLOWLIST_TYPE_FOREGROUND_SERVICE_NOT_ALLOWED,
    })