The helper for slice of carrier and non-Carrier, used by ProviderModelSlice.

create a helper file.
create a res/drawable/ic_signal_strength_zero_bar_no_internet.xml
create string at res/values/strings.xml

Bug: 173971144
Test: atest ProviderModelSliceHelperTest
Change-Id: I7f63a6b04784325989e776cb140017314ebde4ce
This commit is contained in:
SongFerngWang
2020-11-30 14:20:59 +08:00
parent 04eeb1e5e3
commit a97b4faa67
7 changed files with 654 additions and 2 deletions

View File

@@ -1156,5 +1156,4 @@ public final class Utils extends com.android.settingslib.Utils {
public static boolean isProviderModelEnabled(Context context) {
return FeatureFlagUtils.isEnabled(context, FeatureFlagUtils.SETTINGS_PROVIDER_MODEL);
}
}