[Catalyst] Internet screen migration

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

Test: atest NetworkProviderScreenTest
Bug: 372733639
Flag: com.android.settings.flags.catalyst_internet_settings
Change-Id: Ia007b06501ef16e85df3e2f58536e8488d27bb3f
This commit is contained in:
Jason Chiu
2024-10-16 19:05:56 +08:00
parent b34562ef91
commit 2cf3e627ce
4 changed files with 131 additions and 0 deletions

View File

@@ -1508,4 +1508,9 @@ public class NetworkProviderSettings extends RestrictedDashboardFragment
return android.R.attr.colorControlNormal;
}
}
@Override
public @Nullable String getPreferenceScreenBindingKey(@NonNull Context context) {
return NetworkProviderScreen.KEY;
}
}