Merge "Move "scanning" from location setting actionbar to pref xml"
This commit is contained in:
committed by
Android (Google) Code Review
commit
795619dba6
@@ -44,6 +44,11 @@
|
||||
</intent>
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:key="location_scanning"
|
||||
android:title="@string/location_scanning_screen_title"
|
||||
android:fragment="com.android.settings.location.ScanningSettings"/>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="recent_location_requests"
|
||||
android:title="@string/location_category_recent_location_requests" />
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
|
||||
<Preference
|
||||
android:key="location"
|
||||
android:title="@string/location_settings_title">
|
||||
<intent android:action="android.settings.LOCATION_SOURCE_SETTINGS"/>
|
||||
android:title="@string/location_settings_title"
|
||||
android:fragment="com.android.settings.location.LocationSettings">
|
||||
</Preference>
|
||||
|
||||
<SwitchPreference
|
||||
|
||||
Reference in New Issue
Block a user