[Catalyst] Tethering screen migration

- Add a flag for the migration
- Add the skeleton of the screen

Test: atest TetherScreenTest
Bug: 368359963
Flag: com.android.settings.flags.catalyst_tether_settings
Change-Id: Ib9987def4f1a644f7661e75c314b3a556e8f210c
This commit is contained in:
Jason Chiu
2024-10-28 15:57:19 +08:00
parent fba28fab5c
commit 792d8a97dd
4 changed files with 179 additions and 0 deletions

View File

@@ -22,6 +22,13 @@ flag {
bug: "323791114"
}
flag {
name: "catalyst_tether_settings"
namespace: "android_settings"
description: "Flag for Hotspot & tethering"
bug: "323791114"
}
flag {
name: "catalyst_adaptive_connectivity"
namespace: "android_settings"