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

Commit d5c1b39b authored by Aayush Gupta's avatar Aayush Gupta
Browse files

appfilter: Add filter for FM2 as well

- FM2 is CodeAurora's FM Radio application which is primarily built
  by QCOM devices as the default FM app. Filter it to apply fmradio
  drawable as well.

Bug: e/backlog#1816



Test: Build & Install BlissIconPack with this patch and notice that FM2 app uses themed icon in BlissLauncher

Signed-off-by: Aayush Gupta's avatarAayush Gupta <theimpulson@e.email>
parent 7282a8ca
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -176,7 +176,9 @@
    <item
        component="ComponentInfo{com.android.fmradio/com.android.fmradio.FmMainActivity}"
        drawable="radio" />

    <item
        component="ComponentInfo{com.caf.fmradio/com.caf.fmradio.FMRadio}"
        drawable="radio" />
    <!-- Recorder -->
    <item
        component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.SoundRecorder}"