Fix crash while lauching location settings
Use a regular drawable icon instead. Change-Id: I53e437c8f68eed1ea64e6fed30c1823c7807d0bf Fix: 144578394 Test: Rebuild
This commit is contained in:
@@ -1185,7 +1185,7 @@
|
||||
<activity
|
||||
android:name="Settings$LocationSettingsActivity"
|
||||
android:label="@string/location_settings_title"
|
||||
android:icon="@drawable/ic_homepage_location"
|
||||
android:icon="@drawable/ic_settings_location"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize">
|
||||
<intent-filter android:priority="1">
|
||||
<action android:name="android.settings.LOCATION_SOURCE_SETTINGS" />
|
||||
|
||||
Reference in New Issue
Block a user