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

Commit f62eb69b authored by Joel Galenson's avatar Joel Galenson
Browse files

Use correct force stop icon.

I had accidentally used a copy of the uninstall icon.

Note that these will hopefully go away once we move all of this
functionality into SettingsLib.

Test: Open AppPermissionsFragment and see correct icon.
Change-Id: Ia4bb535d74ad5eb4d2a9401d539ebe93934c250d
parent eaf6e753
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,11 +21,11 @@
        android:viewportHeight="24">
    <path
        android:fillColor="#FF000000"
        android:pathData="M15,4V3H9v1H4v2h1v13c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2V6h1V4H15zM17,19H7V6h10V19z"/>
        android:pathData="M12,5.99L19.53,19H4.47L12,5.99M12,2L1,21h22L12,2L12,2z"/>
    <path
        android:fillColor="#FF000000"
        android:pathData="M9,8h2v9h-2z"/>
        android:pathData="M13,16l-2,0l0,2l2,0l0,-2z"/>
    <path
        android:fillColor="#FF000000"
        android:pathData="M13,8h2v9h-2z"/>
        android:pathData="M13,10l-2,0l0,4l2,0l0,-4z"/>
</vector>
 No newline at end of file