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

Commit 708c1fd3 authored by Josh Yang's avatar Josh Yang
Browse files

Add a flag

com.android.server.connectivity.sync_airplane_mode_with_watches

This flag will control Wear OS airplane mode sync feature.

Flag: com.android.server.connectivity.sync_airplane_mode_with_watches
Bug: 414622391
Fix: 414622391
Test: N/A
Change-Id: Ic9d58ffaa8ed3f68461302a694971ea373fec27a
parent 0c0204fe
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -7,3 +7,10 @@ flag {
    description: "This flag controls the usage of VpnBlobStore to replace LegacyVpnProfileStore."
    bug: "307903113"
}

flag {
    name: "sync_airplane_mode_with_watches"
    namespace: "wear_frameworks"
    description: "This flag controls if airplane mode sync between phones and watches are enabled."
    bug: "414622391"
}