Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c8a1b0d authored by Tsung-Mao Fang's avatar Tsung-Mao Fang
Browse files

Fix crash while lauching location settings

Use a regular drawable icon instead.

Change-Id: I53e437c8f68eed1ea64e6fed30c1823c7807d0bf
Fix: 144578394
Test: Rebuild
parent bfbb0181
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1185,7 +1185,7 @@
        <activity
        <activity
            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_settings_location"
            android:configChanges="orientation|keyboardHidden|screenSize">
            android:configChanges="orientation|keyboardHidden|screenSize">
            <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" />