Make wear/AppPermissionsFragmentWear use AndroidX fragments
SwitchPreference#performClick(PreferenceScreen) is an internal API. Hence we cannot use it anymore. I converted wear/AppPermissionsFragmentWear into an AndroidX fragment that allows to use SwitchPreference#performClick(View) which is a public-API replacement. Test: Built only! Bug: 110953302 Change-Id: I898044dd9bb0fa6d229d67a8ce9c9030c17fcddb
Loading
Please register or sign in to comment