Disable Fold lock behavior setting by default
Flag protect Fold lock behavior setting behind a sysprop flag. The setting will be disabled by default and can be teamfooded by enabling sysprop flag with prop name persist.fold_lock_behavior_config. Enable sysprop flag by running following command * adb root && adb shell setprop persist.fold_lock_behavior_config true Flag: persist.fold_lock_behavior_config Bug: 298200843 Test: atest FoldSettingProviderTest FoldLockBehaviorPreferenceControllerTest * Manually check if the setting accessible with sysprop flag true and false. Change-Id: I80e3ba4c544bbe20673b57fe8702e7f299c387a9
Loading
Please register or sign in to comment