Fix typo in @intdef
Fix: 180496361 Test: Build only Change-Id: Ifb3ee6527e2292c60edcab54d4ef2556c18fd56b
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user