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

Commit b2d9eb2f authored by Rubin Xu's avatar Rubin Xu
Browse files

Fix IntDef for DevicePolicyManager.PrivateDnsMode

Remove the flag bit since it's not a flag.

Bug: 174238861
Test: none
Change-Id: I38515af4c9da6fec54cf3fe7c159b5fb1b4bebab
parent 0b3f22b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2426,7 +2426,7 @@ public class DevicePolicyManager {
    /** @hide */
    @Retention(RetentionPolicy.SOURCE)
    @IntDef(flag = true, prefix = {"PRIVATE_DNS_MODE_"}, value = {
    @IntDef(prefix = {"PRIVATE_DNS_MODE_"}, value = {
            PRIVATE_DNS_MODE_UNKNOWN,
            PRIVATE_DNS_MODE_OFF,
            PRIVATE_DNS_MODE_OPPORTUNISTIC,