Loading res/xml/location_settings.xml +0 −8 Original line number Diff line number Diff line Loading @@ -27,14 +27,6 @@ settings:controller= "com.android.settings.location.RecentLocationAccessPreferenceController"/> <Preference android:key="recent_location_access_see_all_button" android:title="@string/location_recent_location_access_see_all" android:icon="@drawable/ic_chevron_right_24dp" android:fragment="com.android.settings.location.RecentLocationAccessSeeAllFragment" settings:controller="com.android.settings.location.RecentLocationAccessSeeAllButtonPreferenceController" settings:searchable="false"/> <PreferenceCategory android:key="location_advanced_settings" android:layout="@layout/preference_category_no_label" Loading res/xml/location_settings_personal.xml +0 −8 Original line number Diff line number Diff line Loading @@ -28,14 +28,6 @@ settings:controller= "com.android.settings.location.RecentLocationAccessPreferenceController"/> <Preference android:key="recent_location_access_see_all_button" android:title="@string/location_recent_location_access_see_all" android:icon="@drawable/ic_chevron_right_24dp" android:fragment="com.android.settings.location.RecentLocationAccessSeeAllFragment" settings:controller="com.android.settings.location.RecentLocationAccessSeeAllButtonPreferenceController" settings:searchable="false"/> <!-- This preference category gets removed if new_recent_location_ui is disabled --> <Preference android:key="app_level_permissions" Loading res/xml/location_settings_workprofile.xml +0 −9 Original line number Diff line number Diff line Loading @@ -28,15 +28,6 @@ settings:controller= "com.android.settings.location.RecentLocationAccessPreferenceController"/> <Preference android:key="recent_location_access_see_all_button" android:title="@string/location_recent_location_access_see_all" android:icon="@drawable/ic_chevron_right_24dp" android:fragment="com.android.settings.location.RecentLocationAccessSeeAllFragment" settings:controller="com.android.settings.location.RecentLocationAccessSeeAllButtonPreferenceController" settings:forWork="true" settings:searchable="false"/> <com.android.settingslib.RestrictedSwitchPreference android:key="managed_profile_location_switch" android:title="@string/managed_profile_location_switch_title" Loading src/com/android/settings/location/LocationPersonalSettings.java +0 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,6 @@ public class LocationPersonalSettings extends DashboardFragment { use(AppLocationPermissionPreferenceController.class).init(this); use(LocationSettingsFooterPreferenceController.class).init(this); use(RecentLocationAccessSeeAllButtonPreferenceController.class).init(this); final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); final RecentLocationAccessPreferenceController controller = use( Loading src/com/android/settings/location/LocationSettings.java +0 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,6 @@ public class LocationSettings extends DashboardFragment { use(AppLocationPermissionPreferenceController.class).init(this); use(RecentLocationAccessPreferenceController.class).init(this); use(RecentLocationAccessSeeAllButtonPreferenceController.class).init(this); use(LocationForWorkPreferenceController.class).init(this); use(LocationSettingsFooterPreferenceController.class).init(this); } Loading Loading
res/xml/location_settings.xml +0 −8 Original line number Diff line number Diff line Loading @@ -27,14 +27,6 @@ settings:controller= "com.android.settings.location.RecentLocationAccessPreferenceController"/> <Preference android:key="recent_location_access_see_all_button" android:title="@string/location_recent_location_access_see_all" android:icon="@drawable/ic_chevron_right_24dp" android:fragment="com.android.settings.location.RecentLocationAccessSeeAllFragment" settings:controller="com.android.settings.location.RecentLocationAccessSeeAllButtonPreferenceController" settings:searchable="false"/> <PreferenceCategory android:key="location_advanced_settings" android:layout="@layout/preference_category_no_label" Loading
res/xml/location_settings_personal.xml +0 −8 Original line number Diff line number Diff line Loading @@ -28,14 +28,6 @@ settings:controller= "com.android.settings.location.RecentLocationAccessPreferenceController"/> <Preference android:key="recent_location_access_see_all_button" android:title="@string/location_recent_location_access_see_all" android:icon="@drawable/ic_chevron_right_24dp" android:fragment="com.android.settings.location.RecentLocationAccessSeeAllFragment" settings:controller="com.android.settings.location.RecentLocationAccessSeeAllButtonPreferenceController" settings:searchable="false"/> <!-- This preference category gets removed if new_recent_location_ui is disabled --> <Preference android:key="app_level_permissions" Loading
res/xml/location_settings_workprofile.xml +0 −9 Original line number Diff line number Diff line Loading @@ -28,15 +28,6 @@ settings:controller= "com.android.settings.location.RecentLocationAccessPreferenceController"/> <Preference android:key="recent_location_access_see_all_button" android:title="@string/location_recent_location_access_see_all" android:icon="@drawable/ic_chevron_right_24dp" android:fragment="com.android.settings.location.RecentLocationAccessSeeAllFragment" settings:controller="com.android.settings.location.RecentLocationAccessSeeAllButtonPreferenceController" settings:forWork="true" settings:searchable="false"/> <com.android.settingslib.RestrictedSwitchPreference android:key="managed_profile_location_switch" android:title="@string/managed_profile_location_switch_title" Loading
src/com/android/settings/location/LocationPersonalSettings.java +0 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,6 @@ public class LocationPersonalSettings extends DashboardFragment { use(AppLocationPermissionPreferenceController.class).init(this); use(LocationSettingsFooterPreferenceController.class).init(this); use(RecentLocationAccessSeeAllButtonPreferenceController.class).init(this); final int profileType = getArguments().getInt(ProfileSelectFragment.EXTRA_PROFILE); final RecentLocationAccessPreferenceController controller = use( Loading
src/com/android/settings/location/LocationSettings.java +0 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,6 @@ public class LocationSettings extends DashboardFragment { use(AppLocationPermissionPreferenceController.class).init(this); use(RecentLocationAccessPreferenceController.class).init(this); use(RecentLocationAccessSeeAllButtonPreferenceController.class).init(this); use(LocationForWorkPreferenceController.class).init(this); use(LocationSettingsFooterPreferenceController.class).init(this); } Loading