Merge "Make Telephony related PreferenceController un-sliceable" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-22 03:27:01 +00:00
committed by Android (Google) Code Review
2 changed files with 72 additions and 0 deletions

View File

@@ -59,6 +59,11 @@ public abstract class TelephonyTogglePreferenceController extends TogglePreferen
mSetSessionCount.getAndDecrement();
}
@Override
public boolean isSliceable() {
return false;
}
/**
* Get carrier config based on specific subscription id.
*