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

Commit ec3af6bf authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Fix typo in @intdef

Fix: 180496361
Test: Build only
Change-Id: Ifb3ee6527e2292c60edcab54d4ef2556c18fd56b
parent a7f6e5ea
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,
    })