Fix typo in @intdef

Fix: 180496361
Test: Build only
Change-Id: Ifb3ee6527e2292c60edcab54d4ef2556c18fd56b
This commit is contained in:
Makoto Onuki
2021-02-18 11:38:31 -08:00
parent a7f6e5ea40
commit ec3af6bff9

View File

@@ -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,
})