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

Commit cacf2f75 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Color LocationAccessNotificaiton with system color

Test: Looked at notification
Change-Id: Ia777c4c7e81a875ec2f3415ba5fa5cb51cb12417
Fixes: 120795278
parent bf08ec3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,9 +21,9 @@
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    <path
        android:fillColor="#FFFFFFFF"
        android:fillColor="@*android:color/system_notification_accent_color"
        android:pathData="M12,2C8.13,2 5,5.13 5,9c0,5.25 7,13 7,13s7,-7.75 7,-13C19,5.13 15.87,2 12,2zM7,9c0,-2.76 2.24,-5 5,-5s5,2.24 5,5c0,2.88 -2.88,7.19 -5,9.88C9.92,16.21 7,11.85 7,9z"/>
    <path
        android:fillColor="#FFFFFFFF"
        android:fillColor="@*android:color/system_notification_accent_color"
        android:pathData="M12,9m-2.5,0a2.5,2.5 0,1 1,5 0a2.5,2.5 0,1 1,-5 0"/>
</vector>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -541,6 +541,7 @@ public class LocationAccessCheck extends JobService {
                        R.string.background_location_access_reminder_notification_content)))
                .setSmallIcon(R.drawable.ic_signal_location)
                .setLargeIcon(pkgIconBmp)
                .setColor(getColor(android.R.color.system_notification_accent_color))
                .setAutoCancel(true)
                .setDeleteIntent(getBroadcast(this, 0, deleteIntent,
                        FLAG_ONE_SHOT | FLAG_UPDATE_CURRENT))