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

Commit cfad70ce authored by Ludovic Barman's avatar Ludovic Barman
Browse files

Move deprecate_uses_cleartext_traffic to "system".

This flag is not yet used.
See ag/33290985

Bug: 415007211
Flag: android.security.deprecate_uses_cleartext_traffic
Change-Id: Ib46784f51c39b30e54c9636670f8774f204e864c
parent 1149807e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -143,3 +143,11 @@ flag {
    description: "Feature flag to enable the toggle for failed authentication lock"
    bug: "414605464"
}

flag {
    name: "deprecate_uses_cleartext_traffic"
    namespace: "network_security"
    description: "If enabled, the XML application flag usesCleartextTraffic is ignored for targetSdk version C+."
    bug: "415007211"
    is_fixed_read_only: true
}