commit | fac4fe90a1688d2b657c0b4add480d210eee440d | [log] [tgz] |
---|---|---|
author | Rubin Xu <rubinxu@google.com> | Fri Feb 16 14:19:21 2024 +0000 |
committer | Rubin Xu <rubinxu@google.com> | Fri Feb 16 14:45:50 2024 +0000 |
tree | 8f766fe3013d30cf017801cd0744e85613358941 | |
parent | 28e5ce80fbe1f00ac275305b239b19287ec24f53 [diff] |
Standardize flag usages in DevicePolicyManager Flags should be referenced as Flags.foo() in conditionals while as @FlaggedApi(FLAG_FOO) in API flagging. This is to ensure their nature as feature flags is clear. Bug: 325597690 Test: builds Change-Id: I082715cc3047d8c508641c1d9a0c3b4b9c3a9d15