Merge "Fix typo in @intdef" into sc-dev

This commit is contained in:
Makoto Onuki
2021-02-18 22:35:52 +00:00
committed by Android (Google) Code Review

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