Merge "Fix upper back button behavior of LocationSettingsActivity"
This commit is contained in:
committed by
Android (Google) Code Review
commit
8703bb99b1
@@ -1228,8 +1228,7 @@
|
|||||||
android:name="Settings$LocationSettingsActivity"
|
android:name="Settings$LocationSettingsActivity"
|
||||||
android:label="@string/location_settings_title"
|
android:label="@string/location_settings_title"
|
||||||
android:icon="@drawable/ic_homepage_location"
|
android:icon="@drawable/ic_homepage_location"
|
||||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
android:configChanges="orientation|keyboardHidden|screenSize">
|
||||||
android:parentActivityName="Settings">
|
|
||||||
<intent-filter android:priority="1">
|
<intent-filter android:priority="1">
|
||||||
<action android:name="android.settings.LOCATION_SOURCE_SETTINGS" />
|
<action android:name="android.settings.LOCATION_SOURCE_SETTINGS" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
|||||||
Reference in New Issue
Block a user