[Catalyst] SIMs screen migration

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

Test: atest MobileNetworkListScreenTest
Bug: 368355368
Flag: com.android.settings.flags.catalyst_mobile_network_list
Change-Id: I9d5d57b78d8f2c7d2bc6fd02e402fcdaf5b97bdf
This commit is contained in:
Jason Chiu
2024-10-17 14:03:05 +08:00
parent 4d19f45505
commit af1e8f7353
4 changed files with 95 additions and 0 deletions

View File

@@ -7,3 +7,10 @@ flag {
description: "Flag for Network & Internet"
bug: "323791114"
}
flag {
name: "catalyst_mobile_network_list"
namespace: "android_settings"
description: "Flag for SIMs"
bug: "323791114"
}