Merge "Make Telephony related PreferenceController un-sliceable" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fbabf8f251
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user