From 2a3bc54cc0fc2975acd99f12fea8deb0e8f7b110 Mon Sep 17 00:00:00 2001
From: TacoTheDank <skytkrsfan3895@gmail.com>
Date: Mon, 1 Oct 2018 22:02:38 -0400
Subject: [PATCH] @xphnx - android studio 3.1.4 -> 3.2.0 yay - buildTools
 28.0.2 -> 28.0.3 - finally a stable 28 library; 28.0.0 - removed acastus
 because, quote, "Acastus was moved to the archive because the service it
 relies on has shut down." (will preserve deleted xmls and svgs from now on in
 "removed") - fixed some english in README.md, found the
 [source](https://hike.in/images/hike5.0/apk.png) of the "download apk" image
 (literally a [singular
 source](https://www.google.com/search?q=circle&tbm=isch&tbs=simg:CAQSlwEJp6GzSFSZlf4aiwELEKjU2AQaBAgVCAoMCxCwjKcIGmIKYAgDEiibCoUDmhSBCvoGggqnE5sUoAqxFJk9lz2YPbE9lj2zPZg3mzSyPaA9GjCM6UrpBbzL0s24_1QhkZ45iiOiV8t-up23b_1EIQGMpUlKZAdxL4-D6Go9PzoIuNAv0gBAwLEI6u_1ggaCgoICAESBIdEHOEM&sa=X&ved=0ahUKEwijzuCfwObdAhVLVK0KHR-GBGgQ2A4IKygB&biw=1366&bih=577#imgrc=rnbxo0O8BRsYcM:);
 it doesn't exist anywhere else on the indexable internet
 https://hike.in/images/hike5.0/apk.png) - removed a bunch of weird-ass spaces
 in the .sh files, don't think it will affect anything - deleted old
 "Get-it-on-F-Droid.svg.png" that for some reason i havent deleted yet,
 probably because i didnt notice it

Signed-off-by: TacoTheDank <SkytkRSfan3895@gmail.com>
---
 .gitignore                               |    2 -
 .gitlab-ci.yml                           |    2 +-
 README.md                                |   19 +-
 app/build.gradle                         |    7 +-
 app/src/main/AndroidManifest.xml         |    1 -
 app/src/main/res/values-es/strings.xml   |    2 +-
 app/src/main/res/values/iconpack.xml     |    1 -
 app/src/main/res/values/strings.xml      |    2 +-
 app/src/main/res/values/styles.xml       |    2 +
 app/src/main/res/xml/appfilter.xml       | 5834 ++++++++++++++++------
 app/src/main/res/xml/drawable.xml        |    1 -
 artwork/Get_it_on_F-Droid.svg.png        |  Bin 5513 -> 0 bytes
 artwork/apk.png                          |  Bin 0 -> 7913 bytes
 build.gradle                             |    2 +-
 gradle/wrapper/gradle-wrapper.jar        |  Bin 54413 -> 56177 bytes
 gradle/wrapper/gradle-wrapper.properties |    4 +-
 icons/acastus.svg                        |   86 -
 process_wipsvg-xml.sh                    |   16 +-
 process_xml.sh                           |   16 +-
 removed/svg/acastus.svg                  |  128 +
 removed/xml/acastus.xml                  |    8 +
 21 files changed, 4546 insertions(+), 1587 deletions(-)
 delete mode 100644 artwork/Get_it_on_F-Droid.svg.png
 create mode 100644 artwork/apk.png
 delete mode 100644 icons/acastus.svg
 create mode 100644 removed/svg/acastus.svg
 create mode 100644 removed/xml/acastus.xml

diff --git a/.gitignore b/.gitignore
index cd34db28a..471db7a68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,4 @@
 .idea/
 *.iml
 local.properties
-app/src/main/gen/
-app/build/
 build/
\ No newline at end of file
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d6b6fc00c..289a55d21 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ image: openjdk:8-jdk
 
 variables:
   ANDROID_COMPILE_SDK: "28"
-  ANDROID_BUILD_TOOLS: "28.0.2"
+  ANDROID_BUILD_TOOLS: "28.0.3"
   ANDROID_SDK_TOOLS: "4333796"
 
 before_script:
diff --git a/README.md b/README.md
index d33ac2921..a32b5d8f2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 ![CI badge](https://gitlab.com/xphnx/ameixa/badges/master/build.svg)
 
-Icon pack compatible with Trebuchet, Kiss Launcher, Lawnchair Launcher, OpenLauncher, Adw, and many more launchers. A Material Design inspired theme aiming to provide a consistent and minimalistic look to your device. Code forked from [Icecons icon pack](https://github.com/1C3/ICEcons). Only [F-Droid](https://f-droid.org/) hosted apps are supported.
+Icon pack compatible with Trebuchet, Kiss Launcher, Lawnchair Launcher, OpenLauncher, Adw, and many more launchers (basically any launcher that supports icon packs).
+It's a material design inspired theme that aims to provide a consistent and minimalistic look to your device. Code forked from [Icecons icon pack](https://github.com/1C3/ICEcons). Only [F-Droid](https://f-droid.org/) hosted apps are supported.
 
 # Contributions are welcome 
 
@@ -8,8 +9,8 @@ For requesting icons or contributing, please use the [Issue Tracker](https://git
 
 #### What happens?
   
-* [ ] The activityname line is in [appfilter](https://gitlab.com/xphnx/ameixa/blob/master/app/src/main/res/xml/appfilter.xml)
-* [ ] The activityname has changed or is not in [appfilter](https://gitlab.com/xphnx/ameixa/blob/master/app/src/main/res/xml/appfilter.xml) --> Use [Turtl](https://f-droid.org/packages/org.xphnx.iconsubmit/) to find out the Activityname line to be included in appfilter.xml
+* [ ] The activityname line is in [appfilter.xml](https://gitlab.com/xphnx/ameixa/blob/master/app/src/main/res/xml/appfilter.xml)
+* [ ] The activityname has changed or is not in [appfilter.xml](https://gitlab.com/xphnx/ameixa/blob/master/app/src/main/res/xml/appfilter.xml) --> Use [Turtl](https://f-droid.org/packages/org.xphnx.iconsubmit) to find out the activityname line to be included in appfilter.xml
 
 </br>
 * [ ] The icon is in the [icons folder](https://gitlab.com/xphnx/ameixa/tree/master/icons)
@@ -25,7 +26,7 @@ For requesting icons or contributing, please use the [Issue Tracker](https://git
 1. Write a new activityname in [Issue Tracker](https://gitlab.com/xphnx/ameixa/issues)
 2. Attach the new icon (.svg) in [Issue Tracker](https://gitlab.com/xphnx/ameixa/issues)
 3. [MR](https://gitlab.com/xphnx/ameixa/merge_requests) activityname lines into appfilter.xml and/or icon files (.svg) into todo/wip
-4. [MR](https://gitlab.com/xphnx/ameixa/merge_requests) activityname and/or icon data (.pngs and xml) after running the script [process_wipsvg.sh](https://gitlab.com/xphnx/ameixa/blob/master/process_wipsvg.sh)
+4. [MR](https://gitlab.com/xphnx/ameixa/merge_requests) activityname and/or icon data (.pngs and xml) after running the script [process_wipsvg-xml.sh](https://gitlab.com/xphnx/ameixa/blob/master/process_wipsvg-xml.sh)
 
 # Screenshots
 
@@ -46,17 +47,17 @@ For requesting icons or contributing, please use the [Issue Tracker](https://git
 -->
 
 # Installation
-<a href="https://f-droid.org/app/org.xphnx.ameixa">
+<a href="https://f-droid.org/packages/org.xphnx.ameixa">
     <img src="https://f-droid.org/badge/get-it-on.png"
     alt="Get it on F-Droid" height="80">
 </a>
-<a href="https://gitlab.com/xphnx/ameixa/-/jobs/86232495/artifacts/file/app/build/outputs/apk/debug/app-debug.apk">
-    <img src="https://gitlab.com/xphnx/ameixa/uploads/6d80e2e22d2fcbfd8ed320e58f4705e1/apk.png"
-    alt="Download debug apk" height="80">
+<a href="https://gitlab.com/xphnx/ameixa/-/jobs/artifacts/master/download?job=build">
+    <img src="https://gitlab.com/xphnx/ameixa/artwork/apk.png"
+    alt="Download the latest build" height="80">
 </a>
 
 # License
 
 <img src="https://gnu.org/graphics/gplv3-127x51.png" />
 
-[GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) and other libre or open licenses for the artwork (see [CREDITS](https://gitlab.com/xphnx/ameixa/blob/master/CREDITS.md) for more details)
+[GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) and other libre / open licenses for the artwork (see [CREDITS](https://gitlab.com/xphnx/ameixa/blob/master/CREDITS.md) for more details)
diff --git a/app/build.gradle b/app/build.gradle
index 7768b7d13..60c9f77bc 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -2,7 +2,8 @@ apply plugin: 'com.android.application'
 
 android {
     compileSdkVersion 28
-    buildToolsVersion '28.0.2'
+    buildToolsVersion '28.0.3'
+
     defaultConfig {
         applicationId "org.xphnx.ameixa"
         minSdkVersion 16
@@ -20,14 +21,16 @@ android {
         release {
             minifyEnabled true
             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+            resValue "string", "app_name", "Ameixa"
         }
         debug {
             zipAlignEnabled true
+            resValue "string", "app_name", "Ameixa Debug"
         }
     }
 }
 
 dependencies {
     testImplementation 'junit:junit:4.12'
-    implementation 'com.android.support:appcompat-v7:28.0.0-rc01'
+    implementation 'com.android.support:appcompat-v7:28.0.0'
 }
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 5fe7aab5d..f34411a86 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -33,5 +33,4 @@
         <activity android:name=".activities.LicenseActivity" />
         <activity android:name=".activities.IconActivity" />
     </application>
-
 </manifest>
\ No newline at end of file
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index f69473d1e..53adf7c4c 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -1,5 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
 <resources>
-    <string name="app_name">Ameixa</string>
     <string name="icons">Iconos</string>
     <string name="sourcecodetext">Código Fuente</string>
     <string name="licensetext">Licencia</string>
diff --git a/app/src/main/res/values/iconpack.xml b/app/src/main/res/values/iconpack.xml
index 9c5ada38e..6d85d55e9 100644
--- a/app/src/main/res/values/iconpack.xml
+++ b/app/src/main/res/values/iconpack.xml
@@ -5,7 +5,6 @@
         <item>aat</item>
         <item>acaldav</item>
         <item>acal</item>
-        <item>acastus</item>
         <item>activitylauncher</item>
         <item>adaway</item>
         <item>addi</item>
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 1c9f1cd57..2a8496f97 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1,5 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
 <resources>
-    <string name="app_name">Ameixa</string>
     <string name="icons">Icons</string>
     <string name="sourcecodetext">Source Code</string>
     <string name="licensetext">License</string>
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 5f4a5d7c0..fdaee6b3a 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -1,4 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
 <resources>
+
     <style name="AppTheme" parent="Theme.AppCompat.NoActionBar">
         <item name="colorPrimary">@color/colorPrimary</item>
         <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml
index b64b4b53d..e9a103f44 100644
--- a/app/src/main/res/xml/appfilter.xml
+++ b/app/src/main/res/xml/appfilter.xml
@@ -2,1474 +2,4382 @@
 
 <resources>
 
-<!-- Set deafult scale factor for the icons -->
-<scale factor="1" />
-<iconback img1="iconback" />
-<iconmask img1="iconmask" />
-<iconupon img1="iconupon" />
+    <!-- Set default scale factor for the icons -->
+    <scale factor="1" />
+    <iconback img1="iconback" />
+    <iconmask img1="iconmask" />
+    <iconupon img1="iconupon" />
 
+    <item
+        component="ComponentInfo{aarddict.android/aarddict.android.LookupActivity}"
+        drawable="aard" />
+    <item
+        component="ComponentInfo{ch.bailu.aat/ch.bailu.aat.activities.MainActivity}"
+        drawable="aat" />
+    <item
+        component="ComponentInfo{com.morphoss.acal/com.morphoss.acal.aCal}"
+        drawable="acal" />
+    <item
+        component="ComponentInfo{com.morphoss.acal/com.morphoss.acal.aCalNotes}"
+        drawable="acal" />
+    <item
+        component="ComponentInfo{com.morphoss.acal/com.morphoss.acal.aCalTasks}"
+        drawable="acal" />
+    <item
+        component="ComponentInfo{de.we.acaldav/de.we.acaldav.authenticator.AuthenticatorActivity}"
+        drawable="acaldav" />
+    <item
+        component="ComponentInfo{de.szalkowski.activitylauncher/de.szalkowski.activitylauncher.MainActivity}"
+        drawable="activitylauncher" />
+    <item
+        component="ComponentInfo{org.adaway/org.adaway.ui.BaseActivity}"
+        drawable="adaway" />
+    <item
+        component="ComponentInfo{com.addi/com.addi.Addi}"
+        drawable="addi" />
+    <item
+        component="ComponentInfo{me.danielbarnett.addresstogps/me.danielbarnett.AddressToGPS.MainActivity}"
+        drawable="addresstogps" />
+    <item
+        component="ComponentInfo{ch.abertschi.adfree/ch.abertschi.adfree.view.MainActivity}"
+        drawable="adfree" />
+    <item
+        component="ComponentInfo{org.afhdownloader/org.afhdownloader.MainActivity}"
+        drawable="afhdownloader" />
+    <item
+        component="ComponentInfo{com.madgag.agit/com.madgag.agit.DashboardActivity}"
+        drawable="agit" />
+    <item
+        component="ComponentInfo{com.jparkie.aizoban/com.jparkie.aizoban.views.activities.SplashActivity}"
+        drawable="aizoban" />
+    <item
+        component="ComponentInfo{org.jtb.alogcat/org.jtb.alogcat.LogActivity}"
+        drawable="alogcat" />
+    <item
+        component="ComponentInfo{rs.pedjaapps.alogcatroot.app/rs.pedjaapps.alogcatroot.app.LogActivity}"
+        drawable="alogcatroot" />
+    <item
+        component="ComponentInfo{eu.uwot.fabio.altcoinprices/eu.uwot.fabio.altcoinprices.LoadingActivity}"
+        drawable="altcoin" />
+    <item
+        component="ComponentInfo{com.amaze.filemanager/com.amaze.filemanager.activities.MainActivity}"
+        drawable="amaze" />
+    <item
+        component="ComponentInfo{org.ametro/org.ametro.ui.activities.Map}"
+        drawable="ametro" />
+    <item
+        component="ComponentInfo{org.ametro/org.ametro.ui.MapViewActivity}"
+        drawable="ametro" />
+    <item
+        component="ComponentInfo{net.bible.android.activity/net.bible.android.activity.StartupActivity}"
+        drawable="andbible" />
+    <item
+        component="ComponentInfo{org.shadowice.flocke.andotp/org.shadowice.flocke.andotp.MainActivity}"
+        drawable="andotp" />
+    <item
+        component="ComponentInfo{org.shadowice.flocke.andotp/org.shadowice.flocke.andotp.Activities.MainActivity}"
+        drawable="andotp" />
+    <item
+        component="ComponentInfo{net.progval.android.andquote/net.progval.android.andquote.MainActivity}"
+        drawable="andquote" />
+    <item
+        component="ComponentInfo{com.fr3ts0n.ecu.gui.androbd/com.fr3ts0n.ecu.gui.androbd.MainActivity}"
+        drawable="androbd" />
+    <item
+        component="ComponentInfo{fr.asterope/fr.asterope.MainActivity}"
+        drawable="androidrun" />
+    <item
+        component="ComponentInfo{android.androidVNC/android.androidVNC.androidVNC}"
+        drawable="androidvnc" />
+    <item
+        component="ComponentInfo{com.tritop.androsense2/com.tritop.androsense2.MainActivity}"
+        drawable="androsens" />
+    <item
+        component="ComponentInfo{org.andstatus.app/org.andstatus.app.msg.TimelineActivity}"
+        drawable="andstatus" />
+    <item
+        component="ComponentInfo{org.andstatus.app/org.andstatus.app.TimelineActivity}"
+        drawable="andstatus" />
+    <item
+        component="ComponentInfo{org.andstatus.app/org.andstatus.app.FirstActivity}"
+        drawable="andstatus" />
+    <item
+        component="ComponentInfo{gq.nulldev.animeopenings.app/gq.nulldev.animeopenings.app.ActivityNewVideo}"
+        drawable="animeopenings" />
+    <item
+        component="ComponentInfo{com.ichi2.anki/com.ichi2.anki.DeckPicker}"
+        drawable="ankidroid" />
+    <item
+        component="ComponentInfo{com.ichi2.anki/com.ichi2.anki.IntentHandler}"
+        drawable="ankidroid" />
+    <item
+        component="ComponentInfo{com.ichi2.anki/com.ichi2.anki.StudyOptions}"
+        drawable="ankidroid" />
+    <item
+        component="ComponentInfo{de.danoeh.antennapod/de.danoeh.antennapod.activity.MainActivity}"
+        drawable="antennapod" />
+    <item
+        component="ComponentInfo{de.danoeh.antennapod/de.danoeh.antennapod.activity.SplashActivity}"
+        drawable="antennapod" />
+    <item
+        component="ComponentInfo{chat.tox.antox/chat.tox.antox.activities.LoginActivity}"
+        drawable="antox" />
+    <item
+        component="ComponentInfo{im.tox.antox/im.tox.antox.activities.LoginActivity}"
+        drawable="antox" />
+    <item
+        component="ComponentInfo{im.tox.antoxnightly/im.tox.antox.activities.LoginActivity}"
+        drawable="antox" />
+    <item
+        component="ComponentInfo{kiwi.root.an2linuxclient/kiwi.root.an2linuxclient.activities.MainSettingsActivity}"
+        drawable="antwolinux" />
+    <item
+        component="ComponentInfo{ch.logixisland.anuto/ch.logixisland.anuto.MainActivity}"
+        drawable="anuto" />
+    <item
+        component="ComponentInfo{ch.logixisland.anuto/ch.logixisland.anuto.view.game.GameActivity}"
+        drawable="anuto" />
+    <item
+        component="ComponentInfo{org.liberty.android.fantastischmemo/org.liberty.android.fantastischmemo.ui.AnyMemo}"
+        drawable="anymemo" />
+    <item
+        component="ComponentInfo{org.thialfihar.android.apg/org.thialfihar.android.apg.ui.KeyListActivity}"
+        drawable="apg" />
+    <item
+        component="ComponentInfo{axp.tool.apkextractor/axp.tool.apkextractor.MainActivity}"
+        drawable="apkextractor" />
+    <item
+        component="ComponentInfo{fr.kwiatkowski.ApkTrack/fr.kwiatkowski.ApkTrack.MainActivity}"
+        drawable="apktrack" />
+    <item
+        component="ComponentInfo{com.jvillalba.apod.classic/com.jvillalba.apod.classic.activities.MainActivity}"
+        drawable="apod" />
+    <item
+        component="ComponentInfo{com.jvillalba.apod.md/com.jvillalba.apod.md.activities.MainActivity}"
+        drawable="apod" />
+    <item
+        component="ComponentInfo{com.majeur.applicationsinfo/com.majeur.applicationsinfo.MainActivity}"
+        drawable="applicationsinfo" />
+    <item
+        component="ComponentInfo{com.android.settings/com.android.settings.ApplicationSettings}"
+        drawable="apps" />
+    <item
+        component="ComponentInfo{com.google.code.appsorganizer/com.google.code.appsorganizer.SplashScreenActivity}"
+        drawable="apps2org" />
+    <item
+        component="ComponentInfo{cx.hell.android.pdfview/cx.hell.android.pdfview.ChooseFileActivity}"
+        drawable="apvpdfreader" />
+    <item
+        component="ComponentInfo{org.ardour/org.ardour.ArdroidMain}"
+        drawable="ardroid" />
+    <item
+        component="ComponentInfo{com.github.marmalade.aRevelation/com.github.marmalade.aRevelation.MainActivity}"
+        drawable="arevelations" />
+    <item
+        component="ComponentInfo{com.tadamski.arij/com.tadamski.arij.account.activity.AccountSelectorActivity_}"
+        drawable="arij" />
+    <item
+        component="ComponentInfo{com.commonsware.android.arXiv/com.commonsware.android.arXiv.arXiv}"
+        drawable="arxiv" />
+    <item
+        component="ComponentInfo{com.dozingcatsoftware.asciicam/com.dozingcatsoftware.asciicam.AsciiCamActivity}"
+        drawable="asciicam" />
+    <item
+        component="ComponentInfo{com.menny.android.anysoftkeyboard/com.menny.android.anysoftkeyboard.LauncherSettingsActivity}"
+        drawable="ask" />
+    <item
+        component="ComponentInfo{net.somethingdreadful.MAL/net.somethingdreadful.MAL.Home}"
+        drawable="atarashii" />
+    <item
+        component="ComponentInfo{indrora.atomic/indrora.atomic.activity.ServersActivity}"
+        drawable="atomic" />
+    <item
+        component="ComponentInfo{org.cyanogenmod.audiofx/org.cyanogenmod.audiofx.activity.ActivityMusic}"
+        drawable="audiofx" />
+    <item
+        component="ComponentInfo{org.cyanogenmod.audiofx/org.cyanogenmod.audiofx.ActivityMusic}"
+        drawable="audiofx" />
+    <item
+        component="ComponentInfo{com.android.musicfx/com.android.musicfx.ActivityMusic}"
+        drawable="audiofx" />
+    <item
+        component="ComponentInfo{com.rascarlo.aurdroid/com.rascarlo.aurdroid.MainActivity}"
+        drawable="aurdroid" />
+    <item
+        component="ComponentInfo{org.lineageos.audiofx/org.lineageos.audiofx.activity.ActivityMusic}"
+        drawable="audiofx" />
+    <item
+        component="ComponentInfo{org.mozilla.fennec/org.mozilla.fennec.App}"
+        drawable="aurora" />
+    <item
+        component="ComponentInfo{org.mozilla.fennec/org.mozilla.gecko.BrowserApp}"
+        drawable="aurora" />
+    <item
+        component="ComponentInfo{org.mozilla.fennec_aurora/org.mozilla.gecko.BrowserApp}"
+        drawable="aurora" />
+    <item
+        component="ComponentInfo{com.google.android.apps.authenticator2/com.google.android.apps.authenticator.AuthenticatorActivity}"
+        drawable="authenticator" />
+    <item
+        component="ComponentInfo{org.miamplayer.autoairplanemode/org.miamplayer.autoairplanemode.MainActivity}"
+        drawable="autoairplanemode" />
+    <item
+        component="ComponentInfo{com.example.tobiastrumm.freifunkautoconnect/com.example.tobiastrumm.freifunkautoconnect.MainActivity}"
+        drawable="autoconnect" />
+    <item
+        component="ComponentInfo{com.elsdoerfer.android.autostarts/com.elsdoerfer.android.autostarts.ListActivity}"
+        drawable="autostarts" />
+    <item
+        component="ComponentInfo{de.cryptobitch.muelli.barcodegen/de.cryptobitch.muelli.barcodegen.MainActivity}"
+        drawable="barcodegen" />
+    <item
+        component="ComponentInfo{com.google.zxing.client.android/com.google.zxing.client.android.CaptureActivity}"
+        drawable="barcodescanner" />
+    <item
+        component="ComponentInfo{org.jfet.batsHIIT/org.jfet.batsHIIT.HIITMain}"
+        drawable="batshiit" />
+    <item
+        component="ComponentInfo{com.tobykurien.batteryfu/com.tobykurien.batteryfu.ModeSelect}"
+        drawable="batteryfu" />
+    <item
+        component="ComponentInfo{ch.rrelmy.android.batterymanager/ch.rrelmy.android.batterymanager.Main}"
+        drawable="batterylevel" />
+    <item
+        component="ComponentInfo{de.baumann.thema/de.baumann.thema.MainActivity}"
+        drawable="baumann" />
+    <item
+        component="ComponentInfo{de.baumann.thema/de.baumann.thema.Screen_Main}"
+        drawable="baumann" />
+    <item
+        component="ComponentInfo{com.android.nfc/com.android.nfc.BeamShareActivity}"
+        drawable="beamshare" />
+    <item
+        component="ComponentInfo{com.beem.project.beem/com.beem.project.beem.ui.Login}"
+        drawable="beem" />
+    <item
+        component="ComponentInfo{net.iexos.musicalarm/net.iexos.musicalarm.AlarmViewActivity}"
+        drawable="bipolalarm" />
+    <item
+        component="ComponentInfo{org.birthdayadapter/org.birthdayadapter.ui.BaseActivity}"
+        drawable="birthdayadapter" />
+    <item
+        component="ComponentInfo{org.birthdayadapter.free/org.birthdayadapter.ui.BaseActivity}"
+        drawable="birthdayadapter" />
+    <item
+        component="ComponentInfo{com.rigid.birthdroid/com.rigid.birthdroid.BirthdroidActivity}"
+        drawable="birthdroid" />
+    <item
+        component="ComponentInfo{de.schildbach.wallet/de.schildbach.wallet.WalletActivity}"
+        drawable="bitcoin" />
+    <item
+        component="ComponentInfo{com.veken0m.bitcoinium/com.veken0m.bitcoinium.MainActivity}"
+        drawable="bitconium" />
+    <item
+        component="ComponentInfo{caldwell.ben.bites/caldwell.ben.bites.Bites}"
+        drawable="bites" />
+    <item
+        component="ComponentInfo{se.leap.bitmaskclient/se.leap.bitmaskclient.Dashboard}"
+        drawable="bitmask" />
+    <item
+        component="ComponentInfo{se.leap.bitmaskclient/se.leap.bitmaskclient.StartActivity}"
+        drawable="bitmask" />
+    <item
+        component="ComponentInfo{com.x8bit.bitwarden/md5fb78b69c5ddbc157f4db38fd738139a6.SplashActivity}"
+        drawable="bitwarden" />
+    <item
+        component="ComponentInfo{org.blokada.alarm/org.blokada.ui.app.android.MainActivity}"
+        drawable="blokada" />
+    <item
+        component="ComponentInfo{org.blokada.alarm/core.MainActivity}"
+        drawable="blokada" />
+    <item
+        component="ComponentInfo{org.blockinger.game/org.blockinger.game.activities.MainActivity}"
+        drawable="blockinger" />
+    <item
+        component="ComponentInfo{com.soyblue.bluesound/com.soyblue.bluesound.MainActivity}"
+        drawable="bluemono" />
+    <item
+        component="ComponentInfo{com.android.bluetooth/com.android.bluetooth.opp.BluetoothOppLauncherActivity}"
+        drawable="bluetooth" />
+    <item
+        component="ComponentInfo{org.codeaurora.bluetooth/org.codeaurora.bluetooth.ftp.BluetoothFtpActivity}"
+        drawable="bluetooth" />
+    <item
+        component="ComponentInfo{ru.sash0k.bluetooth_terminal/ru.sash0k.bluetooth_terminal.activity.DeviceControlActivity}"
+        drawable="bluetoothterminal" />
+    <item
+        component="ComponentInfo{org.bobstuff.bobball/org.bobstuff.bobball.BobBallActivity}"
+        drawable="bobball" />
+    <item
+        component="ComponentInfo{byrne.utilities.converter/byrne.utilities.converter.ConverterActivity}"
+        drawable="bodha" />
+    <item
+        component="ComponentInfo{org.bombusmod/org.bombusmod.BombusModActivity}"
+        drawable="bombusmod" />
+    <item
+        component="ComponentInfo{com.eleybourn.bookcatalogue/com.eleybourn.bookcatalogue.StartupActivity}"
+        drawable="bookcatalogue" />
+    <item
+        component="ComponentInfo{com.botbrew.basil/com.botbrew.basil.Main}"
+        drawable="botbrew" />
+    <item
+        component="ComponentInfo{org.briarproject.briar.beta/org.briarproject.briar.android.splash.SplashScreenActivity}"
+        drawable="briar" />
+    <item
+        component="ComponentInfo{com.android.cellbroadcastreceiver/com.android.cellbroadcastreceiver.CellBroadcastListActivity}"
+        drawable="broadcast" />
+    <item
+        component="ComponentInfo{com.android.cellbroadcastreceiver/com.android.cellbroadcastreceiver.ui.CellBroadcastListActivity}"
+        drawable="broadcast" />
+    <item
+        component="ComponentInfo{nl.frankkie.bronylivewallpaper/nl.frankkie.bronylivewallpaper.MyPreferencesActivity}"
+        drawable="bronylivewallpaper" />
+    <item
+        component="ComponentInfo{btools.routingapp/btools.routingapp.BRouterActivity}"
+        drawable="brouter" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.AddBookmarkPage}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.BaiduShortcutActivity}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.BookmarkSearch}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.Browser9130MainView}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.BrowserActivity}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.BrowserActivityWithLauncher}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.BrowserDownloadPage}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.BrowserLauncher}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.CombinedBookmarkHistoryActivity}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.LoginBrowserActivity}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.MonternetLauncherActivity}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.ShortcutActivity}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.ui.BrowserActivity}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.widget.BookmarkThumbnailWidgetProvider}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.WoActivity}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.android.browser.WoHallActivity}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.android.browser/com.yulong.android.browser.BrowserStartPage}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{com.google.android.browser/com.android.browser.BrowserActivity}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{org.lineageos.jelly/org.lineageos.jelly.MainActivity}"
+        drawable="browser" />
+    <item
+        component="ComponentInfo{net.androgames.level/net.androgames.level.Level}"
+        drawable="bubble" />
+    <item
+        component="ComponentInfo{com.nkanaev.comics/com.nkanaev.comics.activity.MainActivity}"
+        drawable="bubblecomics" />
+    <item
+        component="ComponentInfo{com.notriddle.budget/com.notriddle.budget.EnvelopesActivity}"
+        drawable="budget" />
+    <item
+        component="ComponentInfo{org.cyanogenmod.bugreport/org.cyanogenmod.bugreport.CrashFeedbackActivity}"
+        drawable="bugreport" />
+    <item
+        component="ComponentInfo{org.cyanogenmod.bugreport/org.cyanogenmod.bugreport.MainActivity}"
+        drawable="bugreport" />
+    <item
+        component="ComponentInfo{ru.meefik.busybox/ru.meefik.busybox.MainActivity}"
+        drawable="busybox" />
+    <item
+        component="ComponentInfo{com.iiordanov.freebVNC/com.iiordanov.freebVNC.bVNC}"
+        drawable="bvnc" />
+    <item
+        component="ComponentInfo{com.iiordanov.freebVNC/com.iiordanov.bVNC.bVNC}"
+        drawable="bvnc" />
+    <item
+        component="ComponentInfo{com.iiordanov.freebVNC/com.iiordanov.bVNC.RemoteCanvasActivity}"
+        drawable="bvnc" />
+    <item
+        component="ComponentInfo{com.iiordanov.freebVNC/com.freedp.freedpcore.presentation.SessionActivity}"
+        drawable="bvnc" />
+    <item
+        component="ComponentInfo{com.afollestad.cabinet/com.afollestad.cabinet.ui.MainActivity}"
+        drawable="cabinet" />
+    <item
+        component="ComponentInfo{com.frozendevs.cache.cleaner/com.frozendevs.cache.cleaner.activity.CleanerActivity}"
+        drawable="cachecleaner" />
+    <item
+        component="ComponentInfo{at.bitfire.cadroid/at.bitfire.cadroid.MainActivity}"
+        drawable="cadroid" />
+    <item
+        component="ComponentInfo{com.android.calculator2/com.android.calculator2.AsxCalculator}"
+        drawable="calculator" />
+    <item
+        component="ComponentInfo{com.android.calculator2/com.android.calculator2.Calculator}"
+        drawable="calculator" />
+    <item
+        component="ComponentInfo{com.android.calculator2/com.android.calculator2.CalculatorActivity}"
+        drawable="calculator" />
+    <item
+        component="ComponentInfo{com.android.calculator2/com.android.calculator2.Calculator-Dark}"
+        drawable="calculator" />
+    <item
+        component="ComponentInfo{com.android.calculator2/com.android.calculator2.Calculator-Light}"
+        drawable="calculator" />
+    <item
+        component="ComponentInfo{com.sec.android.app.popupcalculator/com.sec.android.app.popupcalculator.Calculator}"
+        drawable="calculator" />
+    <item
+        component="ComponentInfo{com.google.android.calculator/com.android.calculator2.Calculator}"
+        drawable="calculator" />
+    <item
+        component="ComponentInfo{com.android2.calculator3/com.android2.calculator3.Calculator}"
+        drawable="calculator2" />
+    <item
+        component="ComponentInfo{org.gege.caldavsyncadapter/org.gege.caldavsyncadapter.authenticator.AuthenticatorActivity}"
+        drawable="caldavsync" />
+    <item
+        component="ComponentInfo{com.android.calendar/com.android.calendar.AgendaActivity}"
+        drawable="calendar" />
+    <item
+        component="ComponentInfo{com.android.calendar/com.android.calendar.AllInOneActivity}"
+        drawable="calendar" />
+    <item
+        component="ComponentInfo{com.android.calendar/com.android.calendar.CalendarTabActivity}"
+        drawable="calendar" />
+    <item
+        component="ComponentInfo{com.android.calendar/com.android.calendar.ChooserActivity}"
+        drawable="calendar" />
+    <item
+        component="ComponentInfo{com.android.calendar/com.android.calendar.EditEventActivity}"
+        drawable="calendar" />
+    <item
+        component="ComponentInfo{com.android.calendar/com.android.calendar.EventInfoActivity}"
+        drawable="calendar" />
+    <item
+        component="ComponentInfo{com.android.calendar/com.android.calendar.JumpActivity}"
+        drawable="calendar" />
+    <item
+        component="ComponentInfo{com.android.calendar/com.android.calendar.LaunchActivity}"
+        drawable="calendar" />
+    <item
+        component="ComponentInfo{com.android.calendar/com.android.calendar.MonthActivity}"
+        drawable="calendar" />
+    <item
+        component="ComponentInfo{com.android.calendar/com.android.calendar.timeline.EventListWithStartTime}"
+        drawable="calendar" />
+    <item
+        component="ComponentInfo{com.android.providers.calendar/CalendarContentProviderTests}"
+        drawable="calendar" />
+    <item
+        component="ComponentInfo{com.google.android.calendar/com.android.calendar.AllInOneActivity}"
+        drawable="calendar" />
+    <item
+        component="ComponentInfo{com.google.android.calendar/com.android.calendar.LaunchActivity}"
+        drawable="calendar" />
+    <item
+        component="ComponentInfo{ch.ihdg.calendarcolor/ch.ihdg.calendarcolor.CalendarListActivity}"
+        drawable="calendarcolor" />
+    <item
+        component="ComponentInfo{org.sufficientlysecure.ical/org.sufficientlysecure.ical.ui.MainActivity}"
+        drawable="calendarie" />
+    <item
+        component="ComponentInfo{com.github.quarck.calnotify/com.github.quarck.calnotify.ui.ActivityMain}"
+        drawable="calendarnotifications" />
+    <item
+        component="ComponentInfo{com.github.quarck.calnotify/com.github.quarck.calnotify.ui.MainActivity}"
+        drawable="calendarnotifications" />
+    <item
+        component="ComponentInfo{com.plusonelabs.calendar/com.plusonelabs.calendar.WidgetConfigurationActivity}"
+        drawable="calendarwidget" />
+    <item
+        component="ComponentInfo{com.plusonelabs.calendar/com.plusonelabs.calendar.MainActivity}"
+        drawable="calendarwidget" />
+    <item
+        component="ComponentInfo{es.usc.citius.servando.calendula/es.usc.citius.servando.calendula.activities.StartActivity}"
+        drawable="calendula" />
+    <item
+        component="ComponentInfo{es.usc.citius.servando.calendula/es.usc.citius.servando.calendula.HomeActivity}"
+        drawable="calendula" />
+    <item
+        component="ComponentInfo{com.integralblue.callerid/com.integralblue.callerid.MainActivity}"
+        drawable="callerid" />
+    <item
+        component="ComponentInfo{com.call.recorder/com.call.recorder.MainActivity}"
+        drawable="callrecorder" />
+    <item
+        component="ComponentInfo{com.android.camera/com.android.camera.CamcorderEntry}"
+        drawable="camcorder" />
+    <item
+        component="ComponentInfo{com.android.camera/com.android.camera.VideoCamera}"
+        drawable="camcorder" />
+    <item
+        component="ComponentInfo{com.android.camera/com.android.camera.Camera}"
+        drawable="camera2" />
+    <item
+        component="ComponentInfo{com.android.camera/com.android.camera.CameraEntry}"
+        drawable="camera2" />
+    <item
+        component="ComponentInfo{com.android.camera2/com.android.camera.CameraLauncher}"
+        drawable="camera2" />
+    <item
+        component="ComponentInfo{com.android.gallery3d/com.android.camera.CameraLauncher}"
+        drawable="camera2" />
+    <item
+        component="ComponentInfo{com.google.android.camera/com.android.camera.Camera}"
+        drawable="camera2" />
+    <item
+        component="ComponentInfo{com.google.android.gallery3d/com.android.camera.CameraLauncher}"
+        drawable="camera2" />
+    <item
+        component="ComponentInfo{com.google.android.GoogleCamera/com.android.camera.CameraLauncher}"
+        drawable="camera2" />
+    <item
+        component="ComponentInfo{com.sec.android.app.camera/com.sec.android.app.camera.Camera}"
+        drawable="camera2" />
+    <item
+        component="ComponentInfo{org.codeaurora.snapcam/com.android.camera.CameraLauncher}"
+        drawable="camera2" />
+    <item
+        component="ComponentInfo{org.cyanogenmod.snap/com.android.camera.CameraLauncher}"
+        drawable="camera2" />
+    <item
+        component="ComponentInfo{org.lineageos.snap/com.android.camera.CameraLauncher}"
+        drawable="camera2" />
+    <item
+        component="ComponentInfo{us.koller.cameraroll/us.koller.cameraroll.ui.MainActivity}"
+        drawable="cameraroll" />
+    <item
+        component="ComponentInfo{se.tube42.kidsmem.android/se.tube42.kidsmem.android.MainActivity}"
+        drawable="candymemory" />
+    <item
+        component="ComponentInfo{com.jadn.cc/com.jadn.cc.ui.CarCast}"
+        drawable="carcast" />
+    <item
+        component="ComponentInfo{me.kuehle.carreport/me.kuehle.carreport.gui.MainActivity}"
+        drawable="carreport" />
+    <item
+        component="ComponentInfo{com.ridgelineapps.resdicegame/com.ridgelineapps.resdicegame.MainActivity}"
+        drawable="catandice" />
+    <item
+        component="ComponentInfo{com.agateau.catgenerator/com.agateau.catgenerator.MainActivity}"
+        drawable="catgenerator" />
+    <item
+        component="ComponentInfo{net.simonvt.cathode/net.simonvt.cathode.ui.HomeActivity}"
+        drawable="cathode" />
+    <item
+        component="ComponentInfo{com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity}"
+        drawable="catlog" />
+    <item
+        component="ComponentInfo{cgeo.geocaching/cgeo.geocaching.MainActivity}"
+        drawable="cgeo" />
+    <item
+        component="ComponentInfo{com.chanapps.four.activity/com.chanapps.four.activity.StartupActivity}"
+        drawable="chanu" />
+    <item
+        component="ComponentInfo{org.atai.TessUI/org.atai.TessUI.TessUIActivity}"
+        drawable="characterrecognition" />
+    <item
+        component="ComponentInfo{com.kkinder.charmap/com.kkinder.charmap.Charmap}"
+        drawable="charmap" />
+    <item
+        component="ComponentInfo{info.guardianproject.otr.app.im/info.guardianproject.otr.app.im.app.WelcomeActivity}"
+        drawable="chatsecure" />
+    <item
+        component="ComponentInfo{jwtc.android.chess/jwtc.android.chess.start}"
+        drawable="chess" />
+    <item
+        component="ComponentInfo{cz.hejl.chesswalk/cz.hejl.chesswalk.MainActivity}"
+        drawable="chesswalk" />
+    <item
+        component="ComponentInfo{org.hekmatof.chesswatch/org.hekmatof.chesswatch.MainActivity}"
+        drawable="chesswatch" />
+    <item
+        component="ComponentInfo{org.chromium.chrome/com.google.android.apps.chrome.Main}"
+        drawable="chromium" />
+    <item
+        component="ComponentInfo{us.lindanrandy.cidrcalculator/us.lindanrandy.cidrcalculator.CIDRCalculator}"
+        drawable="cidrcalc" />
+    <item
+        component="ComponentInfo{de.qspool.clementineremote/de.qspool.clementineremote.ui.ConnectDialog}"
+        drawable="clementineremote" />
+    <item
+        component="ComponentInfo{de.qspool.clementineremote/.ui.ConnectActivity}"
+        drawable="clementineremote" />
+    <item
+        component="ComponentInfo{de.ub0r.android.clipboardbeam/de.ub0r.android.clipboardbeam.MainActivity}"
+        drawable="clipboardbeam" />
+    <item
+        component="ComponentInfo{com.catchingnow.tinyclipboardmanager/com.catchingnow.tinyclipboardmanager.ActivityMain}"
+        drawable="clipstack" />
+    <item
+        component="ComponentInfo{com.android.alarmclock/com.android.alarmclock.AlarmClock}"
+        drawable="clock" />
+    <item
+        component="ComponentInfo{com.android.deskclock/com.android.deskclock.AlarmClock}"
+        drawable="clock" />
+    <item
+        component="ComponentInfo{com.android.deskclock/com.android.deskclock.ClockPackage}"
+        drawable="clock" />
+    <item
+        component="ComponentInfo{com.android.deskclock/com.android.deskclock.DeskClock}"
+        drawable="clock" />
+    <item
+        component="ComponentInfo{com.android.deskclock/com.android.deskclock.DeskClockGroupActivity}"
+        drawable="clock" />
+    <item
+        component="ComponentInfo{com.android.deskclock/com.android.deskclock.DeskClockTabActivity}"
+        drawable="clock" />
+    <item
+        component="ComponentInfo{com.android.deskclock/com.android.deskclock.MultiClockTab}"
+        drawable="clock" />
+    <item
+        component="ComponentInfo{com.android.deskclock/com.android.main.TabsActivity}"
+        drawable="clock" />
+    <item
+        component="ComponentInfo{com.android.deskclock/com.apalon.myclockfree.MainActivity}"
+        drawable="clock" />
+    <item
+        component="ComponentInfo{com.android.deskclock/com.jrdcom.timetool.TimeToolActivity}"
+        drawable="clock" />
+    <item
+        component="ComponentInfo{com.google.android.deskclock/com.android.deskclock.DeskClock}"
+        drawable="clock" />
+    <item
+        component="ComponentInfo{com.sec.android.app.clockpackage/com.sec.android.app.clockpackage.ClockPackage}"
+        drawable="clock" />
+    <item
+        component="ComponentInfo{org.omnirom.deskclock/org.omnirom.deskclock.DeskClock}"
+        drawable="clock" />
+    <item
+        component="ComponentInfo{com.philliphsu.clock2/com.philliphsu.clock2.MainActivity}"
+        drawable="clock" />
+    <item
+        component="ComponentInfo{org.floens.chan/org.floens.chan.ui.activity.BoardActivity}"
+        drawable="clover" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.account/com.cyanogenmod.account.ui.CMAccountActivity}"
+        drawable="cmaccount" />
+    <item
+        component="ComponentInfo{org.cyanogenmod.gello.browser/com.android.browser.BrowserLauncher}"
+        drawable="cmbrowser" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.updater/com.cyanogenmod.updater.UpdatesSettings}"
+        drawable="cmupdater" />
+    <item
+        component="ComponentInfo{com.coinbase.android.merchant/com.coinbase.android.MainActivity}"
+        drawable="coinbase" />
+    <item
+        component="ComponentInfo{org.androidsoft.coloring/org.androidsoft.coloring.ui.activity.SplashActivity}"
+        drawable="coloring" />
+    <item
+        component="ComponentInfo{com.sgr_b2.compass/com.sgr_b2.compass.activities.MainActivity}"
+        drawable="communitycompass" />
+    <item
+        component="ComponentInfo{net.micode.compass/net.micode.compass.CompassActivity}"
+        drawable="compass" />
+    <item
+        component="ComponentInfo{org.connectbot/org.connectbot.HostListActivity}"
+        drawable="connectbot" />
+    <item
+        component="ComponentInfo{com.phg.constellations/com.phg.constellations.MainActivity}"
+        drawable="constellations" />
+    <item
+        component="ComponentInfo{de.measite.contactmerger/de.measite.contactmerger.MergeActivity}"
+        drawable="contactmerger" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.activities.CallLogActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.activities.ContactsFrontDoor}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.activities.ContactTabBrowserActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.activities.PCUDialtactsActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.activities.PeopleActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.activities.PhoneFrontDoor}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.activities.TwelveKeyDialer}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.BbDialtactsMainFrameActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.CallDialtactsActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.CallLog}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.CallLogActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.CallLogShortcut}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.ContactHostActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.ContactsActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.ContactsListActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.ContactsListActivityEx}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.ContactsListActivityLauncher}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.ContactsMainFromHomeActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.dialer.DialerPhoneActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.DialerActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsCallListEntryActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsCallLogActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsCallLogEntryActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsCallsEntryActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsContactsEntryActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsDialerEntryActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsEntryActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsPhoneEntryActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsRecentCallEntryActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsRecentCallsEntryActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsRecentCallsListActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsRecentEntryActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.PhoneContactsActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.PhoneDialtactsActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.RecentCallLogLaunchActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.RecentCallsEntryActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.RecentCallsLauncherActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.SmartDailerActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.SmartDialerActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.SmartDialerListActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.tmo.LaunchCommunityActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.TransparentActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.TwelveKeyDialer}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.oppo.contacts.OppoDialtactsActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.sec.android.app.contacts.ContactsEntryActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.sec.android.app.contacts.DialerEntryActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.sec.android.app.contacts.PhoneBookSplitTopMenuActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.sec.android.app.contacts.PhoneBookTopMenuActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.sec.android.app.contacts.RecntcallEntryActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.android.providers.contacts/com.android.providers.contacts.debug.ContactsDumpActivity}"
+        drawable="contacts" />
+    <item
+        component="ComponentInfo{com.github.nutomic.controldlna/com.github.nutomic.controldlna.gui.MainActivity}"
+        drawable="controldlna" />
+    <item
+        component="ComponentInfo{eu.siacs.conversations/eu.siacs.conversations.ui.ConversationActivity}"
+        drawable="conversations" />
+    <item
+        component="ComponentInfo{org.coolreader/org.coolreader.CoolReader}"
+        drawable="coolreader" />
+    <item
+        component="ComponentInfo{com.bitpay.copay/com.bitpay.copay.MainActivity}"
+        drawable="copay" />
+    <item
+        component="ComponentInfo{me.tsukanov.counter/me.tsukanov.counter.ui.MainActivity}"
+        drawable="counterme" />
+    <item
+        component="ComponentInfo{org.carbonrom.quarks/org.carbonrom.quarks.MainActivity}"
+        drawable="crbrowser" />
+    <item
+        component="ComponentInfo{de.stephanlindauer.criticalmaps/de.stephanlindauer.criticalmaps.Main}"
+        drawable="criticalmaps" />
+    <item
+        component="ComponentInfo{groomiac.crocodilenote/groomiac.crocodilenote.Launcher}"
+        drawable="crocodilenote" />
+    <item
+        component="ComponentInfo{org.eehouse.android.xw4/org.eehouse.android.xw4.GamesListActivity}"
+        drawable="crosswords" />
+    <item
+        component="ComponentInfo{com.csipsimple/com.csipsimple.ui.SipHome}"
+        drawable="csipsimple" />
+    <item
+        component="ComponentInfo{org.csploit.android/org.csploit.android.MainActivity}"
+        drawable="csploit2" />
+    <item
+        component="ComponentInfo{io.github.benoitduffez.cupsprint/io.github.benoitduffez.cupsprint.app.ManageManualPrintersActivity}"
+        drawable="cupsprint" />
+    <item
+        component="ComponentInfo{com.jonbanjo.cupsprintservice/com.jonbanjo.cupsprint.PrinterMainActivity}"
+        drawable="cupsprintservice" />
+    <item
+        component="ComponentInfo{com.hykwok.CurrencyConverter/com.hykwok.CurrencyConverter.ActivityMain}"
+        drawable="currencyconverter" />
+    <item
+        component="ComponentInfo{com.github.cythara/com.github.cythara.MainActivity}"
+        drawable="cythara" />
+    <item
+        component="ComponentInfo{net.nurik.roman.dashclock/com.google.android.apps.dashclock.configuration.ConfigurationActivity}"
+        drawable="dashclock" />
+    <item
+        component="ComponentInfo{net.nurik.roman.dashclock/com.google.android.apps.dashclock.configuration.ConfigurationLauncherActivity}"
+        drawable="dashclock" />
+    <item
+        component="ComponentInfo{jp.takke.datastats/jp.takke.datastats.MainActivity}"
+        drawable="datastats" />
+    <item
+        component="ComponentInfo{at.bitfire.davdroid/at.bitfire.davdroid.MainActivity}"
+        drawable="davdroid" />
+    <item
+        component="ComponentInfo{at.bitfire.davdroid/at.bitfire.davdroid.ui.AccountsActivity}"
+        drawable="davdroid" />
+    <item
+        component="ComponentInfo{at.bitfire.davdroid/at.bitfire.davdroid.ui.MainActivity}"
+        drawable="davdroid" />
+    <item
+        component="ComponentInfo{net.debian.debiandroid/net.debian.debiandroid.ItemListActivity}"
+        drawable="debiandroid" />
+    <item
+        component="ComponentInfo{org.dyndns.sven_ola.debian_kit/org.dyndns.sven_ola.debian_kit.DebianKitActivity}"
+        drawable="debiankit" />
+    <item
+        component="ComponentInfo{com.android.certinstaller/com.android.certinstaller.CertInstaller}"
+        drawable="defaulticon" />
+    <item
+        component="ComponentInfo{com.android.certinstaller/com.android.certinstaller.InstallCertAsUser}"
+        drawable="defaulticon" />
+    <item
+        component="ComponentInfo{com.android.htmlviewer/com.android.htmlviewer.HTMLViewerActivity}"
+        drawable="defaulticon" />
+    <item
+        component="ComponentInfo{com.android.keychain/com.android.keychain.KeyChainActivity}"
+        drawable="defaulticon" />
+    <item
+        component="ComponentInfo{com.android.managedprovisioning/com.android.managedprovisioning.ManagedProvisioningActivity}"
+        drawable="defaulticon" />
+    <item
+        component="ComponentInfo{com.android.mms.service/com.android.mms.service.MmsService}"
+        drawable="defaulticon" />
+    <item
+        component="ComponentInfo{com.android.musicvis/com.android.musicvis.vis2.Visualization2}"
+        drawable="defaulticon" />
+    <item
+        component="ComponentInfo{com.android.noisefield/com.android.noisefield.NoiseFieldWallpaper}"
+        drawable="defaulticon" />
+    <item
+        component="ComponentInfo{com.android.packageinstaller/com.android.packageinstaller.Development}"
+        drawable="defaulticon" />
+    <item
+        component="ComponentInfo{com.android.prividers.userdictionary/com.android.prividers.userdictionary.UserDictionaryProvider}"
+        drawable="defaulticon" />
+    <item
+        component="ComponentInfo{com.android.provision/com.android.provision.DefaultActivity}"
+        drawable="defaulticon" />
+    <item
+        component="ComponentInfo{ir.hsn6.defendo/org.godotengine.godot.Godot}"
+        drawable="defendo" />
+    <item
+        component="ComponentInfo{com.workingagenda.democracydroid/com.workingagenda.democracydroid.MainActivity}"
+        drawable="democracydroid" />
+    <item
+        component="ComponentInfo{org.jak_linux.dns66/org.jak_linux.dns66.MainActivity}"
+        drawable="dns66" />
+    <item
+        component="ComponentInfo{net.screenfreeze.deskcon/net.screenfreeze.deskcon.MainActivity}"
+        drawable="deskcon" />
+    <item
+        component="ComponentInfo{com.android.development/com.android.development.Development}"
+        drawable="devtools" />
+    <item
+        component="ComponentInfo{com.github.dfa.diaspora_android/com.github.dfa.diaspora_android.activity.MainActivity}"
+        drawable="diasporadfa" />
+    <item
+        component="ComponentInfo{ar.com.tristeslostrestigres.diasporanativewebapp/ar.com.tristeslostrestigres.diasporanativewebapp.SplashActivity}"
+        drawable="diasporanw" />
+    <item
+        component="ComponentInfo{com.voidcode.diasporawebclient/com.voidcode.diasporawebclient.MainActivity}"
+        drawable="diasporawebclient" />
+    <item
+        component="ComponentInfo{de.kugihan.dictionaryformids.hmi_android/de.kugihan.dictionaryformids.hmi_android.DictionaryForMIDs}"
+        drawable="dictionaryformids" />
+    <item
+        component="ComponentInfo{kaljurand_at_gmail_dot_com.diktofon/kaljurand_at_gmail_dot_com.diktofon.activity.RecordingListActivity}"
+        drawable="diktofon" />
+    <item
+        component="ComponentInfo{com.mareksebera.simpledilbert/com.mareksebera.simpledilbert.core.DilbertFragmentActivity}"
+        drawable="dilbert" />
+    <item
+        component="ComponentInfo{giraffine.dimmer/giraffine.dimmer.Dimmer}"
+        drawable="dimmer" />
+    <item
+        component="ComponentInfo{com.veniosg.dir/com.veniosg.dir.activity.FileManagerActivity}"
+        drawable="dir" />
+    <item
+        component="ComponentInfo{com.nagopy.android.disablemanager2/com.nagopy.android.disablemanager2.MainActivity}"
+        drawable="disablemanager" />
+    <item
+        component="ComponentInfo{com.google.android.diskusage/com.google.android.diskusage.SelectActivity}"
+        drawable="diskusage" />
+    <item
+        component="ComponentInfo{io.github.otakuchiyan.dnsman/io.github.otakuchiyan.dnsman.MainActivity}"
+        drawable="dnsman" />
+    <item
+        component="ComponentInfo{com.android.documentsui/com.android.documentsui.DocumentsActivity}"
+        drawable="documents" />
+    <item
+        component="ComponentInfo{com.android.documentsui/com.android.documentsui.LauncherActivity}"
+        drawable="documents" />
+    <item
+        component="ComponentInfo{org.sufficientlysecure.viewer/org.ebookdroid.ui.library.RecentActivity}"
+        drawable="documentviewer" />
+    <item
+        component="ComponentInfo{com.doomy.torch/com.doomy.torch.LaunchActivity}"
+        drawable="doomytorch" />
+    <item
+        component="ComponentInfo{com.android.providers.downloads/com.android.providers.downloads.SizeLimitActivity}"
+        drawable="downloads" />
+    <item
+        component="ComponentInfo{com.android.providers.downloads/com.android.providers.downloads.ui.DownloadList}"
+        drawable="downloads" />
+    <item
+        component="ComponentInfo{com.android.providers.downloads/com.android.providers.downloads.ui.DownloadListUI}"
+        drawable="downloads" />
+    <item
+        component="ComponentInfo{com.android.providers.downloads.ui/com.android.providers.downloads.ui.DownloadActivity}"
+        drawable="downloads" />
+    <item
+        component="ComponentInfo{com.android.providers.downloads.ui/com.android.providers.downloads.ui.DownloadList}"
+        drawable="downloads" />
+    <item
+        component="ComponentInfo{com.android.providers.downloads.ui/com.android.providers.downloads.ui.DownloadsListTab}"
+        drawable="downloads" />
+    <item
+        component="ComponentInfo{com.android.providers.downloads.ui/com.android.providers.downloads.ui.DownloadTabActivity}"
+        drawable="downloads" />
+    <item
+        component="ComponentInfo{com.android.providers.downloads.ui/com.android.providers.downloads.ui.GnDownloadTabActivity}"
+        drawable="downloads" />
+    <item
+        component="ComponentInfo{com.refactech.driibo/com.refactech.driibo.ui.MainActivity}"
+        drawable="driibo" />
+    <item
+        component="ComponentInfo{fr.masciulli.drinks/fr.masciulli.drinks.activity.MainActivity}"
+        drawable="drinks" />
+    <item
+        component="ComponentInfo{org.petero.droidfish/org.petero.droidfish.DroidFish}"
+        drawable="droidfish" />
+    <item
+        component="ComponentInfo{nl.asymmetrics.droidshows/nl.asymmetrics.droidshows.DroidShows}"
+        drawable="zapp" />
+    <item
+        component="ComponentInfo{org.droidupnp/org.droidupnp.Main}"
+        drawable="droidupnp" />
+    <item
+        component="ComponentInfo{com.googlecode.droidwall.free/com.googlecode.droidwall.free.MainActivity}"
+        drawable="droidwall" />
+    <item
+        component="ComponentInfo{de.delusions.measure/de.delusions.measure.MeasureTabs}"
+        drawable="droidweignt" />
+    <item
+        component="ComponentInfo{se.tube42.drum.android/se.tube42.drum.android.MainActivity}"
+        drawable="drumon" />
+    <item
+        component="ComponentInfo{com.bel.android.dspmanager/com.bel.android.dspmanager.activity.DSPManager}"
+        drawable="dspmanager" />
+    <item
+        component="ComponentInfo{github.daneren2005.dsub/github.daneren2005.dsub.activity.SubsonicFragmentActivity}"
+        drawable="dsub" />
+    <item
+        component="ComponentInfo{com.duckduckgo.mobile.android/com.duckduckgo.mobile.android.activity.DuckDuckGo}"
+        drawable="duckduckgo" />
+    <item
+        component="ComponentInfo{se.johanhil.duckduckgo/se.johanhil.duckduckgo.DuckDuckGoSettings}"
+        drawable="duckduckgo2" />
+    <item
+        component="ComponentInfo{com.github.yeriomin.dumbphoneassistant/com.github.yeriomin.dumbphoneassistant.ManageContactsActivity}"
+        drawable="dumbphoneassistant" />
+    <item
+        component="ComponentInfo{org.sufficientlysecure.viewer.fontpack/org.sufficientlysecure.viewer.fontpack.ui.MainActivity}"
+        drawable="dvfont" />
+    <item
+        component="ComponentInfo{net.pejici.easydice/net.pejici.easydice.DiceRollerActivity}"
+        drawable="easydice" />
+    <item
+        component="ComponentInfo{app.easytoken/app.easytoken.MainActivity}"
+        drawable="easytoken" />
+    <item
+        component="ComponentInfo{com.tap.xkcd_reader/com.tap.xkcd_reader.Activities.MainActivity}"
+        drawable="easyxkcd" />
+    <item
+        component="ComponentInfo{com.tap.xkcd_reader/de.tap.easy_xkcd.Activities.MainActivity}"
+        drawable="easyxkcd" />
+    <item
+        component="ComponentInfo{de.tap.easy_xkcd/de.tap.easy_xkcd.Activities.MainActivity}"
+        drawable="easyxkcd" />
+    <item
+        component="ComponentInfo{com.f0x.eddymalou/com.f0x.eddymalou.MainActivity}"
+        drawable="eddymalou" />
+    <item
+        component="ComponentInfo{com.jecelyin.editor/com.jecelyin.editor.JecEditor}"
+        drawable="editor920" />
+    <item
+        component="ComponentInfo{org.billthefarmer.editor/org.billthefarmer.editor.Editor}"
+        drawable="editor920" />
+    <item
+        component="ComponentInfo{org.eff.actioncenter/CordovaApp}"
+        drawable="effalerts" />
+    <item
+        component="ComponentInfo{org.eff.actioncenter/org.eff.actioncenter.CordovaApp}"
+        drawable="effalerts" />
+    <item
+        component="ComponentInfo{org.electrum.electrum/org.kivy.android.PythonActivity}"
+        drawable="electrum" />
+    <item
+        component="ComponentInfo{com.ultramegatech.ey/com.ultramegatech.ey.PeriodicTableActivity}"
+        drawable="elementary" />
+    <item
+        component="ComponentInfo{de.vanitasvitae.enigmandroid/de.vanitasvitae.enigmandroid.MainActivity}"
+        drawable="enigmandroid" />
+    <item
+        component="ComponentInfo{com.nutomic.ensichat/com.nutomic.ensichat.activities.FirstStartActivity}"
+        drawable="ensichat" />
+    <item
+        component="ComponentInfo{org.uaraven.e/org.uaraven.e.EMainActivity}"
+        drawable="enumbers" />
+    <item
+        component="ComponentInfo{org.jamienicol.episodes/org.jamienicol.episodes.MainActivity}"
+        drawable="episodes" />
+    <item
+        component="ComponentInfo{it.angrydroids.epub3reader/it.angrydroids.epub3reader.EpubReaderMain}"
+        drawable="epubreader" />
+    <item
+        component="ComponentInfo{com.llamacorp.equate/com.llamacorp.equate.view.CalcActivity}"
+        drawable="equate" />
+    <item
+        component="ComponentInfo{ws.xsoh.etar/com.android.calendar.AllInOneActivity}"
+        drawable="etarcalendar" />
+    <item
+        component="ComponentInfo{net.sf.ethersynth/net.sf.ethersynth.EtherSynthActivity}"
+        drawable="ethersynth" />
+    <item
+        component="ComponentInfo{com.android.exchange/com.android.exchange.EasCertificateRequestor}"
+        drawable="exchange" />
+    <item
+        component="ComponentInfo{com.android.exchange/com.android.exchange.SettingsRedirector}"
+        drawable="exchange" />
+    <item
+        component="ComponentInfo{org.surrel.facebooknotifications/org.surrel.facebooknotifications.MainActivity}"
+        drawable="facebooknotifications" />
+    <item
+        component="ComponentInfo{org.fastergps/org.fastergps.ui.BaseActivity}"
+        drawable="fastergps" />
+    <item
+        component="ComponentInfo{org.indywidualni.fblite/org.indywidualni.fblite.activity.SplashActivity}"
+        drawable="fblite" />
+    <item
+        component="ComponentInfo{org.indywidualni.fblite/org.indywidualni.fblite.MainActivity}"
+        drawable="fblite" />
+    <item
+        component="ComponentInfo{me.zeeroooo.materialfb/me.zeerooo.materialfb.Activities.MainActivity}"
+        drawable="fblite" />
+    <item
+        component="ComponentInfo{org.geometerplus.zlibrary.ui.android/org.geometerplus.android.fbreader.FBReader}"
+        drawable="fbreader" />
+    <item
+        component="ComponentInfo{org.fdroid.fdroid.privileged/org.fdroid.fdroid.privileged.PrivilegedService}"
+        drawable="fdprivileged" />
+    <item
+        component="ComponentInfo{org.fdroid.fdroid/org.fdroid.fdroid.FDroid}"
+        drawable="fdroid" />
+    <item
+        component="ComponentInfo{org.fdroid.fdroid/org.fdroid.fdroid.views.main.MainActivity}"
+        drawable="fdroid" />
+    <item
+        component="ComponentInfo{free.yhc.feeder/free.yhc.feeder.FeederActivity}"
+        drawable="feedhive" />
+    <item
+        component="ComponentInfo{com.enjoyingfoss.feeel/com.enjoyingfoss.feeel.view.CoverActivity}"
+        drawable="feel" />
+    <item
+        component="ComponentInfo{org.mozilla.fennec_aurora/org.mozilla.fennec_aurora.App}"
+        drawable="fennec" />
+    <item
+        component="ComponentInfo{org.mozilla.fennec_fdroid/org.mozilla.fennec_fdroid.App}"
+        drawable="fennec" />
+    <item
+        component="ComponentInfo{com.btmura.android.reddit/com.btmura.android.reddit.MainActivity}"
+        drawable="ffreddit" />
+    <item
+        component="ComponentInfo{de.marmaro.krt.ffupdater/de.marmaro.krt.ffupdater.MainActivity}"
+        drawable="ffupdater" />
+    <item
+        component="ComponentInfo{net.micode.fileexplorer/net.micode.fileexplorer.FileExplorerTabActivity}"
+        drawable="fileexplorer" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.ChangeLogActivity}"
+        drawable="filemanager" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.NavigationActivity}"
+        drawable="filemanager" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.PickerActivity}"
+        drawable="filemanager" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.preferences.SettingsPreferences}"
+        drawable="filemanager" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.SearchActivity}"
+        drawable="filemanager" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.ThemeActivity}"
+        drawable="filemanager" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.filemanager.ics/com.cyanogenmod.filemanager.ics.activities.NavigationActivity}"
+        drawable="filemanager" />
+    <item
+        component="ComponentInfo{com.michaldabski.filemanager/com.michaldabski.filemanager.folders.FolderActivity}"
+        drawable="filemanagerpro" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.ShortcutActivity}"
+        drawable="filemanagersc" />
+    <item
+        component="ComponentInfo{com.github.wdkapps.fillup/com.github.wdkapps.fillup.StartupActivity}"
+        drawable="fillup" />
+    <item
+        component="ComponentInfo{se.erikofsweden.findmyphone/se.erikofsweden.findmyphone.FindMyPhoneSettings}"
+        drawable="findmyphone" />
+    <item
+        component="ComponentInfo{eu.faircode.finegeotag/eu.faircode.finegeotag.ActivitySettings}"
+        drawable="finegeotag" />
+    <item
+        component="ComponentInfo{cn.mozilla.firefox/cn.mozilla.firefox.App}"
+        drawable="firefox" />
+    <item
+        component="ComponentInfo{org.mozilla.firefox/org.mozilla.firefox.App}"
+        drawable="firefox" />
+    <item
+        component="ComponentInfo{org.mozilla.firefox_beta/org.mozilla.firefox_beta.App}"
+        drawable="firefox" />
+    <item
+        component="ComponentInfo{org.mozilla.klar/org.mozilla.focus.activity.MainActivity}"
+        drawable="firefoxfocus" />
+    <item
+        component="ComponentInfo{org.mozilla.focus/org.mozilla.focus.activity.MainActivity}"
+        drawable="firefoxfocus" />
+    <item
+        component="ComponentInfo{dev.ukanth.ufirewall/dev.ukanth.ufirewall.MainActivity}"
+        drawable="firewall" />
+    <item
+        component="ComponentInfo{genius.mohammad.floating.stickies/genius.mohammad.floating.stickies.MainActivity}"
+        drawable="floatingstickies" />
+    <item
+        component="ComponentInfo{net.fred.feedex/net.fred.feedex.activity.HomeActivity}"
+        drawable="flym" />
+    <item
+        component="ComponentInfo{com.android.fmradio/com.android.fmradio.FmMainActivity}"
+        drawable="fmradio" />
+    <item
+        component="ComponentInfo{com.caf.fmradio/com.caf.fmradio.FMRadio}"
+        drawable="fmradio" />
+    <item
+        component="ComponentInfo{com.caf.fmradio/com.caf.fmradio.FMTransmitterActivity}"
+        drawable="fmradio" />
+    <item
+        component="ComponentInfo{fr.xplod.focal/org.cyanogenmod.focal.CameraActivity}"
+        drawable="focal" />
+    <item
+        component="ComponentInfo{org.cyanogenmod.focal/org.cyanogenmod.focal.CameraActivity}"
+        drawable="focal" />
+    <item
+        component="ComponentInfo{ro.ieval.fonbot/ro.ieval.fonbot.FonBotMainActivity}"
+        drawable="fonbot" />
+    <item
+        component="ComponentInfo{cz.martykan.forecastie/cz.martykan.forecastie.activities.MainActivity}"
+        drawable="forecastie" />
+    <item
+        component="ComponentInfo{cz.martykan.forecastie/cz.martykan.forecastie.activities.SplashActivity}"
+        drawable="forecastie" />
+    <item
+        component="ComponentInfo{jp.forkhub/com.github.mobile.ui.user.HomeActivity}"
+        drawable="forkhub" />
+    <item
+        component="ComponentInfo{org.legtux.m_316k.fortune/org.legtux.m_316k.fortune.MainActivity}"
+        drawable="fortunes" />
+    <item
+        component="ComponentInfo{de.k3b.android.androFotoFinder/de.k3b.android.androFotoFinder.FotoGalleryActivity}"
+        drawable="fotofinder" />
+    <item
+        component="ComponentInfo{de.k3b.android.androFotoFinder/de_k3b_android.androFotoFinder.locationmap.MapGeoPickerActivity}"
+        drawable="fotofinder2" />
+    <item
+        component="ComponentInfo{org.freeminer.freeminer/org.freeminer.freeminer.MtNativeActivity}"
+        drawable="freeminer" />
+    <item
+        component="ComponentInfo{de.cwde.freeshisen/de.cwde.freeshisen.ShisenShoActivity}"
+        drawable="freeshisen" />
+    <item
+        component="ComponentInfo{de.wikilab.android.friendica01/de.wikilab.android.friendica01.HomeActivity}"
+        drawable="friendica" />
+    <item
+        component="ComponentInfo{org.jfedor.frozenbubble/com.efortin.frozenbubble.HomeScreen}"
+        drawable="frozenbuble" />
+    <item
+        component="ComponentInfo{be.ppareit.swiftp/be.ppareit.swiftp.gui.FsPreferenceActivity}"
+        drawable="ftpserver" />
+    <item
+        component="ComponentInfo{be.ppareit.swiftp_free/be.ppareit.swiftp.gui.FsPreferenceActivity}"
+        drawable="ftpserver" />
+    <item
+        component="ComponentInfo{nodomain.freeyourgadget.gadgetbridge/nodomain.freeyourgadget.gadgetbridge.activities.ControlCenter}"
+        drawable="gadgetbridge" />
+    <item
+        component="ComponentInfo{nodomain.freeyourgadget.gadgetbridge/nodomain.freeyourgadget.gadgetbridge.ControlCenter}"
+        drawable="gadgetbridge" />
+    <item
+        component="ComponentInfo{nodomain.freeyourgadget.gadgetbridge/nodomain.freeyourgadget.gadgetbridge.SettingsActivity}"
+        drawable="gadgetbridge" />
+    <item
+        component="ComponentInfo{com.murrayc.galaxyzoo.app/com.murrayc.galaxyzoo.app.ClassifyActivity}"
+        drawable="galaxyzoo" />
+    <item
+        component="ComponentInfo{com.android.camera/com.android.camera.GalleryPicker}"
+        drawable="gallery" />
+    <item
+        component="ComponentInfo{com.android.gallery3d/com.android.gallery3d.app.Gallery}"
+        drawable="gallery" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.gallerynext/com.cyanogenmod.gallerynext.app.GalleryActivity}"
+        drawable="gallery" />
+    <item
+        component="ComponentInfo{com.google.android.gallery3d/com.android.gallery3d.app.Gallery}"
+        drawable="gallery" />
+    <item
+        component="ComponentInfo{com.sec.android.gallery3d/com.sec.android.gallery3d.app.Gallery}"
+        drawable="gallery" />
+    <item
+        component="ComponentInfo{com.sec.android.gallery3d/com.sec.android.gallery3d.app.GalleryActivity}"
+        drawable="gallery" />
+    <item
+        component="ComponentInfo{com.android.gallery3d/com.android.gallery3d.app.GalleryActivity}"
+        drawable="gallery" />
+    <item
+        component="ComponentInfo{com.uberspot.a2048/com.uberspot.a2048.MainActivity}"
+        drawable="game2048" />
+    <item
+        component="ComponentInfo{com.androidemu.gba/com.androidemu.EmulatorActivity}"
+        drawable="gameboid" />
+    <item
+        component="ComponentInfo{com.androidemu.gba/com.androidemu.gba.GameBoid}"
+        drawable="gameboid" />
+    <item
+        component="ComponentInfo{com.tobykurien.google_news/com.tobykurien.google_news.GoogleNewsActivity}"
+        drawable="gappsbrowser" />
+    <item
+        component="ComponentInfo{com.mridang.speedo/com.mridang.speedo.SettingsActivity}"
+        drawable="gasflow" />
+    <item
+        component="ComponentInfo{org.sugr.gearshift/org.sugr.gearshift.ui.TorrentListActivity}"
+        drawable="gearshift" />
+    <item
+        component="ComponentInfo{pl.nkg.geokrety/pl.nkg.geokrety.activities.MainActivity}"
+        drawable="geokrety" />
+    <item
+        component="ComponentInfo{com.github.ruleant.getback_gps/com.github.ruleant.getback_gps.MainActivity}"
+        drawable="getbackgps" />
+    <item
+        component="ComponentInfo{com.anddevw.getchromium/com.anddevw.getchromium.GetChromium}"
+        drawable="getchromium" />
+    <item
+        component="ComponentInfo{com.ghostsq.commander/com.ghostsq.commander.FileCommander}"
+        drawable="ghostcommander" />
+    <item
+        component="ComponentInfo{us.shandian.giga/us.shandian.giga.ui.main.MainActivity}"
+        drawable="gigaget" />
+    <item
+        component="ComponentInfo{com.github.mobile/com.github.mobile.ui.MainActivity}"
+        drawable="github" />
+    <item
+        component="ComponentInfo{com.github.mobile/com.github.mobile.ui.user.HomeActivity}"
+        drawable="github" />
+    <item
+        component="ComponentInfo{com.fastaccess.github/com.fastaccess.ui.modules.main.donation.CheckPurchaseActivity}"
+        drawable="github" />
+    <item
+        component="ComponentInfo{com.fastaccess.github.libre/com.fastaccess.ui.modules.main.MainActivity}"
+        drawable="github" />
+    <item
+        component="ComponentInfo{com.fastaccess.github/com.fastaccess.ui.modules.main.MainActivity}"
+        drawable="github" />
+    <item
+        component="ComponentInfo{com.commit451.gitlab/com.commit451.gitlab.activities.GitlabActivity}"
+        drawable="gitlab" />
+    <item
+        component="ComponentInfo{com.commit451.gitlab/com.commit451.gitlab.activity.GitlabActivity}"
+        drawable="gitlab" />
+    <item
+        component="ComponentInfo{com.commit451.gitlab/com.commit451.gitlab.activity.LaunchActivity}"
+        drawable="gitlab" />
+    <item
+        component="ComponentInfo{zame.GloomyDungeons.opensource.game/zame.GloomyDungeons.opensource.game.MenuActivity}"
+        drawable="gloomydungeons" />
+    <item
+        component="ComponentInfo{com.glTron/com.glTron.glTron}"
+        drawable="gltron" />
+    <item
+        component="ComponentInfo{org.glucosio.android/org.glucosio.android.activity.SplashActivity}"
+        drawable="glucosio" />
+    <item
+        component="ComponentInfo{org.gnucash.android/org.gnucash.android.ui.account.AccountsActivity}"
+        drawable="gnucash" />
+    <item
+        component="ComponentInfo{info.guardianproject.gpg/info.guardianproject.gpg.MainActivity}"
+        drawable="gnuprivacyguard" />
+    <item
+        component="ComponentInfo{org.ligi.gobandroid_hd/org.ligi.gobandroid_hd.ui.game_setup.GoSetupActivity}"
+        drawable="gobandroid" />
+    <item
+        component="ComponentInfo{fr.mobdev.goblim/fr.mobdev.goblim.activity.MainActivity}"
+        drawable="goblim" />
+    <item
+        component="ComponentInfo{com.mendhak.gpslogger/com.mendhak.gpslogger.GpsMainActivity}"
+        drawable="gpslogger" />
+    <item
+        component="ComponentInfo{org.omnirom.gramophone/com.kabouzeid.gramophone.ui.activities.MainActivity}"
+        drawable="gramophone" />
+    <item
+        component="ComponentInfo{com.Bisha.TI89EmuDonation/com.graph89.emulationcore.EmulatorActivity}"
+        drawable="graph89" />
+    <item
+        component="ComponentInfo{org.happysanta.gd/org.happysanta.gd.GDActivity}"
+        drawable="gravitydefied" />
+    <item
+        component="ComponentInfo{it.greenaddress.cordova/it.greenaddress.cordova.GreenAddressIt}"
+        drawable="greenaddress" />
+    <item
+        component="ComponentInfo{com.greenaddress.greenbits_android_wallet/com.greenaddress.greenbits.ui.PinActivity}"
+        drawable="greenbits" />
+    <item
+        component="ComponentInfo{de.srlabs.gsmmap/de.srlabs.gsmmap.MapActivity}"
+        drawable="gsmmap" />
+    <item
+        component="ComponentInfo{org.pocketworkstation.pckeyboard/org.pocketworkstation.pckeyboard.Main}"
+        drawable="hackerkeyboard" />
+    <item
+        component="ComponentInfo{com.ginkel.hashit/com.ginkel.hashit.TabbedMainActivity}"
+        drawable="hashit" />
+    <item
+        component="ComponentInfo{byrne.utilities.hashpass/byrne.utilities.hashpass.HashPassActivity}"
+        drawable="hashpass" />
+    <item
+        component="ComponentInfo{de.kodejak.hashr/de.kodejak.hashr.MainActivity}"
+        drawable="hashr" />
+    <item
+        component="ComponentInfo{com.hayaisoftware.launcher/com.hayaisoftware.launcher.activities.SearchActivity}"
+        drawable="hayai" />
+    <item
+        component="ComponentInfo{ca.ddaly.android.heart/ca.ddaly.android.heart.Heart}"
+        drawable="heartobserve" />
+    <item
+        component="ComponentInfo{com.sec.android.devicehelp/com.sec.android.devicehelp.DeviceHelp}"
+        drawable="help" />
+    <item
+        component="ComponentInfo{com.borneq.heregpslocation/com.borneq.heregpslocation.MainActivity}"
+        drawable="heregps" />
+    <item
+        component="ComponentInfo{org.gitorious.jamesjrh.isokeys/org.gitorious.jamesjrh.isokeys.Play}"
+        drawable="hexiano" />
+    <item
+        component="ComponentInfo{com.gluegadget.hndroid/com.gluegadget.hndroid.Main}"
+        drawable="hn" />
+    <item
+        component="ComponentInfo{com.manuelmaly.hn/com.manuelmaly.hn.MainActivity_}"
+        drawable="hn" />
+    <item
+        component="ComponentInfo{io.dwak.holohackernews.app/io.dwak.holohackernews.app.ui.storylist.MainActivity}"
+        drawable="hn" />
+    <item
+        component="ComponentInfo{io.github.hidroh.materialistic/io.github.hidroh.materialistic.Application}"
+        drawable="hn" />
+    <item
+        component="ComponentInfo{com.omegavesko.holocounter/com.omegavesko.simplecounter.MainActivity}"
+        drawable="holocounter" />
+    <item
+        component="ComponentInfo{com.holokenmod/com.holokenmod.MainActivity}"
+        drawable="holokenmod" />
+    <item
+        component="ComponentInfo{com.tortuca.holoken/com.tortuca.holoken.MainActivity}"
+        drawable="holokenmod" />
+    <item
+        component="ComponentInfo{com.jwetherell.heart_rate_monitor/com.jwetherell.heart_rate_monitor.HeartRateMonitor}"
+        drawable="hrm" />
+    <item
+        component="ComponentInfo{de.nico.ha_manager/de.nico.ha_manager.activities.Main}"
+        drawable="hwmanager" />
+    <item
+        component="ComponentInfo{net.i2p.android/net.i2p.android.I2PActivity}"
+        drawable="i2p" />
+    <item
+        component="ComponentInfo{net.i2p.android.router/net.i2p.android.router.MainActivity}"
+        drawable="i2p" />
+    <item
+        component="ComponentInfo{org.gnu.icecat/org.gnu.icecat.App}"
+        drawable="icecat" />
+    <item
+        component="ComponentInfo{ovh.ice.icecons/ovh.ice.icecons.MainActivity}"
+        drawable="icecons" />
+    <item
+        component="ComponentInfo{at.bitfire.icsdroid/at.bitfire.icsdroid.ui.CalendarListActivity}"
+        drawable="icsdroid" />
+    <item
+        component="ComponentInfo{com.germainz.identiconizer/com.germainz.identiconizer.IdenticonsSettings}"
+        drawable="identiconizer" />
+    <item
+        component="ComponentInfo{com.dozuki.ifixit/com.dozuki.ifixit.ui.topic_view.TopicActivity}"
+        drawable="ifixit" />
+    <item
+        component="ComponentInfo{com.Pau.ImapNotes2/com.Pau.ImapNotes2.Listactivity}"
+        drawable="imapnotes" />
+    <item
+        component="ComponentInfo{eu.e43.impeller/eu.e43.impeller.activity.MainActivity}"
+        drawable="impeller" />
+    <item
+        component="ComponentInfo{com.afollestad.impression/com.afollestad.impression.media.MainActivity}"
+        drawable="impression" />
+    <item
+        component="ComponentInfo{org.libreoffice.impressremote/org.libreoffice.impressremote.activity.ComputersActivity}"
+        drawable="impressremote" />
+    <item
+        component="ComponentInfo{com.SecUpwN.AIMSICD/com.SecUpwN.AIMSICD.AIMSICD}"
+        drawable="imsicatcher" />
+    <item
+        component="ComponentInfo{com.SecUpwN.AIMSICD/com.secupwn.aimsicd.ui.activities.MainActivity}"
+        drawable="imsicatcher" />
+    <item
+        component="ComponentInfo{uk.co.ashtonbrsc.android.intentintercept/uk.co.ashtonbrsc.intentexplode.StartupActivity}"
+        drawable="intentexplode" />
+    <item
+        component="ComponentInfo{org.safermobile.intheclear/org.safermobile.intheclear.apps.Panic}"
+        drawable="intheclear" />
+    <item
+        component="ComponentInfo{org.safermobile.intheclear/org.safermobile.intheclear.InTheClear}"
+        drawable="intheclear" />
+    <item
+        component="ComponentInfo{org.openintents.notepad/org.openintents.notepad.noteslist.NotesList}"
+        drawable="ionotepad" />
+    <item
+        component="ComponentInfo{org.woltage.irssiconnectbot/org.woltage.irssiconnectbot.HostListActivity}"
+        drawable="irssiconnectbot" />
+    <item
+        component="ComponentInfo{uk.co.jarofgreen.JustADamnCompass/uk.co.jarofgreen.JustADamnCompass.MainActivity}"
+        drawable="jadcompass" />
+    <item
+        component="ComponentInfo{com.teleca.jamendo/com.teleca.jamendo.activity.SplashscreenActivity}"
+        drawable="jamendo" />
+    <item
+        component="ComponentInfo{is.pinterjann.jaws/is.pinterjann.jaws.activities.JAWSActivity}"
+        drawable="jaws" />
+    <item
+        component="ComponentInfo{jupiter.broadcasting.live.tv/jupiter.broadcasting.live.tv.Home}"
+        drawable="jupiterbroadcast" />
+    <item
+        component="ComponentInfo{jp.co.kayo.android.localplayer/jp.co.kayo.android.localplayer.MainActivity2}"
+        drawable="justplayer" />
+    <item
+        component="ComponentInfo{com.fsck.k9/com.fsck.k9.activity.Accounts}"
+        drawable="k9mail" />
+    <item
+        component="ComponentInfo{com.fsck.k9.material/com.fsck.k9.activity.Accounts}"
+        drawable="k9mail" />
+    <item
+        component="ComponentInfo{org.kde.kalgebramobile/org.qtproject.qt5.android.bindings.QtActivity}"
+        drawable="kalgebra" />
+    <item
+        component="ComponentInfo{com.jorgecastillo.kanadrill/com.jorgecastillo.kanadrill.MainActivity}"
+        drawable="kanadrill" />
+    <item
+        component="ComponentInfo{in.andres.kandroid/in.andres.kandroid.ui.MainActivity}"
+        drawable="kandroid" />
+    <item
+        component="ComponentInfo{com.leafdigital.kanji.android/com.leafdigital.kanji.android.MainActivity}"
+        drawable="kanji" />
+    <item
+        component="ComponentInfo{org.kde.kdeconnect_tp/org.kde.kdeconnect.UserInterface.MainActivity}"
+        drawable="kdeconnect" />
+    <item
+        component="ComponentInfo{org.kde.kdeconnect_tp/org.kde.kdeconnect.UserInterface.MaterialActivity}"
+        drawable="kdeconnect" />
+    <item
+        component="ComponentInfo{keepass2android.keepass2android/keepass2android.KeePass}"
+        drawable="keepass2android" />
+    <item
+        component="ComponentInfo{keepass2android.keepass2android_nonet/keepass2android.KeePass}"
+        drawable="keepass2android" />
+    <item
+        component="ComponentInfo{keepass2android.keepass2android_nonet/md5f0702f468598c68ce18586502249fb40.KeePass}"
+        drawable="keepass2android" />
+    <item
+        component="ComponentInfo{com.android.keepass/com.android.keepass.KeePass}"
+        drawable="keepassdroid" />
+    <item
+        component="ComponentInfo{com.kunzisoft.keepass.libre/com.kunzisoft.keepass.KeePass}"
+        drawable="keepassdx" />
+    <item
+        component="ComponentInfo{com.kunzisoft.keepass.libre/com.kunzisoft.fileselect.FileSelectActivity}"
+        drawable="keepassdx" />
+    <item
+        component="ComponentInfo{com.kunzisoft.keepass.libre/com.kunzisoft.password.PasswordActivity}"
+        drawable="keepassdx" />
+    <item
+        component="ComponentInfo{com.kunzisoft.keepass.libre/com.kunzisoft.fileselect.FilePickerStylishActivity}"
+        drawable="keepassdx" />
+    <item
+        component="ComponentInfo{com.nolanlawson.keepscore/com.nolanlawson.keepscore.MainActivity}"
+        drawable="keepscore" />
+    <item
+        component="ComponentInfo{com.grarak.kerneladiutor/com.grarak.kerneladiutor.MainActivity}"
+        drawable="kerneladiutor" />
+    <item
+        component="ComponentInfo{de.enaikoon.android.keypadmapper3/org.osm.keypadmapper2.KeypadMapper2Activity}"
+        drawable="keypadmapper" />
+    <item
+        component="ComponentInfo{fr.neamar.kiss/fr.neamar.kiss.MainActivity}"
+        drawable="kisslauncher" />
+    <item
+        component="ComponentInfo{org.kiwix.kiwixmobile/org.kiwix.kiwixmobile.KiwixMobileActivity}"
+        drawable="kiwix" />
+    <item
+        component="ComponentInfo{org.kiwix.kiwixmobile/org.kiwix.kiwixmobile.utils.SplashActivity}"
+        drawable="kiwix" />
+    <item
+        component="ComponentInfo{org.xbmc.kodi/org.xbmc.kodi.Splash}"
+        drawable="kodi" />
+    <item
+        component="ComponentInfo{org.kore.kolabnotes.android/org.kore.kolabnotes.android.MainActivity}"
+        drawable="kolabnotes" />
+    <item
+        component="ComponentInfo{org.kontalk/org.kontalk.ui.ConversationList}"
+        drawable="kontalk" />
+    <item
+        component="ComponentInfo{org.kontalk/org.kontalk.ui.ConversationsActivity}"
+        drawable="kontalk" />
+    <item
+        component="ComponentInfo{org.xbmc.kore/org.xbmc.kore.ui.RemoteActivity}"
+        drawable="kore" />
+    <item
+        component="ComponentInfo{org.xbmc.kore/org.xbmc.kore.ui.sections.remote.RemoteActivity}"
+        drawable="kore" />
+    <item
+        component="ComponentInfo{com.onetwofivegames.kungfoobarracuda/com.onetwofivegames.kungfoobarracuda.KungFooBarracudaNativeActivity}"
+        drawable="kungfoobarracuda" />
+    <item
+        component="ComponentInfo{pkmx.lcamera/pkmx.lcamera.MainActivity}"
+        drawable="lcamera" />
+    <item
+        component="ComponentInfo{com.leafpic.app/com.leafpic.app.SplashScreen}"
+        drawable="leafpic" />
+    <item
+        component="ComponentInfo{org.horaapps.leafpic/org.horaapps.leafpic.Activities.SplashScreen}"
+        drawable="leafpic" />
+    <item
+        component="ComponentInfo{org.horaapps.leafpic/org.horaapps.leafpic.activities.SplashScreen}"
+        drawable="leafpic" />
+    <item
+        component="ComponentInfo{org.pulpdust.lesserpad/org.pulpdust.lesserpad.LesserPadListActivity}"
+        drawable="lesserpad" />
+    <item
+        component="ComponentInfo{com.serwylo.lexica/com.serwylo.lexica.Lexica}"
+        drawable="lexica" />
+    <item
+        component="ComponentInfo{de.grobox.liberario/de.grobox.liberario.MainActivity}"
+        drawable="liberario" />
+    <item
+        component="ComponentInfo{com.cgogolin.library/com.cgogolin.library.Library}"
+        drawable="library" />
+    <item
+        component="ComponentInfo{com.collabora.libreoffice/com.collabora.libreoffice.LibreOfficeMainActivity}"
+        drawable="libreoffice" />
+    <item
+        component="ComponentInfo{com.collabora.libreoffice/com.collabora.libreoffice.ui.LibreOfficeUIActivity}"
+        drawable="libreoffice" />
+    <item
+        component="ComponentInfo{com.collabora.libreoffice/org.libreoffice.LibreOfficeMainActivity}"
+        drawable="libreoffice" />
+    <item
+        component="ComponentInfo{com.collabora.libreoffice/org.libreoffice.ui.LibreOfficeUIActivity}"
+        drawable="libreoffice" />
+    <item
+        component="ComponentInfo{org.documentfoundation.libreoffice/org.documentfoundation.libreoffice.LibreOfficeMainActivity}"
+        drawable="libreoffice" />
+    <item
+        component="ComponentInfo{org.documentfoundation.libreoffice/org.documentfoundation.libreoffice.ui.LibreOfficeUIActivity}"
+        drawable="libreoffice" />
+    <item
+        component="ComponentInfo{org.documentfoundation.libreoffice/org.libreoffice.LibreOfficeMainActivity}"
+        drawable="libreoffice" />
+    <item
+        component="ComponentInfo{org.documentfoundation.libreoffice/org.libreoffice.ui.LibreOfficeUIActivity}"
+        drawable="libreoffice" />
+    <item
+        component="ComponentInfo{org.example.libreoffice/org.example.libreoffice.LibreOfficeMainActivity}"
+        drawable="libreoffice" />
+    <item
+        component="ComponentInfo{org.example.libreoffice/org.example.libreoffice.ui.LibreOfficeUIActivity}"
+        drawable="libreoffice" />
+    <item
+        component="ComponentInfo{org.example.libreoffice/org.libreoffice.LibreOfficeMainActivity}"
+        drawable="libreoffice" />
+    <item
+        component="ComponentInfo{org.example.libreoffice/org.libreoffice.ui.LibreOfficeUIActivity}"
+        drawable="libreoffice" />
+    <item
+        component="ComponentInfo{org.libreoffice/org.libreoffice.LibreOfficeMainActivity}"
+        drawable="libreoffice" />
+    <item
+        component="ComponentInfo{org.libreoffice/org.libreoffice.ui.LibreOfficeUIActivity}"
+        drawable="libreoffice" />
+    <item
+        component="ComponentInfo{libretasks.app/libretasks.app.view.simple.ActivityMain}"
+        drawable="libretasks" />
+    <item
+        component="ComponentInfo{org.proninyaroslav.libretorrent/lorg.proninyaroslav.ibretorrent.MainActivity}"
+        drawable="libretorrent" />
+    <item
+        component="ComponentInfo{org.proninyaroslav.libretorrent/org.proninyaroslav.libretorrent.MainActivity}"
+        drawable="libretorrent" />
+    <item
+        component="ComponentInfo{acr.browser.barebones/acr.browser.barebones.activities.BrowserActivity}"
+        drawable="lightningbrowser" />
+    <item
+        component="ComponentInfo{acr.browser.barebones/acr.browser.barebones.MainActivity}"
+        drawable="lightningbrowser" />
+    <item
+        component="ComponentInfo{acr.browser.lightning/acr.browser.lightning.activity.MainActivity}"
+        drawable="lightningbrowser" />
+    <item
+        component="ComponentInfo{acr.browser.lightning/acr.browser.lightning.BrowserActivity}"
+        drawable="lightningbrowser" />
+    <item
+        component="ComponentInfo{acr.browser.lightning/acr.browser.lightning.MainActivity}"
+        drawable="lightningbrowser" />
+    <item
+        component="ComponentInfo{info.guardianproject.lildebi/info.guardianproject.lildebi.LilDebi}"
+        drawable="lildebi" />
+    <item
+        component="ComponentInfo{felixwiemuth.lincal/felixwiemuth.lincal.ui.CalendarListActivity}"
+        drawable="lincal" />
+    <item
+        component="ComponentInfo{com.willhauck.linconnectclient/com.willhauck.linconnectclient.SettingsActivity}"
+        drawable="linconnect" />
+    <item
+        component="ComponentInfo{org.linphone/org.linphone.LinphoneLauncherActivity}"
+        drawable="linphone" />
+    <item
+        component="ComponentInfo{ru.meefik.linuxdeploy/ru.meefik.linuxdeploy.MainActivity}"
+        drawable="linuxdeploy" />
+    <item
+        component="ComponentInfo{de.onyxbits.listmyapps/de.onyxbits.listmyapps.MainActivity}"
+        drawable="listmyapps" />
+    <item
+        component="ComponentInfo{com.android.inputmethod.latin/com.android.inputmethod.latin.setup.SetupActivity}"
+        drawable="lkeyboard" />
+    <item
+        component="ComponentInfo{com.google.android.inputmethod.japanese/com.google.android.inputmethod.japanese.LauncherActivity}"
+        drawable="lkeyboard" />
+    <item
+        component="ComponentInfo{com.google.android.inputmethod.korean/com.google.android.apps.inputmethod.libs.framework.core.LauncherActivity}"
+        drawable="lkeyboard" />
+    <item
+        component="ComponentInfo{com.google.android.inputmethod.latin/com.android.inputmethod.latin.setup.SetupActivity}"
+        drawable="lkeyboard" />
+    <item
+        component="ComponentInfo{com.google.android.inputmethod.pinyin/com.google.android.apps.inputmethod.libs.framework.core.LauncherActivity}"
+        drawable="lkeyboard" />
+    <item
+        component="ComponentInfo{com.vllwp.inputmethod.latin/com.vllwp.inputmethod.latin.Settings}"
+        drawable="lkeyboard" />
+    <item
+        component="ComponentInfo{com.mattallen.loaned/com_mattallen.loaned.main.MainActivity}"
+        drawable="loaned" />
+    <item
+        component="ComponentInfo{org.sufficientlysecure.localcalendar/org.sufficientlysecure.localcalendar.ui.MainActivity}"
+        drawable="localcalendar" />
+    <item
+        component="ComponentInfo{info.guardianproject.locationprivacy/info.guardianproject.locationprivacy.MainActivity}"
+        drawable="locationprivacy" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.lockclock/com.cyanogenmod.lockclock.preference.Preferences}"
+        drawable="lockclock" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.lockclock/com.cyanogenmod.preference.Preferences}"
+        drawable="lockclock" />
+    <item
+        component="ComponentInfo{net.zygotelabs.locker/net.zygotelabs.locker.MainActivity}"
+        drawable="locker" />
+    <item
+        component="ComponentInfo{com.tananaev.logcat/com.tananaev.logcat.MainActivity}"
+        drawable="logcat" />
+    <item
+        component="ComponentInfo{za.co.lukestonehm.logicaldefence/za.co.lukestonehm.logicaldefence.MainActivity}"
+        drawable="logicaldefence" />
+    <item
+        component="ComponentInfo{com.alexkang.loopboard/com.alexkang.loopboard.MainActivity}"
+        drawable="loopboard" />
+    <item
+        component="ComponentInfo{org.isoron.uhabits/org.isoron.uhabits.MainActivity}"
+        drawable="loophabits" />
+    <item
+        component="ComponentInfo{protect.card_locker/protect.card_locker.MainActivity}"
+        drawable="loyaltycard" />
+    <item
+        component="ComponentInfo{org.lumicall.android/org.lumicall.android.sip.RegisterAccount}"
+        drawable="lumicall" />
+    <item
+        component="ComponentInfo{com.anoshenko.android.mahjongg/com.anoshenko.android.mahjongg.SelectActivity}"
+        drawable="mahjonggbuilder" />
+    <item
+        component="ComponentInfo{com.android.email/com.android.email.activity.Welcome}"
+        drawable="mail" />
+    <item
+        component="ComponentInfo{com.google.android.email/com.android.email.activity.Welcome}"
+        drawable="mail" />
+    <item
+        component="ComponentInfo{com.adonai.manman/com.adonai.manman.MainPagerActivity}"
+        drawable="manman" />
+    <item
+        component="ComponentInfo{com.mapswithme.maps/com.mapswithme.maps.DownloadResourcesActivity}"
+        drawable="mapsme" />
+    <item
+        component="ComponentInfo{com.mapswithme.maps.libre/com.mapswithme.maps.DownloadResourcesActivity}"
+        drawable="mapsme" />
+    <item
+        component="ComponentInfo{com.mapswithme.maps.pro/com.mapswithme.maps.DownloadResourcesActivity}"
+        drawable="mapsme" />
+    <item
+        component="ComponentInfo{com.mapswithme.maps.pro/com.mapswithme.maps.SplashActivity}"
+        drawable="mapsme" />
+    <item
+        component="ComponentInfo{org.kde.marble.maps/org.kde.marble.maps.TextToSpeechClient}"
+        drawable="marblemaps" />
+    <item
+        component="ComponentInfo{us.feras.mdv.demo/us.feras.mdv.demo.MainActivity}"
+        drawable="markdownview" />
+    <item
+        component="ComponentInfo{org.dsandler.apps.markers/com.google.android.apps.markers.MarkersActivity}"
+        drawable="markers" />
+    <item
+        component="ComponentInfo{net.gsantner.markor/net.gsantner.markor.activity.MainActivity}"
+        drawable="markor" />
+    <item
+        component="ComponentInfo{org.materialos.icons/com.afollestad.polar.ui.SplashScreen}"
+        drawable="materialicons" />
+    <item
+        component="ComponentInfo{de.ph1b.audiobook/de.ph1b.audiobook.activity.BookActivity}"
+        drawable="materialplayer" />
+    <item
+        component="ComponentInfo{de.ph1b.audiobook/de.ph1b.audiobook.activity.BookShelfActivity}"
+        drawable="materialplayer" />
+    <item
+        component="ComponentInfo{net.cactii.mathdoku/net.cactii.mathdoku.MainActivity}"
+        drawable="mathdoku" />
+    <item
+        component="ComponentInfo{net.cactii.mathdoku/net.cactii.mathdoku.ui.PuzzleFragmentActivity}"
+        drawable="mathdoku" />
+    <item
+        component="ComponentInfo{org.aminb.mathtools.app/org.aminb.mathtools.app.activity.MainActivity}"
+        drawable="mathtools" />
+    <item
+        component="ComponentInfo{org.matrix.androidsdk.alpha/org.matrix.console.activity.LoginActivity}"
+        drawable="matrixconsole" />
+    <item
+        component="ComponentInfo{jp.yhonda/jp.yhonda.MaximaOnAndroidActivity}"
+        drawable="maxima" />
+    <item
+        component="ComponentInfo{org.projectmaxs.main/org.projectmaxs.main.activities.MainActivity}"
+        drawable="maxsmain" />
+    <item
+        component="ComponentInfo{sh.ftp.rocketninelabs.meditationassistant.opensource/sh.ftp.rocketninelabs.meditationassistant.MainActivity}"
+        drawable="meditationassistant" />
+    <item
+        component="ComponentInfo{io.github.gsantner.memetastic/io.github.gsantner.memetastic.activity.SplashActivity}"
+        drawable="memetastic" />
+    <item
+        component="ComponentInfo{it.skarafaz.mercury/it.skarafaz.mercury.activity.MainActivity}"
+        drawable="mercury" />
+    <item
+        component="ComponentInfo{com.manichord.mgit/me.sheimi.sgit.RepoListActivity}"
+        drawable="mgit" />
+    <item
+        component="ComponentInfo{com.lewisjuggins.miband/com.lewisjuggins.miband.MiOverviewActivity}"
+        drawable="mibandnotifier" />
+    <item
+        component="ComponentInfo{com.easytarget.micopi/com.easytarget.micopi.ui.WelcomeActivity}"
+        drawable="micopi" />
+    <item
+        component="ComponentInfo{org.eztarget.micopifull/org.eztarget.micopifull.ui.WelcomeActivity}"
+        drawable="micopi" />
+    <item
+        component="ComponentInfo{com.mridang.throttle/com.mridang.throttle.SettingsActivity}"
+        drawable="microchip" />
+    <item
+        component="ComponentInfo{com.google.android.gms/org.microg.gms.ui.SettingsActivity}"
+        drawable="microg" />
+    <item
+        component="ComponentInfo{com.mkulesh.micromath.plus/com.mkulesh.micromath.plus.MainActivityPlus}"
+        drawable="micromath" />
+    <item
+        component="ComponentInfo{com.midisheetmusic/com.midisheetmusic.MidiSheetMusicActivity}"
+        drawable="midisheetmusic" />
+    <item
+        component="ComponentInfo{de.syss.MifareClassicTool/de.syss.MifareClassicTool.Activities.MainMenu}"
+        drawable="mifare" />
+    <item
+        component="ComponentInfo{net.minetest.minetest/net.minetest.minetest.MtNativeActivity}"
+        drawable="minetest" />
+    <item
+        component="ComponentInfo{com.godot.game/com.godot.game.com.android.godot.Godot}"
+        drawable="minilens" />
+    <item
+        component="ComponentInfo{io.github.kobuge.games.minilens/com.android.godot.Godot}"
+        drawable="minilens" />
+    <item
+        component="ComponentInfo{io.github.kobuge.games.minilens/org.godotengine.godot.Godot}"
+        drawable="minilens" />
+    <item
+        component="ComponentInfo{com.vwp.owmini/com.vwp.owmini.OWMiniAtAndroid}"
+        drawable="miniopenwlanmap" />
+    <item
+        component="ComponentInfo{org.kde.ministro.config/org.kde.ministro.config.MinistroConfigurationToolActivity}"
+        drawable="ministro" />
+    <item
+        component="ComponentInfo{ar.rulosoft.mimanganu/ar.rulosoft.mimanganu.ActivityMisMangas}"
+        drawable="minumanga" />
+    <item
+        component="ComponentInfo{ar.rulosoft.mimanganu/ar.rulosoft.mimanganu.MainActivity}"
+        drawable="minumanga" />
+    <item
+        component="ComponentInfo{de.azapps.mirakelandroid/de.azapps.mirakel.new_ui.activities.SplashScreenActivity}"
+        drawable="mirakel" />
+    <item
+        component="ComponentInfo{de.azapps.mirakelandroid/de.azapps.mirakel.static_activities.SplashScreenActivity}"
+        drawable="mirakel" />
+    <item
+        component="ComponentInfo{de.naturalnet.mirwtfapp/de.naturalnet.mirwtfapp.MainActivity}"
+        drawable="miros" />
+    <item
+        component="ComponentInfo{com.mitzuli/com.mitzuli.MainActivity}"
+        drawable="mitzuli" />
+    <item
+        component="ComponentInfo{com.javiersantos.mlmanager/com.javiersantos.mlmanager.activities.MainActivity}"
+        drawable="mlmanager" />
+    <item
+        component="ComponentInfo{com.javiersantos.mlmanager/com.javiersantos.mlmanager.MainActivity}"
+        drawable="mlmanager" />
+    <item
+        component="ComponentInfo{com.dngames.mobilewebcam/com.dngames.mobilewebcam.MobileWebCam}"
+        drawable="mobilewebcam" />
+    <item
+        component="ComponentInfo{ivl.android.moneybalance/ivl.android.moneybalance.CalculationListActivity}"
+        drawable="moneybalance" />
+    <item
+        component="ComponentInfo{com.dgmltn.morphclock.app/com.dgmltn.morphclock.app.MainActivity}"
+        drawable="morphclock" />
+    <item
+        component="ComponentInfo{fr.xtof54.mousetodon/fr.xtof54.mousetodon.MouseApp}"
+        drawable="mousetodon" />
+    <item
+        component="ComponentInfo{com.nutomic.zertman/com.nutomic.zertman.MainActivity}"
+        drawable="movecerts" />
+    <item
+        component="ComponentInfo{org.notabug.lifeuser.moviedb/org.notabug.lifeuser.moviedb.MovieActivity}"
+        drawable="moviedb" />
+    <item
+        component="ComponentInfo{com.movim.movim/com.movim.movim.MainActivity}"
+        drawable="movim" />
+    <item
+        component="ComponentInfo{org.mozilla.mozstumbler/org.mozilla.mozstumbler.client.navdrawer.MainDrawerActivity}"
+        drawable="mozstumbler" />
+    <item
+        component="ComponentInfo{com.namelessdev.mpdroid/com.namelessdev.mpdroid.MainMenuActivity}"
+        drawable="mpdroid" />
+    <item
+        component="ComponentInfo{com.gelakinetic.mtgfam/com.gelakinetic.mtgfam.FamiliarActivity}"
+        drawable="mtgfamiliar" />
+    <item
+        component="ComponentInfo{com.tassadar.multirommgr.debug/com.tassadar.multirommgr.MainActivity}"
+        drawable="multirommgr" />
+    <item
+        component="ComponentInfo{com.hectorone.multismssender/com.hectorone.multismssender.MultiSmsSender}"
+        drawable="multisms" />
+    <item
+        component="ComponentInfo{com.artifex.mupdf.mini/com.artifex.mupdf.mini.LibraryActivity}"
+        drawable="mupdf" />
+    <item
+        component="ComponentInfo{com.artifex.mupdfdemo/com.artifex.mupdfdemo.ChoosePDFActivity}"
+        drawable="mupdf" />
+    <item
+        component="ComponentInfo{com.andrew.apollo/com.andrew.apollo.activities.MusicLibrary}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.andrew.apollo/com.andrew.apollo.ui.activities.HomeActivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.andrew.apollo/com.andrew.apollo.ui.activities.ProfileActivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.andrew.apolloMod/com.andrew.apolloMod.activities.MusicLibrary}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.android.music/com.android.music.list.activity.MpMainTabActivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.android.music/com.android.music.MusicBrowserActivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.android.music/com.android.music.MusicBrowserTabActivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.eleven/com.cyanogenmod.eleven.ElevenApplication}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.eleven/com.cyanogenmod.eleven.ui.activities.HomeActivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.eleven/com.cyanogenmod.eleven.ui.activities.SearchActivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.eleven/com.cyanogenmod.eleven.ui.activities.SettingsActivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.google.android/com.google.android.music.MusicBrowserActivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.google.android.music/com.android.music.activitymanagement.TopLevelActivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.google.android.music/com.android.music.activitymanagment.TopLevelActivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.google.android.music/com_android_music_activitymanagement_toplevelactivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.sec.android.app.music/com.sec.android.app.music.list.activity.MpMainTabActivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.sec.android.app.music/com.sec.android.app.music.MusicActionTabActivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{com.sec.android.app.music/com.sec.android.app.music.MusicBrowserTabActivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{org.lineageos.eleven/org.lineageos.eleven.ui.activities.HomeActivity}"
+        drawable="music" />
+    <item
+        component="ComponentInfo{org.mustard.android/org.mustard.android.activity.Mustard}"
+        drawable="mustard" />
+    <item
+        component="ComponentInfo{org.mumod.android/org.mumod.android.activity.Mustard}"
+        drawable="mustardmod" />
+    <item
+        component="ComponentInfo{net.nurik.roman.muzei/com.google.android.apps.muzei.MuzeiActivity}"
+        drawable="muzei" />
+    <item
+        component="ComponentInfo{com.projectsexception.myapplist/com.projectsexception.myapplist.MainActivity}"
+        drawable="myapplist" />
+    <item
+        component="ComponentInfo{com.projectsexception.myapplist.open/com.projectsexception.myapplist.MainActivity}"
+        drawable="myapplist" />
+    <item
+        component="ComponentInfo{net.dahanne.banq.notifications/net.dahanne.banq.notifications.MainActivity}"
+        drawable="mybanq" />
+    <item
+        component="ComponentInfo{org.totschnig.myexpenses/org.totschnig.myexpenses.activity.MyExpenses}"
+        drawable="myexpenses" />
+    <item
+        component="ComponentInfo{org.totschnig.myexpenses/org.totschnig.myexpenses.activity.SplashActivity}"
+        drawable="myexpenses" />
+    <item
+        component="ComponentInfo{org.aykit.MyOwnNotes/org.aykit.MyOwnNotes.activities.NoteListActivity}"
+        drawable="myownnotes" />
+    <item
+        component="ComponentInfo{org.aykit.MyOwnNotes/org.aykit.MyOwnNotes.NoteListActivity}"
+        drawable="myownnotes" />
+    <item
+        component="ComponentInfo{org.aykit.MyOwnNotes/org.aykit.owncloud_notes.NoteListActivity}"
+        drawable="myownnotes" />
+    <item
+        component="ComponentInfo{net.mypapit.mobile.myposition/net.mypapit.mobile.myposition.MyLocationActivity}"
+        drawable="myposition" />
+    <item
+        component="ComponentInfo{com.wangdaye.mysplash/com.wangdaye.mysplash.main.view.activity.MainActivity}"
+        drawable="mysplash" />
+    <item
+        component="ComponentInfo{org.mythdroid/org.mythdroid.activities.Main}"
+        drawable="mythdroid" />
+    <item
+        component="ComponentInfo{tkj.android.homecontrol.mythmote/tkj.android.homecontrol.mythmote.MythMote}"
+        drawable="mythmote" />
+    <item
+        component="ComponentInfo{org.coolfrood.mytronome/org.coolfrood.mytronome.Mytronome}"
+        drawable="mytronome" />
+    <item
+        component="ComponentInfo{org.vono.narau/org.vono.narau.Narau}"
+        drawable="narau" />
+    <item
+        component="ComponentInfo{com.zoffcc.applications.zanavi/com.zoffcc.applications.zanavi.Navit}"
+        drawable="navit" />
+    <item
+        component="ComponentInfo{org.navitproject.navit/org.navitproject.navit.Navit}"
+        drawable="navit" />
+    <item
+        component="ComponentInfo{eu.faircode.netguard/eu.faircode.netguard.ActivityMain}"
+        drawable="netguard" />
+    <item
+        component="ComponentInfo{free.yhc.netmbuddy/free.yhc.netmbuddy.YTMPActivity}"
+        drawable="netmbuddy" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlynetmonitor/org.secuso.privacyfriendlynetmonitor.Activities.SplashActivity}"
+        drawable="netmonitor" />
+    <item
+        component="ComponentInfo{org.pixmob.freemobile.netstat/org.pixmob.freemobile.netstat.ui.Netstat}"
+        drawable="netstat" />
+    <item
+        component="ComponentInfo{info.lamatricexiste.network/info.lamatricexiste.network.ActivityMain}"
+        drawable="networkdiscovery" />
+    <item
+        component="ComponentInfo{com.googlecode.networklog/com.googlecode.networklog.NetworkLog}"
+        drawable="networklog" />
+    <item
+        component="ComponentInfo{org.kost.nmap.android.networkmapper/org.kost.nmap.android.networkmapper.MainActivity}"
+        drawable="networkmapper" />
+    <item
+        component="ComponentInfo{com.unwind.networkmonitor/com.unwind.networkmonitor.Scan}"
+        drawable="networkscanner" />
+    <item
+        component="ComponentInfo{org.schabi.newpipe/org.schabi.newpipe.MainActivity}"
+        drawable="newpipe" />
+    <item
+        component="ComponentInfo{com.newsblur/com.newsblur.activity.Login}"
+        drawable="newsblur" />
+    <item
+        component="ComponentInfo{com.newsblur/com.newsblur.activity.InitActivity}"
+        drawable="newsblur" />
+    <item
+        component="ComponentInfo{com.nextcloud.client/com.owncloud.android.ui.activity.FileDisplayActivity}"
+        drawable="nextcloud" />
+    <item
+        component="ComponentInfo{com.nextcloud.android.beta/com.owncloud.android.ui.activity.FileDisplayActivity}"
+        drawable="nextclouddev" />
+    <item
+        component="ComponentInfo{moe.feng.nhentai/moe.feng.nhentai.ui.HomeActivity}"
+        drawable="nhbooks" />
+    <item
+        component="ComponentInfo{com.digitallizard.nicecompass/com.digitallizard.nicecompass.CompassActivity}"
+        drawable="nicecompass" />
+    <item
+        component="ComponentInfo{info.papdt.blackblub/info.papdt.blackblub.ui.LaunchActivity}"
+        drawable="nightscreen" />
+    <item
+        component="ComponentInfo{org.fitchfamily.android.gsmlocation/org.fitchfamily.android.gsmlocation.settings}"
+        drawable="nlpbackend" />
+    <item
+        component="ComponentInfo{org.fitchfamily.android.wifi_backend/org.fitchfamily.android.wifi_backend.BackendService}"
+        drawable="nlpbackend" />
+    <item
+        component="ComponentInfo{org.fitchfamily.android.wifi_backend/org.fitchfamily.android.wifi_backend.settings}"
+        drawable="nlpbackend" />
+    <item
+        component="ComponentInfo{org.fitchfamily.android.wifi_backend/org.fitchfamily.android.wifi_backend.WiFiSamplerService}"
+        drawable="nlpbackend" />
+    <item
+        component="ComponentInfo{org.gfd.gsmlocation/org.gfd.gsmlocation.GSMService}"
+        drawable="nlpbackend" />
+    <item
+        component="ComponentInfo{org.gfd.gsmlocation/org.gfd.gsmlocation.settings}"
+        drawable="nlpbackend" />
+    <item
+        component="ComponentInfo{org.microg.nlp.backend.apple/org.microg.nlp.backend.apple.BackendService}"
+        drawable="nlpbackend" />
+    <item
+        component="ComponentInfo{org.microg.nlp.backend.apple/org.microg.nlp.backend.apple.PregrabActivity}"
+        drawable="nlpbackend" />
+    <item
+        component="ComponentInfo{org.microg.nlp.backend.ichnaea/org.microg.nlp.backend.ichnaea.BackendService}"
+        drawable="nlpbackend" />
+    <item
+        component="ComponentInfo{org.microg.nlp.backend.ichnaea/org.microg.nlp.backend.ichnaea.SettingsActivity}"
+        drawable="nlpbackend" />
+    <item
+        component="ComponentInfo{org.microg.nlp.backend.nominatim/org.microg.nlp.GEOCODER_BACKEND}"
+        drawable="nlpbackend" />
+    <item
+        component="ComponentInfo{org.openbmap.unifiedNlp/org.openbmap.unifiedNlp.services.OpenbmapNlpService}"
+        drawable="nlpbackend" />
+    <item
+        component="ComponentInfo{org.openbmap.unifiedNlp/org.openbmap.unifiedNlp.SettingsActivity}"
+        drawable="nlpbackend" />
+    <item
+        component="ComponentInfo{com.google.android.gms/com.google.android.gms.app.settings.GoogleSettingsActivity}"
+        drawable="nlpconfig" />
+    <item
+        component="ComponentInfo{com.google.android.gms/com.google.android.gms.common.settings.GoogleSettingsActivity}"
+        drawable="nlpconfig" />
+    <item
+        component="ComponentInfo{com.google.android.gms/com.google.android.gms.org.microg.nlp.ui.SettingsLauncherActivity}"
+        drawable="nlpconfig" />
+    <item
+        component="ComponentInfo{com.google.android.gms/org.microg.nlp.ui.SettingsLauncherActivity}"
+        drawable="nlpconfig" />
+    <item
+        component="ComponentInfo{org.microg.nlp/org.microg.nlp.ui.SettingsActivity}"
+        drawable="nlpconfig" />
+    <item
+        component="ComponentInfo{org.microg.nlp.app/org.microg.nlp.ui.SettingsLauncherActivity}"
+        drawable="nlpconfig" />
+    <item
+        component="ComponentInfo{org.microg.nlp.ui/org.microg.nlp.ui.SettingsLauncherActivity}"
+        drawable="nlpconfig" />
+    <item
+        component="ComponentInfo{com.nononsenseapps.notepad/com.nononsenseapps.notepad.ActivityMain_}"
+        drawable="nonsensenotepad" />
+    <item
+        component="ComponentInfo{ru.glesik.nostrangersms/ru.glesik.nostrangersms.JunkSMSList}"
+        drawable="nostrangersms" />
+    <item
+        component="ComponentInfo{info.guardianproject.notepadbot/info.guardianproject.notepadbot.NoteCipher}"
+        drawable="notecipher" />
+    <item
+        component="ComponentInfo{bander.notepad/bander.notepad.NoteList}"
+        drawable="notepad" />
+    <item
+        component="ComponentInfo{com.tomaszmarzeion.notepad/com.example.tomek.notepad.MainActivity}"
+        drawable="notepad" />
+    <item
+        component="ComponentInfo{org.standardnotes.notes/org.standardnotes.notes.StarterActivity}"
+        drawable="notepad" />
+    <item
+        component="ComponentInfo{com.khuttun.notificationnotes/com.khuttun.notificationnotes.MainActivity}"
+        drawable="notificationnotes" />
+    <item
+        component="ComponentInfo{ca.rmen.nounours/ca.rmen.nounours.android.handheld.MainActivity}"
+        drawable="nounours" />
+    <item
+        component="ComponentInfo{org.ntpsync/org.ntpsync.ui.BaseActivity}"
+        drawable="ntpsync" />
+    <item
+        component="ComponentInfo{info.schnatterer.nusic/info.schnatterer.nusic.android.activities.MainActivity}"
+        drawable="nusic" />
+    <item
+        component="ComponentInfo{dk.jens.backup/dk.jens.backup.OAndBackup}"
+        drawable="oandbackup" />
+    <item
+        component="ComponentInfo{com.valleytg.oasvn.android/com.valleytg.oasvn.android.ui.activity.MainMenu}"
+        drawable="oasvn" />
+    <item
+        component="ComponentInfo{org.witness.sscphase1/org.witness.sscphase1.ObscuraApp}"
+        drawable="obscuracam" />
+    <item
+        component="ComponentInfo{trikita.obsqr/trikita.obsqr.ObsqrActivity}"
+        drawable="obsqr" />
+    <item
+        component="ComponentInfo{org.schabi.nxbookmarks.owncloud/org.schabi.ocbookmarks.MainActivity}"
+        drawable="ocbookmarks" />
+    <item
+        component="ComponentInfo{email.schaal.ocreader/email.schaal.ocreader.ListActivity}"
+        drawable="ocreader" />
+    <item
+        component="ComponentInfo{com.gh4a/com.gh4a.activities.Github4AndroidActivity}"
+        drawable="octodroid" />
+    <item
+        component="ComponentInfo{org.gateshipone.odyssey/org.gateshipone.odyssey.activities.OdysseySplashActivity}"
+        drawable="odyssey" />
+    <item
+        component="ComponentInfo{org.gateshipone.malp/org.gateshipone.malp.application.activities.SplashActivity}"
+        drawable="malp" />
+    <item
+        component="ComponentInfo{org.gateshipone.malp/.application.activities.SplashActivity}"
+        drawable="malp" />
+    <item
+        component="ComponentInfo{org.openintents.shopping/org.openintents.shopping.ShoppingActivity}"
+        drawable="oishoppinglist" />
+    <item
+        component="ComponentInfo{free.rm.skytube.oss/free.rm.skytube.gui.activities.MainActivity}"
+        drawable="skytube" />
+    <item
+        component="ComponentInfo{free.rm.skytube.extra/free.rm.skytube.gui.activities.MainActivity}"
+        drawable="skytube" />
+    <item
+        component="ComponentInfo{it.feio.android.omninotes/it.feio.android.omninotes.MainActivity}"
+        drawable="omninotes" />
+    <item
+        component="ComponentInfo{org.omnirom.omniswitch/org.omnirom.omniswitch.SettingsActivity}"
+        drawable="omniswitch" />
+    <item
+        component="ComponentInfo{com.onest8.onetimepad/com.onest8.onetimepad.MainActivity}"
+        drawable="onetimepad" />
+    <item
+        component="ComponentInfo{be.brunoparmentier.openbikesharing.app/be.brunoparmentier.openbikesharing.app.activities.StationsListActivity}"
+        drawable="openbikesharing" />
+    <item
+        component="ComponentInfo{net.sourceforge.opencamera/net.sourceforge.opencamera.MainActivity}"
+        drawable="opencamera" />
+    <item
+        component="ComponentInfo{org.opencv.engine/org.opencv.engine.manager.ManagerActivity}"
+        drawable="opencvengine" />
+    <item
+        component="ComponentInfo{at.tomtasche.reader/at.tomtasche.reader.ui.activity.MainActivity}"
+        drawable="opendocumentreader" />
+    <item
+        component="ComponentInfo{org.brandroid.openmanager/org.brandroid.openmanager.activities.OpenExplorer}"
+        drawable="openexplorer" />
+    <item
+        component="ComponentInfo{com.gunshippenguin.openflood/com.gunshippenguin.openflood.GameActivity}"
+        drawable="openflood" />
+    <item
+        component="ComponentInfo{openfoodfacts.github.scrachx.openfood/openfoodfacts.github.scrachx.openfood.views.SplashActivity}"
+        drawable="openfood" />
+    <item
+        component="ComponentInfo{com.kenny.openimgur/com.kenny.openimgur.activities.MainActivity}"
+        drawable="openimgur" />
+    <item
+        component="ComponentInfo{org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.KeyListActivity}"
+        drawable="openkeychain" />
+    <item
+        component="ComponentInfo{org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.MainActivity}"
+        drawable="openkeychain" />
+    <item
+        component="ComponentInfo{com.benny.openlauncher/com.benny.openlauncher.activity.InitActivity}"
+        drawable="openlauncher" />
+    <item
+        component="ComponentInfo{com.benny.openlauncher/com.benny.openlauncher.activity.OnBoardActivity}"
+        drawable="openlauncher" />
+    <item
+        component="ComponentInfo{de.jdsoft.law/de.jdsoft.law.LawListActivity}"
+        drawable="openlaw" />
+    <item
+        component="ComponentInfo{com.tasomaniac.openwith.floss/com.tasomaniac.openwith.settings.SettingsActivity}"
+        drawable="openlinkwith" />
+    <item
+        component="ComponentInfo{de.uni_potsdam.hpi.openmensa/de.uni_potsdam.hpi.openmensa.MainActivity}"
+        drawable="openmensa" />
+    <item
+        component="ComponentInfo{com.todobom.opennotescanner/com.todobom.opennotescanner.OpenNoteScannerActivity}"
+        drawable="opennotescanner" />
+    <item
+        component="ComponentInfo{org.openobservatory.ooniprobe/org.openobservatory.ooniprobe.activity.MainActivity}"
+        drawable="openobservatory" />
+    <item
+        component="ComponentInfo{jp.redmine.redmineclient/jp.redmine.redmineclient.activity.SplashActivity}"
+        drawable="openredmine" />
+    <item
+        component="ComponentInfo{de.skubware.opentraining/de.skubware.opentraining.activity.MainActivity}"
+        drawable="opentraining" />
+    <item
+        component="ComponentInfo{de.blinkt.openvpn/de.blinkt.openvpn.activities.MainActivity}"
+        drawable="openvpn" />
+    <item
+        component="ComponentInfo{de.blinkt.openvpn/de.blinkt.openvpn.AllowedVPNsChooser}"
+        drawable="openvpn" />
+    <item
+        component="ComponentInfo{de.blinkt.vpndialogxposed/de.blinkt.vpndialogxposed.AllowedVPNsChooser}"
+        drawable="openvpn" />
+    <item
+        component="ComponentInfo{de.schaeuffelhut.android.openvpn/de.schaeuffelhut.android.openvpn.OpenVpnSettings}"
+        drawable="openvpnsettings" />
+    <item
+        component="ComponentInfo{com.vwp.owmap/com.vwp.owmap.OWMapAtAndroid}"
+        drawable="openwlanmap" />
+    <item
+        component="ComponentInfo{cz.romario.opensudoku/cz.romario.opensudoku.gui.FolderListActivity}"
+        drawable="opesudoku" />
+    <item
+        component="ComponentInfo{org.torproject.android/org.torproject.android.Orbot}"
+        drawable="orbot" />
+    <item
+        component="ComponentInfo{org.torproject.android/org.torproject.android.OrbotApp}"
+        drawable="orbot" />
+    <item
+        component="ComponentInfo{org.torproject.android/org.torproject.android.OrbotMainActivity}"
+        drawable="orbot" />
+    <item
+        component="ComponentInfo{org.torproject.android/org.torproject.android.settings.AppManager}"
+        drawable="orbot" />
+    <item
+        component="ComponentInfo{org.torproject.android/org.torproject.android.settings.SettingsPreferences}"
+        drawable="orbot" />
+    <item
+        component="ComponentInfo{org.torproject.android/org.torproject.android.ui.OrbotLogActivity}"
+        drawable="orbot" />
+    <item
+        component="ComponentInfo{info.guardianproject.orfox/info.guardianproject.orfox.App}"
+        drawable="orfox" />
+    <item
+        component="ComponentInfo{org.mozilla.fennec_amoghbl1/org.mozilla.fennec_amoghbl1.App}"
+        drawable="orfox" />
+    <item
+        component="ComponentInfo{org.mozilla.fennec_amoghbl1/org.mozilla.gecko.BrowserApp}"
+        drawable="orfox" />
+    <item
+        component="ComponentInfo{com.orgzly/com.orgzly.android.ui.MainActivity}"
+        drawable="orgzly" />
+    <item
+        component="ComponentInfo{org.ethack.orwall/org.ethack.orwall.TabbedMain}"
+        drawable="orwall" />
+    <item
+        component="ComponentInfo{info.guardianproject.browser/info.guardianproject.browser.Browser}"
+        drawable="orweb" />
+    <item
+        component="ComponentInfo{org.billthefarmer.scope/org.billthefarmer.scope.MainActivity}"
+        drawable="oscilloscope" />
+    <item
+        component="ComponentInfo{net.osmand/net.osmand.plus.activities.MainMenuActivity}"
+        drawable="osmand" />
+    <item
+        component="ComponentInfo{net.osmand.plus/net.osmand.plus.activities.MainMenuActivity}"
+        drawable="osmand" />
+    <item
+        component="ComponentInfo{net.osmand.plus/net.osmand.plus.activities.MapActivity}"
+        drawable="osmand" />
+    <item
+        component="ComponentInfo{net.osmand.sherpafy/net.osmand.sherpafy.SherpafyPluginActivity}"
+        drawable="osmand" />
+    <item
+        component="ComponentInfo{net.osmand.srtmPlugin/net.osmand.srtmPlugin.SRTMPluginActivity}"
+        drawable="osmand" />
+    <item
+        component="ComponentInfo{org.gittner.osmbugs/org.gittner.osmbugs.activities.BugMapActivity_}"
+        drawable="osmbugs" />
+    <item
+        component="ComponentInfo{com.eolwral.osmonitor/com.eolwral.osmonitor.OSMonitor}"
+        drawable="osmonitor" />
+    <item
+        component="ComponentInfo{com.eolwral.osmonitor.legacy/com.eolwral.osmonitor.legacy.OSMonitor}"
+        drawable="osmonitor" />
+    <item
+        component="ComponentInfo{me.guillaumin.android.osmtracker/me.guillaumin.android.osmtracker.activity.TrackManager}"
+        drawable="osmtracker" />
+    <item
+        component="ComponentInfo{net.anzix.osm.upload/net.anzix.osm.upload.GpxList}"
+        drawable="osmuploader" />
+    <item
+        component="ComponentInfo{com.ota.updates/com.ota.updates.activities.MainActivity}"
+        drawable="otaupdate" />
+    <item
+        component="ComponentInfo{org.fedorahosted.freeotp/org.fedorahosted.freeotp.MainActivity}"
+        drawable="otp" />
+    <item
+        component="ComponentInfo{net.bierbaumer.otp_authenticator/net.bierbaumer.otp_authenticator.MainActivity}"
+        drawable="otpauth" />
+    <item
+        component="ComponentInfo{nya.miku.wishmaster/nya.miku.wishmaster.ui.MainActivity}"
+        drawable="overchan" />
+    <item
+        component="ComponentInfo{com.owncloud.android/com.owncloud.android.ui.activity.FileDisplayActivity}"
+        drawable="owncloud" />
+    <item
+        component="ComponentInfo{com.owncloud.android.beta/com.owncloud.android.ui.activity.FileDisplayActivity}"
+        drawable="owncloudbeta" />
+    <item
+        component="ComponentInfo{de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.NewsReaderListActivity}"
+        drawable="owncloudnews" />
+    <item
+        component="ComponentInfo{it.niedermann.owncloud.notes/it.niedermann.owncloud.notes.android.activity.NotesListViewActivity}"
+        drawable="owncloudnotes" />
+    <item
+        component="ComponentInfo{it.niedermann.owncloud.notes/it.niedermann.owncloud.notes.android.activity.SplashscreenActivity}"
+        drawable="owncloudnotes" />
+    <item
+        component="ComponentInfo{fr.unix_experience.owncloud_sms/fr.unix_experience.owncloud_sms.activities.MainActivity}"
+        drawable="owncloudsms" />
+    <item
+        component="ComponentInfo{com.nbossard.packlist/com.nbossard.packlist.gui.MainActivity}"
+        drawable="packlist" />
+    <item
+        component="ComponentInfo{com.rogerbassonsrenart.paddletennis/com.rogerbassonsrenart.paddletennis.MenuActivity}"
+        drawable="paddletennis" />
+    <item
+        component="ComponentInfo{net.nightwhistler.pageturner/net.nightwhistler.pageturner.activity.ReadingActivity}"
+        drawable="pageturner" />
+    <item
+        component="ComponentInfo{org.palemoon.android/org.palemoon.android.App}"
+        drawable="palemoon" />
+    <item
+        component="ComponentInfo{org.palemoon.mobile/org.palemoon.mobile.App}"
+        drawable="palemoon" />
+    <item
+        component="ComponentInfo{com.alexcruz.papuhwalls/com.alexcruz.papuhwalls.Papuh}"
+        drawable="papuh" />
+    <item
+        component="ComponentInfo{org.ligi.passandroid/org.ligi.passandroid.ui.PassListActivity}"
+        drawable="passandroid" />
+    <item
+        component="ComponentInfo{org.ligi.passandroid/org.ligi.passandroid.ui.TicketListActivity}"
+        drawable="passandroid" />
+    <item
+        component="ComponentInfo{com.jefftharris.passwdsafe/com.jefftharris.passwdsafe.FileListActivity}"
+        drawable="passwdsafe" />
+    <item
+        component="ComponentInfo{de.baumann.pdfcreator/de.baumann.pdfcreator.Activity_Main}"
+        drawable="pdfcreator" />
+    <item
+        component="ComponentInfo{io.github.droidapps.pdfreader/io.github.droidapps.pdfreader.ChooseFileActivity}"
+        drawable="pdfreader" />
+    <item
+        component="ComponentInfo{name.bagi.levente.pedometer/name.bagi.levente.pedometer.Pedometer}"
+        drawable="pedometer" />
+    <item
+        component="ComponentInfo{de.j4velin.pedometer/de.j4velin.pedometer.ui.Activity_Main}"
+        drawable="pedometer2" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlyactivitytracker/org.secuso.privacyfriendlyactivitytracker.activities.SplashActivity}"
+        drawable="pedometer" />
+    <item
+        component="ComponentInfo{com.brewcrewfoo.performance/com.brewcrewfoo.performance.activities.MainActivity}"
+        drawable="performancecontrol" />
+    <item
+        component="ComponentInfo{de.arnowelzel.android.periodical/de.arnowelzel.android.periodical.MainActivity}"
+        drawable="periodical" />
+    <item
+        component="ComponentInfo{com.byagowi.persiancalendar/com.byagowi.persiancalendar.view.activity.MainActivity}"
+        drawable="persiancalendar" />
+    <item
+        component="ComponentInfo{org.primftpd/org.primftpd.PrimitiveFtpdActivity}"
+        drawable="pftpd" />
+    <item
+        component="ComponentInfo{com.android.contacts/com.android.contacts.activities.DialtactsActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.dialer/com.android.dialer.DialtactsActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.dialer/com.android.dialer.PhoneContactsActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.dialer/com_android_dialer_dialtactsactivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.dialer/com.android.dialer.app.DialtactsActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.CallFeaturesSetting}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.AccessorySettings}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.AnsweringCall}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.AutoRejectList}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.AutoRejectVideoCallList}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.CallAlert}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.CallBarring}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.CallSettingsTabFragment}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.CallTypeSelectForBarring}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.CallTypeSelectForForwarding}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.CaptureImageViewer}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.EditAutoRejectScreen}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.EditAutoRejectVideoCallScreen}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.EditRejectCallWithMsgScreen}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.GsmUmtsVideoCallForwardOptions}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.IpCall}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.IpCallCmda}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.OverturnTutorialIncallScreen}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.PresetImage}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.RejectCallWithMsg}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.callsettings.SoundEQDialog}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.CallSoundPrefernce}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.CellBroadcastSms}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.CmdaAdditionalCallOptions}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.CmdaCallOptions}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.CmdaOptions}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.CurrentNetwork}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.CurrentNetworkGsm}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.DialerSClass}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.DialtactsCallLogActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.DialtactsContactsEntryActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.EmergencyCallbackModeExitDialog}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.EmergencyCallList}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.EmergencyDialer}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.EmergencyOutgoingCallBroadcaster}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.Enhanced4GLTE}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.external.HelpScreen}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.FdnList}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.firewall.PhoneFireWall}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.GsmUmtsAdditionalCallOptions}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.GsmUmtsCallForwardOptions}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.GsmUmtsCallOptions}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.GsmUmtsOptions}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.help.callsettings.CallSettingsActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.IMSConferenceCallActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.InCallScreenShowActivation}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.IncomingCallTutorialIncallScreen}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.InternationalRoamingSetting}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.KTAddedServiceActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.KTCallForwardingAll}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.KTCallForwardingConditional}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.KTCallWaiting}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.KTInboxActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.LaunchCallInterface}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.LaunchRecentCallsActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.LGTCountryList}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.LGTSetAutoDialing}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.LGTUwaVideoCall}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.ManualSystemAviodance}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.MobileNetworkSettings}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.MobileNetworkSettingsTab}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.NetworkSelection}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.NetworkSettings}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.OutgoingCallBroadcaster}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.PhoneNumberLocator}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.PhotoRingScreen}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.PrivilegedOutgoingCallBroadcaster}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.RecentCallsListActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.RejectCallWithMsg}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.RejectwithMessageTutorialIncallScreen}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.ResponsViaSmsManager$Settings}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.Roaming}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.RoamingAutoDialMainActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.RoamingAutoDialOption}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.RoamingAutoDialSettings}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.RoamingAutoDialSubActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.RoamingGuard}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.RoamingSettings}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.Settings}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.SimContacts}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.sip.SipSettings}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.TwDialer}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.phone/com.android.phone.VoicemailNumberFragment}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.android.server.telecom/com.android.server.telecom.PackageInstallerActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{com.sec.android.app.dialertab/com.sec.android.app.dialertab.DialerTabActivity}"
+        drawable="phone" />
+    <item
+        component="ComponentInfo{org.esteban.piano/org.esteban.piano.MainActivity}"
+        drawable="piano" />
+    <item
+        component="ComponentInfo{org.olgsoft.apipepanic/org.olgsoft.apipepanic.MainActivity}"
+        drawable="pipepanic" />
+    <item
+        component="ComponentInfo{com.boombuler.piraten.map/com.boombuler.piraten.map.PirateMap}"
+        drawable="piraten" />
+    <item
+        component="ComponentInfo{com.watabou.pixeldungeon/com.watabou.pixeldungeon.PixelDungeon}"
+        drawable="pixeldungeon" />
+    <item
+        component="ComponentInfo{com.morlunk.mumbleclient/com.morlunk.mumbleclient.app.PlumbleActivity}"
+        drawable="plumble" />
+    <item
+        component="ComponentInfo{com.junjunguo.pocketmaps/com.junjunguo.pocketmaps.controller.MainActivity}"
+        drawable="pocketmaps" />
+    <item
+        component="ComponentInfo{com.axelby.podax/com.axelby.podax.ui.MainActivity}"
+        drawable="podax" />
+    <item
+        component="ComponentInfo{com.einmalfel.podlisten/com.einmalfel.podlisten.MainActivity}"
+        drawable="podlisten" />
+    <item
+        component="ComponentInfo{com.jmstudios.pointandhit.android/com.jmstudios.pointandhit.android.AndroidLauncher}"
+        drawable="pointandhit" />
+    <item
+        component="ComponentInfo{com.politedroid/com.politedroid.Preferences}"
+        drawable="politedroid" />
+    <item
+        component="ComponentInfo{com.hlidskialf.android.pomodoro/com.hlidskialf.android.pomodoro.PomodoroActivity}"
+        drawable="pomodoro" />
+    <item
+        component="ComponentInfo{com.aaronjwood.portauthority/com.aaronjwood.portauthority.activity.MainActivity}"
+        drawable="portauthority" />
+    <item
+        component="ComponentInfo{org.ppsspp.ppsspp/org.ppsspp.ppsspp.PpssppActivity}"
+        drawable="ppsspp" />
+    <item
+        component="ComponentInfo{com.proch.practicehub/com.proch.practicehub.MainActivity}"
+        drawable="practicehub" />
+    <item
+        component="ComponentInfo{org.xphnx.praiashtml/org.xphnx.praiashtml.MainActivity}"
+        drawable="praias" />
+    <item
+        component="ComponentInfo{android.game.prboom/android.game.prboom.PrBoomActivity}"
+        drawable="prboom" />
+    <item
+        component="ComponentInfo{fr.simon.marquis.preferencesmanager/fr.simon.marquis.preferencesmanager.ui.AppListActivity}"
+        drawable="prefmanager" />
+    <item
+        component="ComponentInfo{uk.co.busydoingnothing.prevo/uk.co.busydoingnothing.prevo.LanguagesActivity}"
+        drawable="prevo" />
+    <item
+        component="ComponentInfo{com.stoutner.privacybrowser.standard/com.stoutner.privacybrowser.MainWebViewActivity}"
+        drawable="privacybrowser" />
+    <item
+        component="ComponentInfo{com.stoutner.privacybrowser.standard/com.stoutner.privacybrowser.activities.MainWebViewActivity}"
+        drawable="privacybrowser" />
+    <item
+        component="ComponentInfo{ch.protonmail.android/ch.protonmail.android.activities.SplashActivity}"
+        drawable="protonmail" />
+    <item
+        component="ComponentInfo{com.android.providers.media/com.android.providers.media.RingtonePickerActivity}"
+        drawable="providersmedia" />
+    <item
+        component="ComponentInfo{sun.bob.leela/sun.bob.leela.ui.activities.SplashActivity}"
+        drawable="puff" />
+    <item
+        component="ComponentInfo{org.macno.puma/org.macno.puma.activity.MainActivity}"
+        drawable="puma" />
+    <item
+        component="ComponentInfo{com.uploadedlobster.PwdHash/com.uploadedlobster.PwdHash.activities.PwdHashApp}"
+        drawable="pwdhash" />
+    <item
+        component="ComponentInfo{com.zeapo.pwdstore/com.zeapo.pwdstore.PasswordStore}"
+        drawable="pwdstore" />
+    <item
+        component="ComponentInfo{org.pyload.android.client/org.pyload.android.client.pyLoad}"
+        drawable="pyload" />
+    <item
+        component="ComponentInfo{com.moez.QKSMS/com.moez.QKSMS.ui.MainActivity-BlueGrey}"
+        drawable="qksms" />
+    <item
+        component="ComponentInfo{com.moez.QKSMS/com.moez.QKSMS.ui.MainActivity-Default}"
+        drawable="qksms" />
+    <item
+        component="ComponentInfo{com.moez.QKSMS/com.moez.QKSMS.ui.MainActivity-Red}"
+        drawable="qksms" />
+    <item
+        component="ComponentInfo{com.moez.QKSMS/com.moez.QKSMS.ui.MainActivity-Teal}"
+        drawable="qksms" />
+    <item
+        component="ComponentInfo{com.moez.QKSMS/com.moez.QKSMS.feature.main.MainActivity}"
+        drawable="qksms" />
+    <item
+        component="ComponentInfo{com.moez.QKSMS/.feature.main.MainActivity}"
+        drawable="qksms" />
+    <item
+        component="ComponentInfo{com.moez.QKSMS/com.moez.QKSMS.ui.MainActivity-Pink}"
+        drawable="qksmspink" />
+    <item
+        component="ComponentInfo{com.github.xloem.qrstream/com.github.xloem.qrstream.Launcher}"
+        drawable="qrstream" />
+    <item
+        component="ComponentInfo{com.iskrembilen.quasseldroid/com.iskrembilen.quasseldroid.gui.SplashActivity}"
+        drawable="quasseldroid" />
+    <item
+        component="ComponentInfo{com.hughes.android.dictionary/com.hughes.android.dictionary.DictionaryManagerActivity}"
+        drawable="quickdic" />
+    <item
+        component="ComponentInfo{de.reimardoeffinger.quickdic/com.hughes.android.dictionary.DictionaryManagerActivity}"
+        drawable="quickdic" />
+    <item
+        component="ComponentInfo{de.reimardoeffinger.quickdic/de.reimardoeffinger.quickdic.DictionaryManagerActivity}"
+        drawable="quickdic" />
+    <item
+        component="ComponentInfo{vu.de.urpool.quickdroid/vu.de.urpool.quickdroid.Quickdroid}"
+        drawable="quickdroid" />
+    <item
+        component="ComponentInfo{com.geecko.QuickLyric/com.geecko.QuickLyric.MainActivity}"
+        drawable="quicklyric" />
+    <item
+        component="ComponentInfo{com.quran.labs.androidquran/com.quran.labs.androidquran.QuranDataActivity}"
+        drawable="quranandroid" />
+    <item
+        component="ComponentInfo{net.artificialworlds.rabbitescape/rabbitescape.ui.android.AndroidMenuActivity}"
+        drawable="rabbitescape" />
+    <item
+        component="ComponentInfo{org.openbmap/org.openbmap.activities.StartscreenActivity}"
+        drawable="radiobeacon" />
+    <item
+        component="ComponentInfo{net.programmierecke.radiodroid2/net.programmierecke.radiodroid2.ActivityMain}"
+        drawable="radiodroid" />
+    <item
+        component="ComponentInfo{net.programmierecke.radiodroid2/net.programmierecke.radiodroid2.MainActivity}"
+        drawable="radiodroid" />
+    <item
+        component="ComponentInfo{cc.rainwave.android/cc.rainwave.android.LandingActivity}"
+        drawable="rainwave" />
+    <item
+        component="ComponentInfo{wb.receiptspro/wb.receiptspro.SmartReceiptsProActivity}"
+        drawable="receipts" />
+    <item
+        component="ComponentInfo{com.bleyl.recurrence/com.bleyl.recurrence.activities.MainActivity}"
+        drawable="recurrence" />
+    <item
+        component="ComponentInfo{com.bleyl.recurrence/com.bleyl.recurrence.ui.activities.MainActivity}"
+        drawable="recurrence" />
+    <item
+        component="ComponentInfo{net.damsy.soupeaucaillou.recursiveRunner/net.damsy.soupeaucaillou.SacActivity}"
+        drawable="recursiverunner" />
+    <item
+        component="ComponentInfo{me.ccrama.redditslide/me.ccrama.redditslide.Activities.LoadingData}"
+        drawable="redditslide" />
+    <item
+        component="ComponentInfo{me.ccrama.redditslide/me.ccrama.redditslide.Activities.MainActivity}"
+        drawable="redditslide" />
+    <item
+        component="ComponentInfo{me.ccrama.redditslide/me.ccrama.redditslide.Activities.Slide}"
+        drawable="redditslide" />
+    <item
+        component="ComponentInfo{com.jmstudios.redmoon/com.jmstudios.redmoon.activity.ShadesActivity}"
+        drawable="redmoon" />
+    <item
+        component="ComponentInfo{com.jmstudios.redmoon/com.jmstudios.redmoon.activity.MainActivity}"
+        drawable="redmoon" />
+    <item
+        component="ComponentInfo{com.jmstudios.redmoon/com.jmstudios.redmoon.ui.MainActivity}"
+        drawable="redmoon" />
+    <item
+        component="ComponentInfo{com.github.redpanal.android/com.github.redpanal.android.SplashActivity}"
+        drawable="redpanal" />
+    <item
+        component="ComponentInfo{org.thoughtcrime.redphone/org.thoughtcrime.redphone.ui.DialerActivity}"
+        drawable="redphone" />
+    <item
+        component="ComponentInfo{org.quantumbadger.redreader/org.quantumbadger.redreader.activities.MainActivity}"
+        drawable="redreader" />
+    <item
+        component="ComponentInfo{com.phikal.regex/com.phikal.regex.Activities.GameActivity}"
+        drawable="regex" />
+    <item
+        component="ComponentInfo{de.onyxbits.remotekeyboard/de.onyxbits.remotekeyboard.MainActivity}"
+        drawable="remotekeyboard" />
+    <item
+        component="ComponentInfo{com.repay.android/com.repay.android.MainActivity}"
+        drawable="repay" />
+    <item
+        component="ComponentInfo{com.retroarch/com.retroarch.browser.mainmenu.MainMenuActivity}"
+        drawable="retroarch" />
+    <item
+        component="ComponentInfo{br.usp.ime.retrobreaker/br.usp.ime.retrobreaker.MainActivity}"
+        drawable="retrobreaker" />
+    <item
+        component="ComponentInfo{io.mrarm.irc/io.mrarm.irc.MainActivity}"
+        drawable="revolution" />
+    <item
+        component="ComponentInfo{cx.ring/cx.ring.client.HomeActivity}"
+        drawable="ring" />
+    <item
+        component="ComponentInfo{com.ringdroid/com.ringdroid.RingdroidSelectActivity}"
+        drawable="ringdroid" />
+    <item
+        component="ComponentInfo{im.vector/im.vector.activity.LoginActivity}"
+        drawable="riot" />
+    <item
+        component="ComponentInfo{im.vector.alpha/im.vector.activity.LoginActivity}"
+        drawable="riot" />
+    <item
+        component="ComponentInfo{info.guardianproject.ripple/info.guardianproject.ripple.MainActivity}"
+        drawable="ripple" />
+    <item
+        component="ComponentInfo{com.robert.maps/com.robert.maps.applib.MainActivity}"
+        drawable="rmaps" />
+    <item
+        component="ComponentInfo{com.abcdjdj.rootverifier/com.abcdjdj.rootverifier.MainActivity}"
+        drawable="rootverifier" />
+    <item
+        component="ComponentInfo{com.spydiko.rotationmanager_foss/com.spydiko.rotationmanager_foss.HelperActivity}"
+        drawable="rotationmanager" />
+    <item
+        component="ComponentInfo{com.ath0.rpn/com.ath0.rpn.Main}"
+        drawable="rpn" />
+    <item
+        component="ComponentInfo{org.disrupted.rumble/org.disrupted.rumble.userinterface.activity.RoutingActivity}"
+        drawable="rumble" />
+    <item
+        component="ComponentInfo{net.khertan.forrunners/net.khertan.forrunners.MainActivity}"
+        drawable="runnerup" />
+    <item
+        component="ComponentInfo{org.runnerup/org.runnerup.view.MainLayout}"
+        drawable="runnerup" />
+    <item
+        component="ComponentInfo{org.sagemath.droid/org.sagemath.droid.CellActivity}"
+        drawable="sage" />
+    <item
+        component="ComponentInfo{com.platypus.SAnd/com.platypus.SAnd.MainActivity}"
+        drawable="sand" />
+    <item
+        component="ComponentInfo{com.vonglasow.michael.satstat/com.vonglasow.michael.satstat.ui.MainActivity}"
+        drawable="satstat" />
+    <item
+        component="ComponentInfo{jonas.tool.saveForOffline/jonas.tool.saveForOffline.MainActivity}"
+        drawable="saveforoffline" />
+    <item
+        component="ComponentInfo{com.chessclock.android/com.chessclock.android.ChessClock}"
+        drawable="schessclock" />
+    <item
+        component="ComponentInfo{org.scid.android/org.scid.android.ScidAndroidActivity}"
+        drawable="scid" />
+    <item
+        component="ComponentInfo{fr.xtof54.scrabble/fr.xtof54.scrabble.ScrabbleActivity}"
+        drawable="scrabble" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.screencast/com.cyanogenmod.screencast.MainActivity}"
+        drawable="screencast" />
+    <item
+        component="ComponentInfo{com.cyngn.screencast/com.cyngn.screencast.MainActivity}"
+        drawable="screencast" />
+    <item
+        component="ComponentInfo{org.cyanogenmod.screencast/org.cyanogenmod.screencast.MainActivity}"
+        drawable="screencast" />
+    <item
+        component="ComponentInfo{com.lukekorth.screennotifications/com.lukekorth.screennotifications.ScreenNotificationsActivity}"
+        drawable="screennotifications" />
+    <item
+        component="ComponentInfo{org.scummvm.scummvm/org.scummvm.scummvm.Unpacker}"
+        drawable="scummvm" />
+    <item
+        component="ComponentInfo{com.gmail.jerickson314.sdscanner/com.gmail.jerickson314.sdscanner.MainActivity}"
+        drawable="sdscanner" />
+    <item
+        component="ComponentInfo{com.seafile.seadroid2/com.seafile.seadroid2.ui.activity.BrowserActivity}"
+        drawable="seadroid2" />
+    <item
+        component="ComponentInfo{com.twistedplane.sealnote/com.twistedplane.sealnote.SealnoteActivity}"
+        drawable="sealnote" />
+    <item
+        component="ComponentInfo{com.android.quicksearchbox/com.android.quicksearchbox.searchactivity}"
+        drawable="searchtool" />
+    <item
+        component="ComponentInfo{org.ligi.fast/org.ligi.fast.ui.SearchActivity}"
+        drawable="searchtool" />
+    <item
+        component="ComponentInfo{com.shadcat.secdroid/com.shadcat.secdroid.MainActivity}"
+        drawable="secdroid" />
+    <item
+        component="ComponentInfo{com.doplgangr.secrecy/com.doplgangr.secrecy.Views.DummyViews.LauncherActivity_}"
+        drawable="secrecy" />
+    <item
+        component="ComponentInfo{de.t_dankworth.secscanqr/de.t_dankworth.secscanqr.MainActivity}"
+        drawable="secscanqr" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlydame/org.secuso.privacyfriendlydame.ui.SplashActivity}"
+        drawable="secusodame" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlydicer/org.secuso.privacyfriendlydicer.SplashActivity}"
+        drawable="secusodice" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlyyahtzeedicer/org.secuso.privacyfriendlydicegame.SplashActivity}"
+        drawable="secusodicegame" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlyludo/org.secuso.privacyfriendlyludo.activities.SplashActivity}"
+        drawable="secusoludo" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlymemory/org.secuso.privacyfriendlymemory.ui.SplashActivity}"
+        drawable="secusomemory" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlynotes/org.secuso.privacyfriendlynotes.SplashActivity}"
+        drawable="secusonotes" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlypaindiary/org.secuso.privacyfriendlypaindiary.activities.SplashActivity}"
+        drawable="secusopaindiary" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlypasswordgenerator/org.secuso.privacyfriendlypasswordgenerator.activities.SplashActivity}"
+        drawable="secusopasswdgen" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlypin/org.secuso.privacyfriendlypinmnemonic.SplashActivity}"
+        drawable="secusopin" />
+    <item
+        component="ComponentInfo{com.secuso.privacyFriendlyCodeScanner/com.secuso.privacyFriendlyCodeScanner.SplashActivity}"
+        drawable="secusoqr" />
+    <item
+        component="ComponentInfo{com.secuso.privacyFriendlyCodeScanner/com.secuso.privacyFriendlyCodeScanner.MainActivity}"
+        drawable="secusoqr" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlyrecknoningskills/org.secuso.privacyfriendlyreckoningskills.activities.SplashActivity}"
+        drawable="secusorecknoning" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlyruler/org.secuso.privacyfriendlyruler.activities.SplashActivity}"
+        drawable="secusoruler" />
+    <item
+        component="ComponentInfo{privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist/privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist.ui.main.SplashActivity}"
+        drawable="secusoshoppinglist" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlysudoku/org.secuso.privacyfriendlysudoku.ui.SplashActivity}"
+        drawable="secusosudoku" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlyintervaltimer/org.secuso.privacyfriendlyintervaltimer.activities.SplashActivity}"
+        drawable="secusotimer" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlytodolist/org.secuso.privacyfriendlytodolist.view.SplashActivity}"
+        drawable="secusotodo" />
+    <item
+        component="ComponentInfo{org.secuso.privacyfriendlycardgameone/org.secuso.privacyfriendlywerwolf.activity.SplashActivity}"
+        drawable="secusowerwolf" />
+    <item
+        component="ComponentInfo{mobi.omegacentauri.SendReduced/mobi.omegacentauri.SendReduced.Options}"
+        drawable="sendreduced" />
+    <item
+        component="ComponentInfo{org.totschnig.sendwithftp/org.totschnig.sendwithftp.UriList}"
+        drawable="sendwithftp" />
+    <item
+        component="ComponentInfo{com.mustafaali.sensorssandbox/com.mustafaali.sensorssandbox.MainActivity}"
+        drawable="sensorssandbox" />
+    <item
+        component="ComponentInfo{com.battlelancer.seriesguide/com.battlelancer.seriesguide.ui.ShowsActivity}"
+        drawable="seriesguide" />
+    <item
+        component="ComponentInfo{net.sourceforge.servestream/net.sourceforge.servestream.activity.MainActivity}"
+        drawable="servestream" />
+    <item
+        component="ComponentInfo{com.android.settings/com.android.settings.MainEntry}"
+        drawable="settings" />
+    <item
+        component="ComponentInfo{com.android.settings/com.android.settings.Settings}"
+        drawable="settings" />
+    <item
+        component="ComponentInfo{com.android.settings/com.android.settings.TetherSettings}"
+        drawable="settings" />
+    <item
+        component="ComponentInfo{com.android.settings/com.android.settings.TetherSettingsActivity}"
+        drawable="settings" />
+    <item
+        component="ComponentInfo{com.android.settings/com.android.settings.TetherSettingsWifi}"
+        drawable="settings" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.settings.device/com.cyanogenmod.settings.device.DeviceSettings}"
+        drawable="settings" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.settings.device.hwa/com.cyanogenmod.settings.device.hwa.HwaSettingsActivity}"
+        drawable="settings" />
+    <item
+        component="ComponentInfo{software.gn.android.settings/com.gn.android.common.controller.AppInitActivity}"
+        drawable="settings" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.setupwizard/com.cyanogenmod.setupwizard.ui.SetupWizardActivity}"
+        drawable="settings2" />
+    <item
+        component="ComponentInfo{gpapez.sfen/gpapez.sfen.Main}"
+        drawable="sfen" />
+    <item
+        component="ComponentInfo{me.sheimi.sgit/me.sheimi.sgit.RepoListActivity}"
+        drawable="sgit" />
+    <item
+        component="ComponentInfo{com.dimtion.shaarlier/com.dimtion.shaarlier.MainActivity}"
+        drawable="shaarlier" />
+    <item
+        component="ComponentInfo{de.markusfisch.android.shadereditor/de.markusfisch.android.shadereditor.activity.MainActivity}"
+        drawable="shadereditor" />
+    <item
+        component="ComponentInfo{com.github.shadowsocks/com.github.shadowsocks.Shadowsocks}"
+        drawable="shadowsocks" />
+    <item
+        component="ComponentInfo{com.tengu.sharetoclipboard/com.tengu.sharetoclipboard.MainActivity}"
+        drawable="sharetoclipboard" />
+    <item
+        component="ComponentInfo{com.MarcosDiez.shareviahttp/com.MarcosDiez.shareviahttp.activities.MainActivity}"
+        drawable="shareviahttp" />
+    <item
+        component="ComponentInfo{com.shatteredpixel.shatteredpixeldungeon/com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon}"
+        drawable="shatteredpixel" />
+    <item
+        component="ComponentInfo{com.android.shellms/com.android.shellms.MainActivity}"
+        drawable="shellms" />
+    <item
+        component="ComponentInfo{org.janb.shoppinglist/org.janb.shoppinglist.activity.MainActivity}"
+        drawable="shoppinglist" />
+    <item
+        component="ComponentInfo{souch.smp/souch.smp.Main}"
+        drawable="sicmuplayer" />
+    <item
+        component="ComponentInfo{de.baumann.sieben/de.baumann.sieben.MainActivity}"
+        drawable="sieben" />
+    <item
+        component="ComponentInfo{org.libresignal/org.thoughtcrime.securesms.RoutingActivity}"
+        drawable="signal" />
+    <item
+        component="ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity}"
+        drawable="signal" />
+    <item
+        component="ComponentInfo{org.billthefarmer.siggen/org.billthefarmer.siggen.Main}"
+        drawable="signalgenerator" />
+    <item
+        component="ComponentInfo{lanchon.sigspoof.checker/lanchon.sigspoof.checker.MainActivity}"
+        drawable="sigspoof" />
+    <item
+        component="ComponentInfo{ru.neverdark.silentnight/ru.neverdark.silentnight.MainActivity}"
+        drawable="silentnight" />
+    <item
+        component="ComponentInfo{com.better.alarm/com.better.alarm.presenter.AlarmsListActivity}"
+        drawable="simplealarm" />
+    <item
+        component="ComponentInfo{com.simplemobiletools.calendar/com.simplemobiletools.calendar.activities.SplashActivity}"
+        drawable="simplecalendar" />
+    <item
+        component="ComponentInfo{com.dnielfe.manager/com.dnielfe.manager.BrowserActivity}"
+        drawable="simpleexplorer" />
+    <item
+        component="ComponentInfo{com.simplemobiletools.draw/com.simplemobiletools.draw.activities.SplashActivity}"
+        drawable="simpledraw" />
+    <item
+        component="ComponentInfo{com.simplemobiletools.filemanager/com.simplemobiletools.filemanager.activities.SplashActivity}"
+        drawable="simplefilemanager" />
+    <item
+        component="ComponentInfo{com.sec.android.app.myfiles/com.sec.android.app.myfiles.common.MainActivity}"
+        drawable="simplefilemanager" />
+    <item
+        component="ComponentInfo{com.simplemobiletools.gallery/com.simplemobiletools.gallery.activities.SplashActivity}"
+        drawable="simplegallery" />
+    <item
+        component="ComponentInfo{simple.reboot.com/simple.reboot.com.MainActivity}"
+        drawable="simplereboot" />
+    <item
+        component="ComponentInfo{com.poloure.simplerss/com.poloure.simplerss.FeedsActivity}"
+        drawable="simplerss" />
+    <item
+        component="ComponentInfo{org.freshrss.easyrss/org.freshrss.easyrss.Home}"
+        drawable="simplerss" />
+    <item
+        component="ComponentInfo{nl.mpcjanssen.simpletask/nl.mpcjanssen.simpletask.Simpletask}"
+        drawable="simpletask" />
+    <item
+        component="ComponentInfo{com.android.cp.stkmanager/com.android.cp.stkmanager.STKManagerActivity}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.simcard/com.android.simcard.SimCardActivity}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk/com.android.stk.EgStkExLauncherActivity2}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk/com.android.stk.StkAliasLauncherActivity}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk/com.android.stk.StkLauncherActivity}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk/com.android.stk.StkLauncherActivity2}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk/com.android.stk.StkLauncherActivity3}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk/com.android.stk.StkLauncherActivityII}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk/com.android.stk.StkLauncherActivitySingle}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk/com.android.stk.StkMain}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk/com.android.stk.StkMainActivity}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk/com.android.stk.StkMenuActivity}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk/com.android.stk.SubStkLauncherActivity}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk/com.android.stk.UtkExLauncherActivity}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk/com.android.stk_stklauncheractivity}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk/com.yulong.android_cp.utk_utklauncheractivity}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk1/com.android.stk1.StkLauncherActivity}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk2/com.android.stk2.StkLauncherActivity}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stklauncher/com.android.stklauncher.MainActivity}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.mediatek.StkSelection/com.mediatek.StkSelection.StkSelection}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{com.android.stk/com.android.stk.StkLauncherListActivity}"
+        drawable="simtk" />
+    <item
+        component="ComponentInfo{org.sipdroid.sipua/org.sipdroid.sipua.ui.Sipdroid}"
+        drawable="sipdroid" />
+    <item
+        component="ComponentInfo{com.sismics.reader/com.sismics.reader.activity.LoginActivity}"
+        drawable="sismicsreader" />
+    <item
+        component="ComponentInfo{com.adam.aslfms/com.adam.aslfms.SettingsActivity}"
+        drawable="slfms" />
+    <item
+        component="ComponentInfo{trikita.slide/trikita.slide.ui.MainActivity}"
+        drawable="slide" />
+    <item
+        component="ComponentInfo{de.shandschuh.slightbackup/de.shandschuh.slightbackup.BackupActivity}"
+        drawable="slightbackup" />
+    <item
+        component="ComponentInfo{it.rignanese.leo.slimfacebook/it.rignanese.leo.slimfacebook.MainActivity}"
+        drawable="slimfacebook" />
+    <item
+        component="ComponentInfo{net.kismetwireless.android.smarterwifimanager/net.kismetwireless.android.smarterwifimanager.MainActivity}"
+        drawable="smarterwifimanager" />
+    <item
+        component="ComponentInfo{com.ilm.sandwich/com.ilm.sandwich.StartChooser}"
+        drawable="smartnavi" />
+    <item
+        component="ComponentInfo{com.android.mms/com.android.mms.ui.BootActivity}"
+        drawable="sms" />
+    <item
+        component="ComponentInfo{com.android.mms/com.android.mms.ui.CmasListActivityShortCut}"
+        drawable="sms" />
+    <item
+        component="ComponentInfo{com.android.mms/com.android.mms.ui.ConversationComposer}"
+        drawable="sms" />
+    <item
+        component="ComponentInfo{com.android.mms/com.android.mms.ui.ConversationList}"
+        drawable="sms" />
+    <item
+        component="ComponentInfo{com.android.mms/com.android.mms.ui.EntryActivity}"
+        drawable="sms" />
+    <item
+        component="ComponentInfo{com.android.mms/com.android.mms.ui.MessageTabActivity}"
+        drawable="sms" />
+    <item
+        component="ComponentInfo{com.android.mms/com.android.mms.ui.MmsTabActivity}"
+        drawable="sms" />
+    <item
+        component="ComponentInfo{com.android.mms/com.android.mms.ui.ModeChooser}"
+        drawable="sms" />
+    <item
+        component="ComponentInfo{com.android.mms/com.android.mms.ui.UiController}"
+        drawable="sms" />
+    <item
+        component="ComponentInfo{com.android.mms/com.android.mms.ui.VoiceMailTabActivity}"
+        drawable="sms" />
+    <item
+        component="ComponentInfo{com.android.mms/com.yulong.android.mms.ui.MmsMainListFormActivity}"
+        drawable="sms" />
+    <item
+        component="ComponentInfo{com.android.messaging/com.android.messaging.ui.conversationlist.ConversationListActivity}"
+        drawable="sms2" />
+    <item
+        component="ComponentInfo{com.riteshsahu.SMSBackupRestore/com.riteshsahu.SMSBackupRestore.FreeMain}"
+        drawable="smsbackup" />
+    <item
+        component="ComponentInfo{com.zegoggles.smssync/com.zegoggles.smssync.activity.MainActivity}"
+        drawable="smsbackup" />
+    <item
+        component="ComponentInfo{com.zegoggles.smssync/com.zegoggles.smssync.SmsSync}"
+        drawable="smsbackup" />
+    <item
+        component="ComponentInfo{com.github.yeriomin.smsscheduler/com.github.yeriomin.smsscheduler.Activity.SmsListActivity}"
+        drawable="smsscheduler" />
+    <item
+        component="ComponentInfo{org.smssecure.smssecure/org.smssecure.smssecure.ConversationListActivity}"
+        drawable="smssecure" />
+    <item
+        component="ComponentInfo{org.smssecure.smssecure/org.smssecure.smssecure.RoutingActivity}"
+        drawable="smssecure" />
+    <item
+        component="ComponentInfo{cz.eutopia.snooperstopper/cz.eutopia.snooperstopper.MainActivity}"
+        drawable="snooperstopper" />
+    <item
+        component="ComponentInfo{de.srlabs.snoopsnitch/de.srlabs.snoopsnitch.StartupActivity}"
+        drawable="snoopsnitch" />
+    <item
+        component="ComponentInfo{com.mobilepearls.sokoban/com.mobilepearls.sokoban.SokobanMenuActivity}"
+        drawable="sokoban" />
+    <item
+        component="ComponentInfo{com.kmagic.solitaire/com.kmagic.solitaire.Solitaire}"
+        drawable="solitaire" />
+    <item
+        component="ComponentInfo{net.sourceforge.solitaire_cg/net.sourceforge.solitaire_cg.SolitaireCG}"
+        drawable="solitairecg" />
+    <item
+        component="ComponentInfo{com.danielkim.soundrecorder/com.danielkim.soundrecorder.activities.MainActivity}"
+        drawable="soundrecorder" />
+    <item
+        component="ComponentInfo{org.lineageos.recorder/org.lineageos.recorder.RecorderActivity}"
+        drawable="soundrecorder" />
+    <item
+        component="ComponentInfo{com.github.axet.audiorecorder/com.github.axet.audiorecorder.activities.MainActivity}"
+        drawable="soundrecorder" />
+    <item
+        component="ComponentInfo{com.github.axet.callrecorder/com.github.axet.callrecorder.activities.MainActivity}"
+        drawable="callrecorder" />
+    <item
+        component="ComponentInfo{org.bottiger.podcast/org.bottiger.podcast.MainActivity}"
+        drawable="soundwaves" />
+    <item
+        component="ComponentInfo{com.nononsenseapps.feeder/com.nononsenseapps.feeder.ui.FeedActivity}"
+        drawable="sparserss" />
+    <item
+        component="ComponentInfo{de.shandschuh.sparserss/de.shandschuh.sparserss.MainTabActivity}"
+        drawable="sparserss" />
+    <item
+        component="ComponentInfo{net.etuldan.sparss/net.etuldan.sparss.activity.HomeActivity}"
+        drawable="sparss" />
+    <item
+        component="ComponentInfo{net.etuldan.sparss/net.etuldan.sparss.MainApplication}"
+        drawable="sparss" />
+    <item
+        component="ComponentInfo{net.etuldan.sparss.floss/net.etuldan.sparss.activity.HomeActivity}"
+        drawable="sparss" />
+    <item
+        component="ComponentInfo{fly.speedmeter.grub/fly.speedmeter.grub.MainActivity}"
+        drawable="speedmeter" />
+    <item
+        component="ComponentInfo{fm.a2d.sf/fm.a2d.sf.gui_act}"
+        drawable="spiritf" />
+    <item
+        component="ComponentInfo{net.majorkernelpanic.spydroid/net.majorkernelpanic.spydroid.ui.SpydroidActivity}"
+        drawable="spydroid" />
+    <item
+        component="ComponentInfo{csci567.squeez/csci567.squeez.FileViewer}"
+        drawable="squeez" />
+    <item
+        component="ComponentInfo{org.sufficientlysecure.standalonecalendar/com.android.calendar.AllInOneActivity}"
+        drawable="standalonecalendar" />
+    <item
+        component="ComponentInfo{com.google.android.stardroid/com.google.android.stardroid.activities.SplashScreenActivity}"
+        drawable="stardroid" />
+    <item
+        component="ComponentInfo{net.mabako.steamgifts/net.mabako.steamgifts.activities.MainActivity}"
+        drawable="steamgifts" />
+    <item
+        component="ComponentInfo{de.westnordost.streetcomplete/de.westnordost.streetcomplete.MainActivity}"
+        drawable="streetcomplete" />
+    <item
+        component="ComponentInfo{io.github.lonamiwebs.stringlate/io.github.lonamiwebs.stringlate.activities.repositories.RepositoriesActivity}"
+        drawable="stringlate" />
+    <item
+        component="ComponentInfo{net.sourceforge.subsonic.androidapp/net.sourceforge.subsonic.androidapp.activity.MainActivity}"
+        drawable="subsonic" />
+    <item
+        component="ComponentInfo{com.app2go.sudokufree/com.app2go.sudokufree.MainActivity}"
+        drawable="sudokufree" />
+    <item
+        component="ComponentInfo{de.sudoq/de.sudoq.controller.menus.SplashActivity}"
+        drawable="sudoq" />
+    <item
+        component="ComponentInfo{org.sudowars/org.sudowars.Controller.Local.Activity.MainMenu}"
+        drawable="sudowars" />
+    <item
+        component="ComponentInfo{org.supertuxkart.stk/android.app.NativeActivity}"
+        drawable="supertuxkart" />
+    <item
+        component="ComponentInfo{com.koushikdutta.superuser/com.koushikdutta.superuser.MainActivity}"
+        drawable="superuser" />
+    <item
+        component="ComponentInfo{me.phh.superuser/com.koushikdutta.superuser.MainActivity}"
+        drawable="superuser" />
+    <item
+        component="ComponentInfo{org.ligi.survivalmanual/org.ligi.survivalmanual.ui.MainActivity}"
+        drawable="survivalmanual" />
+    <item
+        component="ComponentInfo{biz.codefuture.svgviewer/biz.codefuture.svgviewer.MainActivity}"
+        drawable="svgviewer" />
+    <item
+        component="ComponentInfo{com.moonpi.swiftnotes/com.moonpi.swiftnotes.MainActivity}"
+        drawable="swiftnotes" />
+    <item
+        component="ComponentInfo{com.swiss.tournament/com.swiss.tournament.activities.Main}"
+        drawable="swisschess" />
+    <item
+        component="ComponentInfo{com.af.synapse/com.af.synapse.MainActivity}"
+        drawable="synapse" />
+    <item
+        component="ComponentInfo{org.amoradi.syncopoli/org.amoradi.syncopoli.BackupActivity}"
+        drawable="syncopoli" />
+    <item
+        component="ComponentInfo{com.coste.syncorg/com.coste.syncorg.OrgNodeListActivity}"
+        drawable="syncorg" />
+    <item
+        component="ComponentInfo{com.nutomic.syncthingandroid/com.nutomic.syncthingandroid.activities.MainActivity}"
+        drawable="syncthing" />
+    <item
+        component="ComponentInfo{org.opensilk.syncthing.debug/syncthing.android.ui.LauncherActivity}"
+        drawable="syncthing" />
+    <item
+        component="ComponentInfo{com.nutomic.syncthingandroid/com.nutomic.syncthingandroid.activities.FirstStartActivity}"
+        drawable="syncthing" />
+    <item
+        component="ComponentInfo{org.synergy/org.synergy.Synergy}"
+        drawable="synergy" />
+    <item
+        component="ComponentInfo{de.j4velin.systemappmover/de.j4velin.systemappmover.MoverActivity}"
+        drawable="systemappmover" />
+    <item
+        component="ComponentInfo{org.pyneo.maps/org.pyneo.maps.applib.MainActivity}"
+        drawable="tabulae" />
+    <item
+        component="ComponentInfo{org.pyneo.maps/org.pyneo.maps.MainActivity}"
+        drawable="tabulae" />
+    <item
+        component="ComponentInfo{org.ciasaboark.tacere/org.ciasaboark.tacere.activity.LicenseCheckWrapper}"
+        drawable="tacere" />
+    <item
+        component="ComponentInfo{org.ciasaboark.tacere/org.ciasaboark.tacere.activity.MainActivity}"
+        drawable="tacere" />
+    <item
+        component="ComponentInfo{org.ciasaboark.tacere/org.ciasaboark.tacere.Tacere}"
+        drawable="tacere" />
+    <item
+        component="ComponentInfo{eu.kanade.tachiyomi/eu.kanade.tachiyomi.ui.main.MainActivity}"
+        drawable="tachiyomi" />
+    <item
+        component="ComponentInfo{com.github.mofosyne.tagdrop/com.github.mofosyne.tagdrop.main}"
+        drawable="tagdrop" />
+    <item
+        component="ComponentInfo{com.android.apps.tag/com.android.apps.tag.TagViewer}"
+        drawable="tags" />
+    <item
+        component="ComponentInfo{in.p1x.tanks_of_freedom/com.android.godot.Godot}"
+        drawable="tanksoffreedom" />
+    <item
+        component="ComponentInfo{in.p1x.tanks_of_freedom/org.godotengine.godot.Godot}"
+        drawable="tanksoffreedom" />
+    <item
+        component="ComponentInfo{com.gabm.screenrotationcontrol/com.gabm.tapandturn.ui.MainActivity}"
+        drawable="tapandturn" />
+    <item
+        component="ComponentInfo{org.dmfs.tasks/org.dmfs.tasks.TaskListActivity}"
+        drawable="tasks" />
+    <item
+        component="ComponentInfo{org.tasks/com.todoroo.astrid.activity.ShortcutActivity}"
+        drawable="tasks2" />
+    <item
+        component="ComponentInfo{org.tasks/com.todoroo.astrid.activity.TaskListActivity}"
+        drawable="tasks2" />
+    <item
+        component="ComponentInfo{org.tasks/org.tasks.activities.TimePickerActivity}"
+        drawable="tasks2" />
+    <item
+        component="ComponentInfo{kvj.taskw/kvj.taskw.ui.MainActivity}"
+        drawable="taskwarrior" />
+    <item
+        component="ComponentInfo{ch.citux.td/ch.citux.td.ui.TDActivity}"
+        drawable="td" />
+    <item
+        component="ComponentInfo{goo.TeaTimer/goo.TeaTimer.TimerActivity}"
+        drawable="teatimer" />
+    <item
+        component="ComponentInfo{org.telegram.messenger/org.telegram.ui.LaunchActivity}"
+        drawable="telegram" />
+    <item
+        component="ComponentInfo{com.android.terminal/com.android.terminal.TerminalActivity}"
+        drawable="terminal" />
+    <item
+        component="ComponentInfo{jackpal.androidterm/jackpal.androidterm.Term}"
+        drawable="terminalemulator" />
+    <item
+        component="ComponentInfo{jackpal.androidterm2/jackpal.androidterm2.Term}"
+        drawable="terminalemulator" />
+    <item
+        component="ComponentInfo{org.schabi.terminightor/org.schabi.terminightor.AlarmItemListActivity}"
+        drawable="terminightor" />
+    <item
+        component="ComponentInfo{com.termux/com.termux.app.TermuxActivity}"
+        drawable="termux" />
+    <item
+        component="ComponentInfo{com.termux.window/com.termux.window.TermuxFloatActivity}"
+        drawable="termuxfloat" />
+    <item
+        component="ComponentInfo{de.schildbach.wallet_test/de.schildbach.wallet_test.WalletActivity}"
+        drawable="testnet3" />
+    <item
+        component="ComponentInfo{rino.org.tethercompanion/rino.org.tethercompanion.MainActivity}"
+        drawable="tethercompanion" />
+    <item
+        component="ComponentInfo{de.onyxbits.textfiction/de.onyxbits.textfiction.MainActivity}"
+        drawable="textfiction" />
+    <item
+        component="ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationListActivity}"
+        drawable="textsecure" />
+    <item
+        component="ComponentInfo{com.myopicmobile.textwarrior.android/com.myopicmobile.textwarrior.android.TextWarriorApplication}"
+        drawable="textwarrior" />
+    <item
+        component="ComponentInfo{org.cyanogenmod.theme.chooser/org.cyanogenmod.theme.chooser.ChooserActivity}"
+        drawable="themes" />
+    <item
+        component="ComponentInfo{org.cyanogenmod.theme.chooser2/org.cyanogenmod.theme.chooser2.ChooserLauncher}"
+        drawable="themes" />
+    <item
+        component="ComponentInfo{de.smasi.tickmate/de.smasi.tickmate.Tickmate}"
+        drawable="tickmate" />
+    <item
+        component="ComponentInfo{org.tigase.messenger.phone.pro/org.tigase.mobile.TigaseMobileMessengerActivity}"
+        drawable="tigase" />
+    <item
+        component="ComponentInfo{naman14.timber/com.naman14.timber.activities.MainActivity}"
+        drawable="timber" />
+    <item
+        component="ComponentInfo{naman14.timber/naman14.timber.activities.MainActivity}"
+        drawable="timber" />
+    <item
+        component="ComponentInfo{com.alfray.timeriffic/com.alfray.timeriffic.profiles.ProfilesUI}"
+        drawable="timeriffic" />
+    <item
+        component="ComponentInfo{com.danvelazco.fbwrapper/com.danvelazco.fbwrapper.FbWrapper}"
+        drawable="tinfoilfb" />
+    <item
+        component="ComponentInfo{com.mill_e.twitterwrapper/com.mill_e.twitterwrapper.TwitterWrapper}"
+        drawable="tinfoiltw" />
+    <item
+        component="ComponentInfo{org.tint/org.tint.ui.activities.TintBrowserActivity}"
+        drawable="tintbrowser" />
+    <item
+        component="ComponentInfo{me.jakelane.wrapperforfacebook/me.jakelane.wrapperforfacebook.MainActivity}"
+        drawable="toffeed" />
+    <item
+        component="ComponentInfo{de.k3b.android.toGoZip/de.k3b.android.toGoZip.SettingsActivity}"
+        drawable="togozip" />
+    <item
+        component="ComponentInfo{org.tomdroid/org.tomdroid.ui.Tomdroid}"
+        drawable="tomdroid" />
+    <item
+        component="ComponentInfo{com.github.axet.tonegenerator/com.github.axet.tonegenerator.MainActivity}"
+        drawable="tonegenerator" />
+    <item
+        component="ComponentInfo{net.cactii.flash2/net.cactii.flash2.MainActivity}"
+        drawable="torch" />
+    <item
+        component="ComponentInfo{in.blogspot.anselmbros.torchie/in.blogspot.anselmbros.torchie.ui.activity.MainActivity}"
+        drawable="torchie" />
+    <item
+        component="ComponentInfo{com.secuso.torchlight2/com.secuso.torchlight2.MainActivity}"
+        drawable="torchlight" />
+    <item
+        component="ComponentInfo{com.secuso.torchlight2/com.secuso.torchlight2.ui.SplashActivity}"
+        drawable="torchlight" />
+    <item
+        component="ComponentInfo{com.github.axet.torrentclient/com.github.axet.torrentclient.activities.MainActivity}"
+        drawable="torrentclient" />
+    <item
+        component="ComponentInfo{org.traccar.client/org.traccar.client.TraccarActivity}"
+        drawable="traccar" />
+    <item
+        component="ComponentInfo{org.traccar.client/org.traccar.client.Launcher}"
+        drawable="traccar" />
+    <item
+        component="ComponentInfo{org.transdroid/org.transdroid.core.gui.TorrentsActivity_}"
+        drawable="transdroid" />
+    <item
+        component="ComponentInfo{org.transdroid/org.transdroid.gui.Torrents}"
+        drawable="transdroid" />
+    <item
+        component="ComponentInfo{org.transdroid.full/org.transdroid.core.gui.TorrentsActivity_}"
+        drawable="transdroid" />
+    <item
+        component="ComponentInfo{org.transdroid.search/org.transdroid.search.gui.SettingsActivity}"
+        drawable="transdroidsearch" />
+    <item
+        component="ComponentInfo{org.transdroid.lite/org.transdroid.core.gui.TorrentsActivity_}"
+        drawable="transdrone" />
+    <item
+        component="ComponentInfo{org.y20k.transistor/org.y20k.transistor.MainActivity}"
+        drawable="transistor" />
+    <item
+        component="ComponentInfo{de.grobox.liberario/de.grobox.liberario.activities.MainActivity}"
+        drawable="transportr" />
+    <item
+        component="ComponentInfo{de.grobox.liberario/de.grobox.transport.map.MapActivity}"
+        drawable="transportr" />
+    <item
+        component="ComponentInfo{de.grobox.liberario.debug/de.grobox.liberario.activities.MainActivity}"
+        drawable="transportrdev" />
+    <item
+        component="ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}"
+        drawable="trebuchet" />
+    <item
+        component="ComponentInfo{com.android.launcher3/com.android.launcher3.MemoryDumpActivity}"
+        drawable="trebuchet" />
+    <item
+        component="ComponentInfo{com.android.launcher3/com.android.launcher3.ToggleWeightWatcher}"
+        drawable="trebuchet" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.trebuchet/com.cyanogenmod.trebuchet.ToggleWeightWatcher}"
+        drawable="trebuchet" />
+    <item
+        component="ComponentInfo{org.equeim.tremotesf/org.equeim.tremotesf.mainactivity.MainActivity}"
+        drawable="tremotef" />
+    <item
+        component="ComponentInfo{de.koelle.christian.trickytripper/de.koelle.christian.trickytripper.TrickyTripperActivity}"
+        drawable="trickytripper" />
+    <item
+        component="ComponentInfo{org.hermit.tricorder/org.hermit.tricorder.Tricorder}"
+        drawable="tricorder" />
+    <item
+        component="ComponentInfo{caldwell.ben.trolly/caldwell.ben.trolly.Trolly}"
+        drawable="trolly" />
+    <item
+        component="ComponentInfo{org.fox.ttcomics2/org.fox.ttcomics2.LaunchActivity}"
+        drawable="ttcomics" />
+    <item
+        component="ComponentInfo{org.fox.ttrss/org.fox.ttrss.LaunchActivity}"
+        drawable="ttrss" />
+    <item
+        component="ComponentInfo{org.ttrssreader/org.ttrssreader.gui.CategoryActivity}"
+        drawable="ttrss" />
+    <item
+        component="ComponentInfo{org.billthefarmer.tuner/org.billthefarmer.tuner.MainActivity}"
+        drawable="tuner" />
+    <item
+        component="ComponentInfo{com.maskyn.fileeditor/com.maskyn.fileeditor.HomeActivity}"
+        drawable="turboeditor" />
+    <item
+        component="ComponentInfo{com.maskyn.fileeditorpro/com.maskyn.fileeditorpro.HomeActivity}"
+        drawable="turboeditor" />
+    <item
+        component="ComponentInfo{org.xphnx.iconsubmit/org.xphnx.iconsubmit.MainActivity}"
+        drawable="turtl" />
+    <item
+        component="ComponentInfo{com.keylesspalace.tusky/com.keylesspalace.tusky.SplashActivity}"
+        drawable="tusky" />
+    <item
+        component="ComponentInfo{de.tutao.tutanota/de.tutao.tutanota.MainActivity}"
+        drawable="tutanota" />
+    <item
+        component="ComponentInfo{de.tutao.tutanota/de.tutao.tutanota.Tutanota}"
+        drawable="tutanota" />
+    <item
+        component="ComponentInfo{org.tuxemon.game/org.renpy.android.PythonActivity}"
+        drawable="tuxemon" />
+    <item
+        component="ComponentInfo{org.tuxpaint/org.tuxpaint.TuxPaintActivity}"
+        drawable="tuxpaint" />
+    <item
+        component="ComponentInfo{org.tuxpaint/org.tuxpaint.ConfigActivity}"
+        drawable="tuxpaintconfig" />
+    <item
+        component="ComponentInfo{com.drodin.tuxrider/com.drodin.tuxrider.Installer}"
+        drawable="tuxrider" />
+    <item
+        component="ComponentInfo{org.tvheadend.tvhguide/org.tvheadend.tvhguide.ChannelListActivity}"
+        drawable="tvhguide" />
+    <item
+        component="ComponentInfo{com.redirectapps.tvkill/com.redirectapps.tvkill.MainActivity}"
+        drawable="tvkill" />
+    <item
+        component="ComponentInfo{org.mariotaku.twidere/org.mariotaku.twidere.activity.MainActivity}"
+        drawable="twidere" />
+    <item
+        component="ComponentInfo{de.vanita5.twittnuker/de.vanita5.twittnuker.activity.MainActivity}"
+        drawable="twittnuker" />
+    <item
+        component="ComponentInfo{de.vanita5.twittnuker/de.vanita5.twittnuker.activity.TestActivity}"
+        drawable="twittnuker" />
+    <item
+        component="ComponentInfo{com.twobuntu.twobuntu.com/com.twobuntu.twobuntu.ArticleListActivity}"
+        drawable="twobuntu" />
+    <item
+        component="ComponentInfo{com.ugetdm.uget/com.ugetdm.uget.MainActivity}"
+        drawable="uget" />
+    <item
+        component="ComponentInfo{com.haringeymobile.ukweather/com.haringeymobile.ukweather.MainActivity}"
+        drawable="ukweather" />
+    <item
+        component="ComponentInfo{org.secfirst.umbrella/org.secfirst.umbrella.MainActivity}"
+        drawable="umbrella" />
+    <item
+        component="ComponentInfo{org.madore.android.unicodeMap/org.madore.android.unicodeMap.UnicodeMapActivity}"
+        drawable="unicodemap" />
+    <item
+        component="ComponentInfo{app.varlorg.unote/app.varlorg.unote.NoteMain}"
+        drawable="unote" />
+    <item
+        component="ComponentInfo{app.varlorg.unote/.NoteMain}"
+        drawable="unote" />
+    <item
+        component="ComponentInfo{streetwalrus.usbmountr/streetwalrus.usbmountr.MainActivity}"
+        drawable="usbmountr" />
+    <item
+        component="ComponentInfo{ch.blinkenlights.android.vanilla/ch.blinkenlights.android.vanilla.FullPlaybackActivity}"
+        drawable="vanillamusic" />
+    <item
+        component="ComponentInfo{ch.blinkenlights.android.vanilla/ch.blinkenlights.android.vanilla.LibraryActivity}"
+        drawable="vanillamusic" />
+    <item
+        component="ComponentInfo{com.dozingcatsoftware.bouncy/com.dozingcatsoftware.bouncy.BouncyActivity}"
+        drawable="vectorpinball" />
+    <item
+        component="ComponentInfo{pro.rudloff.openvegemap/pro.rudloff.openvegemap.MainActivity}"
+        drawable="vegemap" />
+    <item
+        component="ComponentInfo{de.blau.android/de.blau.android.Main}"
+        drawable="vespucci" />
+    <item
+        component="ComponentInfo{de.blau.android/de.blau.android.Splash}"
+        drawable="vespucci" />
+    <item
+        component="ComponentInfo{com.android.videoeditor/com.android.videoeditor.ProjectsActivity}"
+        drawable="videoeditor" />
+    <item
+        component="ComponentInfo{protect.videotranscoder/.activity.MainActivity}"
+        drawable="videotranscoder" />
+    <item
+        component="ComponentInfo{net.momodalo.app.vimtouch/net.momodalo.app.vimtouch.VimTouch}"
+        drawable="vimtouch" />
+    <item
+        component="ComponentInfo{com.btcontract.wallet/com.btcontract.wallet.MainActivity}"
+        drawable="visualbitcoin" />
+    <item
+        component="ComponentInfo{org.videolan.vlc/org.videolan.vlc.gui.MainActivity}"
+        drawable="vlc" />
+    <item
+        component="ComponentInfo{org.videolan.vlc/org.videolan.vlc.StartActivity}"
+        drawable="vlc" />
+    <item
+        component="ComponentInfo{com.android.voicedialer/com.android.voicedialer.VoiceDialerActivity}"
+        drawable="voicedialer" />
+    <item
+        component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.AsusRecorder}"
+        drawable="voicerecorder" />
+    <item
+        component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.HQSoundRecorder}"
+        drawable="voicerecorder" />
+    <item
+        component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.MzRecorderActivity}"
+        drawable="voicerecorder" />
+    <item
+        component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.RecorderActivity}"
+        drawable="voicerecorder" />
+    <item
+        component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.Sound}"
+        drawable="voicerecorder" />
+    <item
+        component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.SoundRecorder}"
+        drawable="voicerecorder" />
+    <item
+        component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.SoundRecorderLauncher}"
+        drawable="voicerecorder" />
+    <item
+        component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.SoundRecorderTab}"
+        drawable="voicerecorder" />
+    <item
+        component="ComponentInfo{com.android.soundrecorder2/com.android.soundrecorder2.SoundRecorder2}"
+        drawable="voicerecorder" />
+    <item
+        component="ComponentInfo{org.cyanogenmod.voiceplus/org.cyanogenmod.voiceplus.VoicePlusSetup}"
+        drawable="voicerecorder" />
+    <item
+        component="ComponentInfo{org.vudroid/org.vudroid.core.MainBrowserActivity}"
+        drawable="vudroid" />
+    <item
+        component="ComponentInfo{sk.vx.connectbot/sk.vx.connectbot.HostListActivity}"
+        drawable="vxconnectbot" />
+    <item
+        component="ComponentInfo{net.mafro.android.wakeonlan/net.mafro.android.wakeonlan.WakeOnLanActivity}"
+        drawable="wakeonlan" />
+    <item
+        component="ComponentInfo{fr.gaulupeau.apps.InThePoche/fr.gaulupeau.apps.Poche.Poche}"
+        drawable="wallabag" />
+    <item
+        component="ComponentInfo{fr.gaulupeau.apps.InThePoche/fr.gaulupeau.apps.Poche.ui.ArticlesListActivity}"
+        drawable="wallabag" />
+    <item
+        component="ComponentInfo{fr.gaulupeau.apps.InThePoche/fr.gaulupeau.apps.Poche.ui.MainActivity}"
+        drawable="wallabag" />
+    <item
+        component="ComponentInfo{com.android.dreams.basic/com.android.dreams.basic.Colors}"
+        drawable="wallpaper" />
+    <item
+        component="ComponentInfo{com.android.dreams.phototable/com.android.dreams.phototable.FlipperDreamSettings}"
+        drawable="wallpaper" />
+    <item
+        component="ComponentInfo{com.android.dreams.phototable/com.android.dreams.phototable.PhotoTableDreamSettings}"
+        drawable="wallpaper" />
+    <item
+        component="ComponentInfo{com.android.galaxy4/com.android.galaxy4.Galaxy4}"
+        drawable="wallpaper" />
+    <item
+        component="ComponentInfo{com.android.phasebeam/com.android.phasebeam.PhaseBeamSelector}"
+        drawable="wallpaper" />
+    <item
+        component="ComponentInfo{com.android.wallpaper/com.android.wallpaper.polarclock.PolarClockSettings}"
+        drawable="wallpaper" />
+    <item
+        component="ComponentInfo{com.android.wallpaper.holospiral/com.android.wallpaper.holospiral.HoloSpiralTestActivity}"
+        drawable="wallpaper" />
+    <item
+        component="ComponentInfo{com.android.wallpaper.livepicker/com.android.wallpaper.livepicker.LiveWallpaperActivity}"
+        drawable="wallpaper" />
+    <item
+        component="ComponentInfo{org.cyanogenmod.wallpapers.photophase/org.cyanogenmod.wallpapers.photophase.PhotoPhaseActivity}"
+        drawable="wallpaper" />
+    <item
+        component="ComponentInfo{com.google.android.apps.wallpaper/com.google.android.apps.wallpaper.picker.CategoryPickerActivity}"
+        drawable="wallpaper" />
+    <item
+        component="ComponentInfo{com.cyanogenmod.wallpapers/com.cyanogenmod.wallpapers.wallpaper}"
+        drawable="wallpaper" />
+    <item
+        component="ComponentInfo{com.musenkishi.wally/com.musenkishi.wally.activities.MainActivity}"
+        drawable="wally" />
+    <item
+        component="ComponentInfo{com.jarsilio.android.waveup/com.jarsilio.android.waveup.MainActivity}"
+        drawable="waveup" />
+    <item
+        component="ComponentInfo{org.asdtm.goodweather/org.asdtm.goodweather.MainActivity}"
+        drawable="weathernotification" />
+    <item
+        component="ComponentInfo{ru.gelin.android.weather.notification/ru.gelin.android.weather.notification.app.MainActivity}"
+        drawable="weathernotification" />
+    <item
+        component="ComponentInfo{com.tobykurien.webapps/com.tobykurien.webapps.activity.MainActivity}"
+        drawable="webapps" />
+    <item
+        component="ComponentInfo{cz.yetanotherview.webcamviewer.app/cz.yetanotherview.webcamviewer.app.MainActivity}"
+        drawable="webcamviewer" />
+    <item
+        component="ComponentInfo{de.geeksfactory.opacclient/de.geeksfactory.opacclient.frontend.MainActivity}"
+        drawable="webopac" />
+    <item
+        component="ComponentInfo{starcom.snd/starcom.snd.WebRadio}"
+        drawable="webradio" />
+    <item
+        component="ComponentInfo{cz.martykan.webtube/cz.martykan.webtube.MainActivity}"
+        drawable="webtube" />
+    <item
+        component="ComponentInfo{com.ubergeek42.WeechatAndroid/com.ubergeek42.WeechatAndroid.WeechatActivity}"
+        drawable="weechat" />
+    <item
+        component="ComponentInfo{com.ubergeek42.WeechatAndroid.dev/com.ubergeek42.WeechatAndroid.WeechatActivity}"
+        drawable="weechat" />
+    <item
+        component="ComponentInfo{de.baumann.weather/de.baumann.weather.helper.SplashActivity}"
+        drawable="wetter" />
+    <item
+        component="ComponentInfo{com.javiersantos.whatsappbetaupdater/com.javiersantos.whatsappbetaupdater.activity.MainActivity}"
+        drawable="whatsappbetaupdater" />
+    <item
+        component="ComponentInfo{org.wheelmap.android.online/org.wheelmap.android.activity.StartupActivity}"
+        drawable="wheelmap" />
+    <item
+        component="ComponentInfo{org.wheelmap.android.online/org.wheelmap.android.app.WheelmapApp}"
+        drawable="wheelmap" />
+    <item
+        component="ComponentInfo{org.wheelmap.android.online/org.wheelmap.android.online.activity.StartupActivity}"
+        drawable="wheelmap" />
+    <item
+        component="ComponentInfo{org.wheelmap.android.online/org.wheelmap.android.online.StartupActivity}"
+        drawable="wheelmap" />
+    <item
+        component="ComponentInfo{org.whispersystems.whisperpush/org.whispersystems.whisperpush.ui.RegistrationActivity}"
+        drawable="whisperpush" />
+    <item
+        component="ComponentInfo{de.freewarepoint.whohasmystuff/de.freewarepoint.whohasmystuff.MainActivity}"
+        drawable="whohasmystuff" />
+    <item
+        component="ComponentInfo{com.vrem.wifianalyzer/com.vrem.wifianalyzer.MainActivity}"
+        drawable="wifianalyzer" />
+    <item
+        component="ComponentInfo{com.vrem.wifianalyzer/com.vrem.wifianalyzer.SplashActivity}"
+        drawable="wifianalyzer" />
+    <item
+        component="ComponentInfo{teaonly.droideye/teaonly.droideye.MainActivity}"
+        drawable="wificamera" />
+    <item
+        component="ComponentInfo{com.volosyukivan/com.volosyukivan.WiFiKeyboard}"
+        drawable="wifikeyboard" />
+    <item
+        component="ComponentInfo{be.brunoparmentier.wifikeyshare/be.brunoparmentier.wifikeyshare.activities.WifiListActivity}"
+        drawable="wifikeyshare" />
+    <item
+        component="ComponentInfo{be.brunoparmentier.wifikeyshare/be.brunoparmentier.wifikeyshare.ui.activities.WifiListActivity}"
+        drawable="wifikeyshare" />
+    <item
+        component="ComponentInfo{com.maralexbar.wifikeyview/com.maralexbar.wifikeyview.MainActivity}"
+        drawable="wifikeyview" />
+    <item
+        component="ComponentInfo{org.cprados.wificellmanager/org.cprados.wificellmanager.ui.Preferences}"
+        drawable="wifimatic" />
+    <item
+        component="ComponentInfo{nu.firetech.android.wifiwarning/nu.firetech.android.wifiwarning.ConfigActivity}"
+        drawable="wifiwarning" />
+    <item
+        component="ComponentInfo{org.jsl.wfwt/org.jsl.wfwt.MainActivity}"
+        drawable="wifiwalkietalkie" />
+    <item
+        component="ComponentInfo{net.wigle.wigleandroid/net.wigle.wigleandroid.MainActivity}"
+        drawable="wigle" />
+    <item
+        component="ComponentInfo{com.wikijourney.wikijourney/com.wikijourney.wikijourney.HomeActivity}"
+        drawable="wikijourney" />
+    <item
+        component="ComponentInfo{eu.wikijourney.wikijourney/eu.wikijourney.wikijourney.HomeActivity}"
+        drawable="wikijourney" />
+    <item
+        component="ComponentInfo{fr.free.nrw.commons/fr.free.nrw.commons.auth.LoginActivity}"
+        drawable="wikimedia" />
+    <item
+        component="ComponentInfo{org.wikimedia.commons/org.wikimedia.commons.campaigns.CampaignActivity}"
+        drawable="wikimedia" />
+    <item
+        component="ComponentInfo{org.wikimedia.commons/org.wikimedia.commons.contributions.ContributionsActivity}"
+        drawable="wikimedia" />
+    <item
+        component="ComponentInfo{org.wikipedia/org.wikipedia.page.PageActivity}"
+        drawable="wikipedia" />
+    <item
+        component="ComponentInfo{org.wikipedia/org.wikipedia.WikipediaActivity}"
+        drawable="wikipedia" />
+    <item
+        component="ComponentInfo{org.wikipedia/org.wikipedia.main.MainActivity}"
+        drawable="wikipedia" />
+    <item
+        component="ComponentInfo{org.wikipedia.beta/org.wikipedia.beta.page.PageActivity}"
+        drawable="wikipedia" />
+    <item
+        component="ComponentInfo{org.wikipedia.beta/org.wikipedia.page.PageActivity}"
+        drawable="wikipedia" />
+    <item
+        component="ComponentInfo{org.wiktionary/org.wiktionary.WiktionaryActivity}"
+        drawable="wiktionary" />
+    <item
+        component="ComponentInfo{com.wire/com.waz.zclient.LaunchActivity}"
+        drawable="wireapp" />
+    <item
+        component="ComponentInfo{org.whispersystems.whisperpush/org.whispersystems.whisperpush.ui.RegistrationActivity}"
+        drawable="wishperpush" />
+    <item
+        component="ComponentInfo{org.wordpress.android/org.wordpress.android.Dashboard}"
+        drawable="wordpress" />
+    <item
+        component="ComponentInfo{org.wordpress.android/org.wordpress.android.splashScreen}"
+        drawable="wordpress" />
+    <item
+        component="ComponentInfo{org.wordpress.android/org.wordpress.android.ui.posts.PostsActivity}"
+        drawable="wordpress" />
+    <item
+        component="ComponentInfo{org.wordpress.android/org.wordpress.android.ui.WPLaunchActivity}"
+        drawable="wordpress" />
+    <item
+        component="ComponentInfo{eu.vranckaert.worktime/eu.vranckaert.worktime.activities.timeregistrations.TimeRegistrationListActivity}"
+        drawable="worktime" />
+    <item
+        component="ComponentInfo{ch.corten.aha.worldclock/ch.corten.aha.worldclock.WorldClockActivity}"
+        drawable="worldclock" />
+    <item
+        component="ComponentInfo{net.glsk.wpgen/net.glsk.wpgen.ColorsActivity}"
+        drawable="wpgen" />
+    <item
+        component="ComponentInfo{be.uhasselt.privacypolice/be.uhasselt.privacypolice.PreferencesActivity}"
+        drawable="wppolice" />
+    <item
+        component="ComponentInfo{me.writeily/me.writeily.PromptPinActivity}"
+        drawable="writeily" />
+    <item
+        component="ComponentInfo{me.writeily.pro/me.writeily.pro.PromptPinActivity}"
+        drawable="writeily" />
+    <item
+        component="ComponentInfo{com.xabber.android/com.xabber.android.ui.activity.ContactList}"
+        drawable="xabber" />
+    <item
+        component="ComponentInfo{com.xabber.androiddev/com.xabber.android.ui.activity.ContactList}"
+        drawable="xabber" />
+    <item
+        component="ComponentInfo{com.xabber.androiddev/com.xabber.androiddev.ui.ContactList}"
+        drawable="xabber" />
+    <item
+        component="ComponentInfo{com.xabber.androiddev/com.xabber.android.ui.activity.ContactListActivity}"
+        drawable="xabber" />
+    <item
+        component="ComponentInfo{com.xabber.android.beta/com.xabber.android.ui.activity.ContactListActivity}"
+        drawable="xabber" />
+    <item
+        component="ComponentInfo{org.xbmc.android.remote/org.xbmc.android.remote.presentation.activity.HomeActivity}"
+        drawable="xbmc" />
+    <item
+        component="ComponentInfo{com.iven.xdafeedreader/com.iven.xdafeedreader.mainact.SplashActivity}"
+        drawable="xdafeedreader" />
+    <item
+        component="ComponentInfo{net.bytten.xkcdviewer/net.bytten.xkcdviewer.XkcdViewerActivity}"
+        drawable="xkcdviewer" />
+    <item
+        component="ComponentInfo{de.robv.android.xposed.installer/de.robv.android.xposed.installer.WelcomeActivity}"
+        drawable="xposed" />
+    <item
+        component="ComponentInfo{org.xposeddownloader/org.xposeddownloader.MainActivity}"
+        drawable="xposeddownloader" />
+    <item
+        component="ComponentInfo{biz.bokhorst.xprivacy/biz.bokhorst.xprivacy.ActivityMain}"
+        drawable="xprivacy" />
+    <item
+        component="ComponentInfo{x.org.server/x.org.server.MainActivity}"
+        drawable="xsdl" />
+    <item
+        component="ComponentInfo{de.xskat/de.xskat.XSkat}"
+        drawable="xskat" />
+    <item
+        component="ComponentInfo{biz.gyrus.yaab/biz.gyrus.yaab.MainActivity}"
+        drawable="yaab" />
+    <item
+        component="ComponentInfo{de.yaacc/de.yaacc.browser.TabBrowserActivity}"
+        drawable="yaacc" />
+    <item
+        component="ComponentInfo{org.yaaic/org.yaaic.activity.MainActivity}"
+        drawable="yaaic" />
+    <item
+        component="ComponentInfo{org.yaaic/org.yaaic.activity.ServersActivity}"
+        drawable="yaaic" />
+    <item
+        component="ComponentInfo{com.tum.yahtzee/com.tum.yahtzee.YahtzeeActivity}"
+        drawable="yahtzee" />
+    <item
+        component="ComponentInfo{com.github.yeriomin.yalpstore/com.github.yeriomin.yalpstore.UpdatableAppsActivity}"
+        drawable="yalpstore" />
+    <item
+        component="ComponentInfo{com.github.yeriomin.yalpstore/com.github.yeriomin.yalpstore.InstalledAppsActivity}"
+        drawable="yalpstore" />
+    <item
+        component="ComponentInfo{org.yaxim.androidclient/org.yaxim.androidclient.MainWindow}"
+        drawable="yaxim" />
+    <item
+        component="ComponentInfo{com.yubico.yubioath/com.yubico.yubioath.MainActivity}"
+        drawable="yubico" />
+    <item
+        component="ComponentInfo{de.christinecoenen.code.zapp/de.christinecoenen.code.zapp.app.MainActivity}"
+        drawable="zapp" />
 
-<item component="ComponentInfo{aarddict.android/aarddict.android.LookupActivity}" drawable="aard" />
-<item component="ComponentInfo{ch.bailu.aat/ch.bailu.aat.activities.MainActivity}" drawable="aat" />
-<item component="ComponentInfo{com.morphoss.acal/com.morphoss.acal.aCal}" drawable="acal" />
-<item component="ComponentInfo{com.morphoss.acal/com.morphoss.acal.aCalNotes}" drawable="acal" />
-<item component="ComponentInfo{com.morphoss.acal/com.morphoss.acal.aCalTasks}" drawable="acal" />
-<item component="ComponentInfo{de.we.acaldav/de.we.acaldav.authenticator.AuthenticatorActivity}" drawable="acaldav" />
-<item component="ComponentInfo{me.dbarnett.acastus/me.dbarnett.acastus.MainActivity}" drawable="acastus" />
-<item component="ComponentInfo{de.szalkowski.activitylauncher/de.szalkowski.activitylauncher.MainActivity}" drawable="activitylauncher"/>
-<item component="ComponentInfo{org.adaway/org.adaway.ui.BaseActivity}" drawable="adaway" />
-<item component="ComponentInfo{com.addi/com.addi.Addi}" drawable="addi" />
-<item component="ComponentInfo{me.danielbarnett.addresstogps/me.danielbarnett.AddressToGPS.MainActivity}" drawable="addresstogps" />
-<item component="ComponentInfo{ch.abertschi.adfree/ch.abertschi.adfree.view.MainActivity}" drawable="adfree" />
-<item component="ComponentInfo{org.afhdownloader/org.afhdownloader.MainActivity}" drawable="afhdownloader"/>
-<item component="ComponentInfo{com.madgag.agit/com.madgag.agit.DashboardActivity}" drawable="agit" />
-<item component="ComponentInfo{com.jparkie.aizoban/com.jparkie.aizoban.views.activities.SplashActivity}" drawable="aizoban" />
-<item component="ComponentInfo{org.jtb.alogcat/org.jtb.alogcat.LogActivity}" drawable="alogcat" />
-<item component="ComponentInfo{rs.pedjaapps.alogcatroot.app/rs.pedjaapps.alogcatroot.app.LogActivity}" drawable="alogcatroot" />
-<item component="ComponentInfo{eu.uwot.fabio.altcoinprices/eu.uwot.fabio.altcoinprices.LoadingActivity}" drawable="altcoin"/>
-<item component="ComponentInfo{com.amaze.filemanager/com.amaze.filemanager.activities.MainActivity}" drawable="amaze" />
-<item component="ComponentInfo{org.ametro/org.ametro.ui.activities.Map}" drawable="ametro" />
-<item component="ComponentInfo{org.ametro/org.ametro.ui.MapViewActivity}" drawable="ametro" />
-<item component="ComponentInfo{net.bible.android.activity/net.bible.android.activity.StartupActivity}" drawable="andbible" />
-<item component="ComponentInfo{org.shadowice.flocke.andotp/org.shadowice.flocke.andotp.MainActivity}" drawable="andotp"/>
-<item component="ComponentInfo{org.shadowice.flocke.andotp/org.shadowice.flocke.andotp.Activities.MainActivity}" drawable="andotp"/>
-<item component="ComponentInfo{net.progval.android.andquote/net.progval.android.andquote.MainActivity}" drawable="andquote" />
-<item component="ComponentInfo{com.fr3ts0n.ecu.gui.androbd/com.fr3ts0n.ecu.gui.androbd.MainActivity}" drawable="androbd" />
-<item component="ComponentInfo{fr.asterope/fr.asterope.MainActivity}" drawable="androidrun" />
-<item component="ComponentInfo{android.androidVNC/android.androidVNC.androidVNC}" drawable="androidvnc" />
-<item component="ComponentInfo{com.tritop.androsense2/com.tritop.androsense2.MainActivity}" drawable="androsens" />
-<item component="ComponentInfo{org.andstatus.app/org.andstatus.app.msg.TimelineActivity}" drawable="andstatus" />
-<item component="ComponentInfo{org.andstatus.app/org.andstatus.app.TimelineActivity}" drawable="andstatus" />
-<item component="ComponentInfo{org.andstatus.app/org.andstatus.app.FirstActivity}" drawable="andstatus"/>
-<item component="ComponentInfo{gq.nulldev.animeopenings.app/gq.nulldev.animeopenings.app.ActivityNewVideo}" drawable="animeopenings" />
-<item component="ComponentInfo{com.ichi2.anki/com.ichi2.anki.DeckPicker}" drawable="ankidroid" />
-<item component="ComponentInfo{com.ichi2.anki/com.ichi2.anki.IntentHandler}" drawable="ankidroid" />
-<item component="ComponentInfo{com.ichi2.anki/com.ichi2.anki.StudyOptions}" drawable="ankidroid" />
-<item component="ComponentInfo{de.danoeh.antennapod/de.danoeh.antennapod.activity.MainActivity}" drawable="antennapod" />
-<item component="ComponentInfo{de.danoeh.antennapod/de.danoeh.antennapod.activity.SplashActivity}" drawable="antennapod"/>
-<item component="ComponentInfo{chat.tox.antox/chat.tox.antox.activities.LoginActivity}" drawable="antox" />
-<item component="ComponentInfo{im.tox.antox/im.tox.antox.activities.LoginActivity}" drawable="antox" />
-<item component="ComponentInfo{im.tox.antoxnightly/im.tox.antox.activities.LoginActivity}" drawable="antox" />
-<item component="ComponentInfo{kiwi.root.an2linuxclient/kiwi.root.an2linuxclient.activities.MainSettingsActivity}" drawable="antwolinux"/>
-<item component="ComponentInfo{ch.logixisland.anuto/ch.logixisland.anuto.MainActivity}" drawable="anuto" />
-<item component="ComponentInfo{ch.logixisland.anuto/ch.logixisland.anuto.view.game.GameActivity}" drawable="anuto" />
-<item component="ComponentInfo{org.liberty.android.fantastischmemo/org.liberty.android.fantastischmemo.ui.AnyMemo}" drawable="anymemo" />
-<item component="ComponentInfo{org.thialfihar.android.apg/org.thialfihar.android.apg.ui.KeyListActivity}" drawable="apg" />
-<item component="ComponentInfo{axp.tool.apkextractor/axp.tool.apkextractor.MainActivity}" drawable="apkextractor" />
-<item component="ComponentInfo{fr.kwiatkowski.ApkTrack/fr.kwiatkowski.ApkTrack.MainActivity}" drawable="apktrack" />
-<item component="ComponentInfo{com.jvillalba.apod.classic/com.jvillalba.apod.classic.activities.MainActivity}" drawable="apod"/>
-<item component="ComponentInfo{com.jvillalba.apod.md/com.jvillalba.apod.md.activities.MainActivity}" drawable="apod"/>
-<item component="ComponentInfo{com.majeur.applicationsinfo/com.majeur.applicationsinfo.MainActivity}" drawable="applicationsinfo" />
-<item component="ComponentInfo{com.android.settings/com.android.settings.ApplicationSettings}" drawable="apps" />
-<item component="ComponentInfo{com.google.code.appsorganizer/com.google.code.appsorganizer.SplashScreenActivity}" drawable="apps2org" />
-<item component="ComponentInfo{cx.hell.android.pdfview/cx.hell.android.pdfview.ChooseFileActivity}" drawable="apvpdfreader" />
-<item component="ComponentInfo{org.ardour/org.ardour.ArdroidMain}" drawable="ardroid" />
-<item component="ComponentInfo{com.github.marmalade.aRevelation/com.github.marmalade.aRevelation.MainActivity}" drawable="arevelations" />
-<item component="ComponentInfo{com.tadamski.arij/com.tadamski.arij.account.activity.AccountSelectorActivity_}" drawable="arij" />
-<item component="ComponentInfo{com.commonsware.android.arXiv/com.commonsware.android.arXiv.arXiv}" drawable="arxiv" />
-<item component="ComponentInfo{com.dozingcatsoftware.asciicam/com.dozingcatsoftware.asciicam.AsciiCamActivity}" drawable="asciicam" />
-<item component="ComponentInfo{com.menny.android.anysoftkeyboard/com.menny.android.anysoftkeyboard.LauncherSettingsActivity}" drawable="ask" />
-<item component="ComponentInfo{net.somethingdreadful.MAL/net.somethingdreadful.MAL.Home}" drawable="atarashii" />
-<item component="ComponentInfo{indrora.atomic/indrora.atomic.activity.ServersActivity}" drawable="atomic" />
-<item component="ComponentInfo{org.cyanogenmod.audiofx/org.cyanogenmod.audiofx.activity.ActivityMusic}" drawable="audiofx" />
-<item component="ComponentInfo{org.cyanogenmod.audiofx/org.cyanogenmod.audiofx.ActivityMusic}" drawable="audiofx" />
-<item component="ComponentInfo{com.android.musicfx/com.android.musicfx.ActivityMusic}" drawable="audiofx"/>
-<item component="ComponentInfo{com.rascarlo.aurdroid/com.rascarlo.aurdroid.MainActivity}" drawable="aurdroid"/>
-<item component="ComponentInfo{org.lineageos.audiofx/org.lineageos.audiofx.activity.ActivityMusic}" drawable="audiofx"/>
-<item component="ComponentInfo{org.mozilla.fennec/org.mozilla.fennec.App}" drawable="aurora" />
-<item component="ComponentInfo{org.mozilla.fennec/org.mozilla.gecko.BrowserApp}" drawable="aurora" />
-<item component="ComponentInfo{org.mozilla.fennec_aurora/org.mozilla.gecko.BrowserApp}" drawable="aurora" />
-<item component="ComponentInfo{com.google.android.apps.authenticator2/com.google.android.apps.authenticator.AuthenticatorActivity}" drawable="authenticator" />
-<item component="ComponentInfo{org.miamplayer.autoairplanemode/org.miamplayer.autoairplanemode.MainActivity}" drawable="autoairplanemode"/>
-<item component="ComponentInfo{com.example.tobiastrumm.freifunkautoconnect/com.example.tobiastrumm.freifunkautoconnect.MainActivity}" drawable="autoconnect" />
-<item component="ComponentInfo{com.elsdoerfer.android.autostarts/com.elsdoerfer.android.autostarts.ListActivity}" drawable="autostarts" />
-<item component="ComponentInfo{de.cryptobitch.muelli.barcodegen/de.cryptobitch.muelli.barcodegen.MainActivity}" drawable="barcodegen" />
-<item component="ComponentInfo{com.google.zxing.client.android/com.google.zxing.client.android.CaptureActivity}" drawable="barcodescanner" />
-<item component="ComponentInfo{org.jfet.batsHIIT/org.jfet.batsHIIT.HIITMain}" drawable="batshiit" />
-<item component="ComponentInfo{com.tobykurien.batteryfu/com.tobykurien.batteryfu.ModeSelect}" drawable="batteryfu" />
-<item component="ComponentInfo{ch.rrelmy.android.batterymanager/ch.rrelmy.android.batterymanager.Main}" drawable="batterylevel" />
-<item component="ComponentInfo{de.baumann.thema/de.baumann.thema.MainActivity}" drawable="baumann" />
-<item component="ComponentInfo{de.baumann.thema/de.baumann.thema.Screen_Main}" drawable="baumann" />
-<item component="ComponentInfo{com.android.nfc/com.android.nfc.BeamShareActivity}" drawable="beamshare" />
-<item component="ComponentInfo{com.beem.project.beem/com.beem.project.beem.ui.Login}" drawable="beem" />
-<item component="ComponentInfo{net.iexos.musicalarm/net.iexos.musicalarm.AlarmViewActivity}" drawable="bipolalarm" />
-<item component="ComponentInfo{org.birthdayadapter/org.birthdayadapter.ui.BaseActivity}" drawable="birthdayadapter" />
-<item component="ComponentInfo{org.birthdayadapter.free/org.birthdayadapter.ui.BaseActivity}" drawable="birthdayadapter" />
-<item component="ComponentInfo{com.rigid.birthdroid/com.rigid.birthdroid.BirthdroidActivity}" drawable="birthdroid" />
-<item component="ComponentInfo{de.schildbach.wallet/de.schildbach.wallet.WalletActivity}" drawable="bitcoin" />
-<item component="ComponentInfo{com.veken0m.bitcoinium/com.veken0m.bitcoinium.MainActivity}" drawable="bitconium" />
-<item component="ComponentInfo{caldwell.ben.bites/caldwell.ben.bites.Bites}" drawable="bites" />
-<item component="ComponentInfo{se.leap.bitmaskclient/se.leap.bitmaskclient.Dashboard}" drawable="bitmask" />
-<item component="ComponentInfo{se.leap.bitmaskclient/se.leap.bitmaskclient.StartActivity}" drawable="bitmask" />
-<item component="ComponentInfo{com.x8bit.bitwarden/md5fb78b69c5ddbc157f4db38fd738139a6.SplashActivity}" drawable="bitwarden"/>
-<item component="ComponentInfo{org.blokada.alarm/org.blokada.ui.app.android.MainActivity}" drawable="blokada" />
-<item component="ComponentInfo{org.blokada.alarm/core.MainActivity}" drawable="blokada"/>
-<item component="ComponentInfo{org.blockinger.game/org.blockinger.game.activities.MainActivity}" drawable="blockinger" />
-<item component="ComponentInfo{com.soyblue.bluesound/com.soyblue.bluesound.MainActivity}" drawable="bluemono" />
-<item component="ComponentInfo{com.android.bluetooth/com.android.bluetooth.opp.BluetoothOppLauncherActivity}" drawable="bluetooth" />
-<item component="ComponentInfo{org.codeaurora.bluetooth/org.codeaurora.bluetooth.ftp.BluetoothFtpActivity}" drawable="bluetooth" />
-<item component="ComponentInfo{ru.sash0k.bluetooth_terminal/ru.sash0k.bluetooth_terminal.activity.DeviceControlActivity}" drawable="bluetoothterminal"/>
-<item component="ComponentInfo{org.bobstuff.bobball/org.bobstuff.bobball.BobBallActivity}" drawable="bobball" />
-<item component="ComponentInfo{byrne.utilities.converter/byrne.utilities.converter.ConverterActivity}" drawable="bodha" />
-<item component="ComponentInfo{org.bombusmod/org.bombusmod.BombusModActivity}" drawable="bombusmod" />
-<item component="ComponentInfo{com.eleybourn.bookcatalogue/com.eleybourn.bookcatalogue.StartupActivity}" drawable="bookcatalogue"/>
-<item component="ComponentInfo{com.botbrew.basil/com.botbrew.basil.Main}" drawable="botbrew" />
-<item component="ComponentInfo{org.briarproject.briar.beta/org.briarproject.briar.android.splash.SplashScreenActivity}" drawable="briar"/>
-<item component="ComponentInfo{com.android.cellbroadcastreceiver/com.android.cellbroadcastreceiver.CellBroadcastListActivity}" drawable="broadcast" />
-<item component="ComponentInfo{com.android.cellbroadcastreceiver/com.android.cellbroadcastreceiver.ui.CellBroadcastListActivity}" drawable="broadcast" />
-<item component="ComponentInfo{nl.frankkie.bronylivewallpaper/nl.frankkie.bronylivewallpaper.MyPreferencesActivity}" drawable="bronylivewallpaper" />
-<item component="ComponentInfo{btools.routingapp/btools.routingapp.BRouterActivity}" drawable="brouter" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.AddBookmarkPage}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.BaiduShortcutActivity}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.BookmarkSearch}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.Browser9130MainView}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.BrowserActivity}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.BrowserActivityWithLauncher}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.BrowserDownloadPage}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.BrowserLauncher}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.CombinedBookmarkHistoryActivity}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.LoginBrowserActivity}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.MonternetLauncherActivity}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.ShortcutActivity}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.ui.BrowserActivity}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.widget.BookmarkThumbnailWidgetProvider}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.WoActivity}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.android.browser.WoHallActivity}" drawable="browser" />
-<item component="ComponentInfo{com.android.browser/com.yulong.android.browser.BrowserStartPage}" drawable="browser" />
-<item component="ComponentInfo{com.google.android.browser/com.android.browser.BrowserActivity}" drawable="browser" />
-<item component="ComponentInfo{org.lineageos.jelly/org.lineageos.jelly.MainActivity}" drawable="browser" />
-<item component="ComponentInfo{net.androgames.level/net.androgames.level.Level}" drawable="bubble" />
-<item component="ComponentInfo{com.nkanaev.comics/com.nkanaev.comics.activity.MainActivity}" drawable="bubblecomics" />
-<item component="ComponentInfo{com.notriddle.budget/com.notriddle.budget.EnvelopesActivity}" drawable="budget" />
-<item component="ComponentInfo{org.cyanogenmod.bugreport/org.cyanogenmod.bugreport.CrashFeedbackActivity}" drawable="bugreport" />
-<item component="ComponentInfo{org.cyanogenmod.bugreport/org.cyanogenmod.bugreport.MainActivity}" drawable="bugreport" />
-<item component="ComponentInfo{ru.meefik.busybox/ru.meefik.busybox.MainActivity}" drawable="busybox" />
-<item component="ComponentInfo{com.iiordanov.freebVNC/com.iiordanov.freebVNC.bVNC}" drawable="bvnc" />
-<item component="ComponentInfo{com.iiordanov.freebVNC/com.iiordanov.bVNC.bVNC}" drawable="bvnc"/>
-<item component="ComponentInfo{com.iiordanov.freebVNC/com.iiordanov.bVNC.RemoteCanvasActivity}" drawable="bvnc"/>
-<item component="ComponentInfo{com.iiordanov.freebVNC/com.freedp.freedpcore.presentation.SessionActivity}" drawable="bvnc"/>
-<item component="ComponentInfo{com.afollestad.cabinet/com.afollestad.cabinet.ui.MainActivity}" drawable="cabinet" />
-<item component="ComponentInfo{com.frozendevs.cache.cleaner/com.frozendevs.cache.cleaner.activity.CleanerActivity}" drawable="cachecleaner" />
-<item component="ComponentInfo{at.bitfire.cadroid/at.bitfire.cadroid.MainActivity}" drawable="cadroid" />
-<item component="ComponentInfo{com.android.calculator2/com.android.calculator2.AsxCalculator}" drawable="calculator" />
-<item component="ComponentInfo{com.android.calculator2/com.android.calculator2.Calculator}" drawable="calculator" />
-<item component="ComponentInfo{com.android.calculator2/com.android.calculator2.CalculatorActivity}" drawable="calculator" />
-<item component="ComponentInfo{com.android.calculator2/com.android.calculator2.Calculator-Dark}" drawable="calculator" />
-<item component="ComponentInfo{com.android.calculator2/com.android.calculator2.Calculator-Light}" drawable="calculator" />
-<item component="ComponentInfo{com.sec.android.app.popupcalculator/com.sec.android.app.popupcalculator.Calculator}" drawable="calculator"/>
-<item component="ComponentInfo{com.google.android.calculator/com.android.calculator2.Calculator}" drawable="calculator"/>
-<item component="ComponentInfo{com.android2.calculator3/com.android2.calculator3.Calculator}" drawable="calculator2" />
-<item component="ComponentInfo{org.gege.caldavsyncadapter/org.gege.caldavsyncadapter.authenticator.AuthenticatorActivity}" drawable="caldavsync" />
-<item component="ComponentInfo{com.android.calendar/com.android.calendar.AgendaActivity}" drawable="calendar" />
-<item component="ComponentInfo{com.android.calendar/com.android.calendar.AllInOneActivity}" drawable="calendar" />
-<item component="ComponentInfo{com.android.calendar/com.android.calendar.CalendarTabActivity}" drawable="calendar" />
-<item component="ComponentInfo{com.android.calendar/com.android.calendar.ChooserActivity}" drawable="calendar" />
-<item component="ComponentInfo{com.android.calendar/com.android.calendar.EditEventActivity}" drawable="calendar" />
-<item component="ComponentInfo{com.android.calendar/com.android.calendar.EventInfoActivity}" drawable="calendar" />
-<item component="ComponentInfo{com.android.calendar/com.android.calendar.JumpActivity}" drawable="calendar" />
-<item component="ComponentInfo{com.android.calendar/com.android.calendar.LaunchActivity}" drawable="calendar" />
-<item component="ComponentInfo{com.android.calendar/com.android.calendar.MonthActivity}" drawable="calendar" />
-<item component="ComponentInfo{com.android.calendar/com.android.calendar.timeline.EventListWithStartTime}" drawable="calendar" />
-<item component="ComponentInfo{com.android.providers.calendar/CalendarContentProviderTests}" drawable="calendar" />
-<item component="ComponentInfo{com.google.android.calendar/com.android.calendar.AllInOneActivity}" drawable="calendar" />
-<item component="ComponentInfo{com.google.android.calendar/com.android.calendar.LaunchActivity}" drawable="calendar" />
-<item component="ComponentInfo{ch.ihdg.calendarcolor/ch.ihdg.calendarcolor.CalendarListActivity}" drawable="calendarcolor" />
-<item component="ComponentInfo{org.sufficientlysecure.ical/org.sufficientlysecure.ical.ui.MainActivity}" drawable="calendarie" />
-<item component="ComponentInfo{com.github.quarck.calnotify/com.github.quarck.calnotify.ui.ActivityMain}" drawable="calendarnotifications" />
-<item component="ComponentInfo{com.github.quarck.calnotify/com.github.quarck.calnotify.ui.MainActivity}" drawable="calendarnotifications" />
-<item component="ComponentInfo{com.plusonelabs.calendar/com.plusonelabs.calendar.WidgetConfigurationActivity}" drawable="calendarwidget" />
-<item component="ComponentInfo{com.plusonelabs.calendar/com.plusonelabs.calendar.MainActivity}" drawable="calendarwidget" />
-<item component="ComponentInfo{es.usc.citius.servando.calendula/es.usc.citius.servando.calendula.activities.StartActivity}" drawable="calendula" />
-<item component="ComponentInfo{es.usc.citius.servando.calendula/es.usc.citius.servando.calendula.HomeActivity}" drawable="calendula" />
-<item component="ComponentInfo{com.integralblue.callerid/com.integralblue.callerid.MainActivity}" drawable="callerid" />
-<item component="ComponentInfo{com.call.recorder/com.call.recorder.MainActivity}" drawable="callrecorder" />
-<item component="ComponentInfo{com.android.camera/com.android.camera.CamcorderEntry}" drawable="camcorder" />
-<item component="ComponentInfo{com.android.camera/com.android.camera.VideoCamera}" drawable="camcorder" />
-<item component="ComponentInfo{com.android.camera/com.android.camera.Camera}" drawable="camera2" />
-<item component="ComponentInfo{com.android.camera/com.android.camera.CameraEntry}" drawable="camera2" />
-<item component="ComponentInfo{com.android.camera2/com.android.camera.CameraLauncher}" drawable="camera2" />
-<item component="ComponentInfo{com.android.gallery3d/com.android.camera.CameraLauncher}" drawable="camera2" />
-<item component="ComponentInfo{com.google.android.camera/com.android.camera.Camera}" drawable="camera2" />
-<item component="ComponentInfo{com.google.android.gallery3d/com.android.camera.CameraLauncher}" drawable="camera2" />
-<item component="ComponentInfo{com.google.android.GoogleCamera/com.android.camera.CameraLauncher}" drawable="camera2" />
-<item component="ComponentInfo{com.sec.android.app.camera/com.sec.android.app.camera.Camera}" drawable="camera2" />
-<item component="ComponentInfo{org.codeaurora.snapcam/com.android.camera.CameraLauncher}" drawable="camera2" />
-<item component="ComponentInfo{org.cyanogenmod.snap/com.android.camera.CameraLauncher}" drawable="camera2" />
-<item component="ComponentInfo{org.lineageos.snap/com.android.camera.CameraLauncher}" drawable="camera2" />
-<item component="ComponentInfo{us.koller.cameraroll/us.koller.cameraroll.ui.MainActivity}" drawable="cameraroll" />
-<item component="ComponentInfo{se.tube42.kidsmem.android/se.tube42.kidsmem.android.MainActivity}" drawable="candymemory" />
-<item component="ComponentInfo{com.jadn.cc/com.jadn.cc.ui.CarCast}" drawable="carcast" />
-<item component="ComponentInfo{me.kuehle.carreport/me.kuehle.carreport.gui.MainActivity}" drawable="carreport" />
-<item component="ComponentInfo{com.ridgelineapps.resdicegame/com.ridgelineapps.resdicegame.MainActivity}" drawable="catandice"/>
-<item component="ComponentInfo{com.agateau.catgenerator/com.agateau.catgenerator.MainActivity}" drawable="catgenerator" />
-<item component="ComponentInfo{net.simonvt.cathode/net.simonvt.cathode.ui.HomeActivity}" drawable="cathode" />
-<item component="ComponentInfo{com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity}" drawable="catlog" />
-<item component="ComponentInfo{cgeo.geocaching/cgeo.geocaching.MainActivity}" drawable="cgeo" />
-<item component="ComponentInfo{com.chanapps.four.activity/com.chanapps.four.activity.StartupActivity}" drawable="chanu" />
-<item component="ComponentInfo{org.atai.TessUI/org.atai.TessUI.TessUIActivity}" drawable="characterrecognition" />
-<item component="ComponentInfo{com.kkinder.charmap/com.kkinder.charmap.Charmap}" drawable="charmap" />
-<item component="ComponentInfo{info.guardianproject.otr.app.im/info.guardianproject.otr.app.im.app.WelcomeActivity}" drawable="chatsecure" />
-<item component="ComponentInfo{jwtc.android.chess/jwtc.android.chess.start}" drawable="chess" />
-<item component="ComponentInfo{cz.hejl.chesswalk/cz.hejl.chesswalk.MainActivity}" drawable="chesswalk" />
-<item component="ComponentInfo{org.hekmatof.chesswatch/org.hekmatof.chesswatch.MainActivity}" drawable="chesswatch" />
-<item component="ComponentInfo{org.chromium.chrome/com.google.android.apps.chrome.Main}" drawable="chromium" />
-<item component="ComponentInfo{us.lindanrandy.cidrcalculator/us.lindanrandy.cidrcalculator.CIDRCalculator}" drawable="cidrcalc" />
-<item component="ComponentInfo{de.qspool.clementineremote/de.qspool.clementineremote.ui.ConnectDialog}" drawable="clementineremote" />
-<item component="ComponentInfo{de.qspool.clementineremote/.ui.ConnectActivity}" drawable="clementineremote" />
-<item component="ComponentInfo{de.ub0r.android.clipboardbeam/de.ub0r.android.clipboardbeam.MainActivity}" drawable="clipboardbeam" />
-<item component="ComponentInfo{com.catchingnow.tinyclipboardmanager/com.catchingnow.tinyclipboardmanager.ActivityMain}" drawable="clipstack" />
-<item component="ComponentInfo{com.android.alarmclock/com.android.alarmclock.AlarmClock}" drawable="clock" />
-<item component="ComponentInfo{com.android.deskclock/com.android.deskclock.AlarmClock}" drawable="clock" />
-<item component="ComponentInfo{com.android.deskclock/com.android.deskclock.ClockPackage}" drawable="clock" />
-<item component="ComponentInfo{com.android.deskclock/com.android.deskclock.DeskClock}" drawable="clock" />
-<item component="ComponentInfo{com.android.deskclock/com.android.deskclock.DeskClockGroupActivity}" drawable="clock" />
-<item component="ComponentInfo{com.android.deskclock/com.android.deskclock.DeskClockTabActivity}" drawable="clock" />
-<item component="ComponentInfo{com.android.deskclock/com.android.deskclock.MultiClockTab}" drawable="clock" />
-<item component="ComponentInfo{com.android.deskclock/com.android.main.TabsActivity}" drawable="clock" />
-<item component="ComponentInfo{com.android.deskclock/com.apalon.myclockfree.MainActivity}" drawable="clock" />
-<item component="ComponentInfo{com.android.deskclock/com.jrdcom.timetool.TimeToolActivity}" drawable="clock" />
-<item component="ComponentInfo{com.google.android.deskclock/com.android.deskclock.DeskClock}" drawable="clock" />
-<item component="ComponentInfo{com.sec.android.app.clockpackage/com.sec.android.app.clockpackage.ClockPackage}" drawable="clock" />
-<item component="ComponentInfo{org.omnirom.deskclock/org.omnirom.deskclock.DeskClock}" drawable="clock"/>
-<item component="ComponentInfo{com.philliphsu.clock2/com.philliphsu.clock2.MainActivity}" drawable="clock"/>
-<item component="ComponentInfo{org.floens.chan/org.floens.chan.ui.activity.BoardActivity}" drawable="clover" />
-<item component="ComponentInfo{com.cyanogenmod.account/com.cyanogenmod.account.ui.CMAccountActivity}" drawable="cmaccount" />
-<item component="ComponentInfo{org.cyanogenmod.gello.browser/com.android.browser.BrowserLauncher}" drawable="cmbrowser" />
-<item component="ComponentInfo{com.cyanogenmod.updater/com.cyanogenmod.updater.UpdatesSettings}" drawable="cmupdater" />
-<item component="ComponentInfo{com.coinbase.android.merchant/com.coinbase.android.MainActivity}" drawable="coinbase" />
-<item component="ComponentInfo{org.androidsoft.coloring/org.androidsoft.coloring.ui.activity.SplashActivity}" drawable="coloring" />
-<item component="ComponentInfo{com.sgr_b2.compass/com.sgr_b2.compass.activities.MainActivity}" drawable="communitycompass" />
-<item component="ComponentInfo{net.micode.compass/net.micode.compass.CompassActivity}" drawable="compass" />
-<item component="ComponentInfo{org.connectbot/org.connectbot.HostListActivity}" drawable="connectbot" />
-<item component="ComponentInfo{com.phg.constellations/com.phg.constellations.MainActivity}" drawable="constellations" />
-<item component="ComponentInfo{de.measite.contactmerger/de.measite.contactmerger.MergeActivity}" drawable="contactmerger" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.activities.CallLogActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.activities.ContactsFrontDoor}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.activities.ContactTabBrowserActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.activities.PCUDialtactsActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.activities.PeopleActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.activities.PhoneFrontDoor}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.activities.TwelveKeyDialer}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.BbDialtactsMainFrameActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.CallDialtactsActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.CallLog}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.CallLogActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.CallLogShortcut}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.ContactHostActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.ContactsActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.ContactsListActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.ContactsListActivityEx}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.ContactsListActivityLauncher}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.ContactsMainFromHomeActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.dialer.DialerPhoneActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.DialerActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsCallListEntryActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsCallLogActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsCallLogEntryActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsCallsEntryActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsContactsEntryActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsDialerEntryActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsEntryActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsPhoneEntryActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsRecentCallEntryActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsRecentCallsEntryActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsRecentCallsListActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.DialtactsRecentEntryActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.PhoneContactsActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.PhoneDialtactsActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.RecentCallLogLaunchActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.RecentCallsEntryActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.RecentCallsLauncherActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.SmartDailerActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.SmartDialerActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.SmartDialerListActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.tmo.LaunchCommunityActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.TransparentActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.TwelveKeyDialer}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.oppo.contacts.OppoDialtactsActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.sec.android.app.contacts.ContactsEntryActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.sec.android.app.contacts.DialerEntryActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.sec.android.app.contacts.PhoneBookSplitTopMenuActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.sec.android.app.contacts.PhoneBookTopMenuActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.contacts/com.sec.android.app.contacts.RecntcallEntryActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.android.providers.contacts/com.android.providers.contacts.debug.ContactsDumpActivity}" drawable="contacts" />
-<item component="ComponentInfo{com.github.nutomic.controldlna/com.github.nutomic.controldlna.gui.MainActivity}" drawable="controldlna" />
-<item component="ComponentInfo{eu.siacs.conversations/eu.siacs.conversations.ui.ConversationActivity}" drawable="conversations" />
-<item component="ComponentInfo{org.coolreader/org.coolreader.CoolReader}" drawable="coolreader" />
-<item component="ComponentInfo{com.bitpay.copay/com.bitpay.copay.MainActivity}" drawable="copay" />
-<item component="ComponentInfo{me.tsukanov.counter/me.tsukanov.counter.ui.MainActivity}" drawable="counterme" />
-<item component="ComponentInfo{org.carbonrom.quarks/org.carbonrom.quarks.MainActivity}" drawable="crbrowser"/>
-<item component="ComponentInfo{de.stephanlindauer.criticalmaps/de.stephanlindauer.criticalmaps.Main}" drawable="criticalmaps" />
-<item component="ComponentInfo{groomiac.crocodilenote/groomiac.crocodilenote.Launcher}" drawable="crocodilenote" />
-<item component="ComponentInfo{org.eehouse.android.xw4/org.eehouse.android.xw4.GamesListActivity}" drawable="crosswords" />
-<item component="ComponentInfo{com.csipsimple/com.csipsimple.ui.SipHome}" drawable="csipsimple" />
-<item component="ComponentInfo{org.csploit.android/org.csploit.android.MainActivity}" drawable="csploit2" />
-<item component="ComponentInfo{io.github.benoitduffez.cupsprint/io.github.benoitduffez.cupsprint.app.ManageManualPrintersActivity}" drawable="cupsprint" />
-<item component="ComponentInfo{com.jonbanjo.cupsprintservice/com.jonbanjo.cupsprint.PrinterMainActivity}" drawable="cupsprintservice" />
-<item component="ComponentInfo{com.hykwok.CurrencyConverter/com.hykwok.CurrencyConverter.ActivityMain}" drawable="currencyconverter" />
-<item component="ComponentInfo{com.github.cythara/com.github.cythara.MainActivity}" drawable="cythara"/>
-<item component="ComponentInfo{net.nurik.roman.dashclock/com.google.android.apps.dashclock.configuration.ConfigurationActivity}" drawable="dashclock" />
-<item component="ComponentInfo{net.nurik.roman.dashclock/com.google.android.apps.dashclock.configuration.ConfigurationLauncherActivity}" drawable="dashclock" />
-<item component="ComponentInfo{jp.takke.datastats/jp.takke.datastats.MainActivity}" drawable="datastats" />
-<item component="ComponentInfo{at.bitfire.davdroid/at.bitfire.davdroid.MainActivity}" drawable="davdroid" />
-<item component="ComponentInfo{at.bitfire.davdroid/at.bitfire.davdroid.ui.AccountsActivity}" drawable="davdroid" />
-<item component="ComponentInfo{at.bitfire.davdroid/at.bitfire.davdroid.ui.MainActivity}" drawable="davdroid" />
-<item component="ComponentInfo{net.debian.debiandroid/net.debian.debiandroid.ItemListActivity}" drawable="debiandroid" />
-<item component="ComponentInfo{org.dyndns.sven_ola.debian_kit/org.dyndns.sven_ola.debian_kit.DebianKitActivity}" drawable="debiankit" />
-<item component="ComponentInfo{com.android.certinstaller/com.android.certinstaller.CertInstaller}" drawable="defaulticon" />
-<item component="ComponentInfo{com.android.certinstaller/com.android.certinstaller.InstallCertAsUser}" drawable="defaulticon" />
-<item component="ComponentInfo{com.android.htmlviewer/com.android.htmlviewer.HTMLViewerActivity}" drawable="defaulticon" />
-<item component="ComponentInfo{com.android.keychain/com.android.keychain.KeyChainActivity}" drawable="defaulticon" />
-<item component="ComponentInfo{com.android.managedprovisioning/com.android.managedprovisioning.ManagedProvisioningActivity}" drawable="defaulticon" />
-<item component="ComponentInfo{com.android.mms.service/com.android.mms.service.MmsService}" drawable="defaulticon" />
-<item component="ComponentInfo{com.android.musicvis/com.android.musicvis.vis2.Visualization2}" drawable="defaulticon" />
-<item component="ComponentInfo{com.android.noisefield/com.android.noisefield.NoiseFieldWallpaper}" drawable="defaulticon" />
-<item component="ComponentInfo{com.android.packageinstaller/com.android.packageinstaller.Development}" drawable="defaulticon" />
-<item component="ComponentInfo{com.android.prividers.userdictionary/com.android.prividers.userdictionary.UserDictionaryProvider}" drawable="defaulticon" />
-<item component="ComponentInfo{com.android.provision/com.android.provision.DefaultActivity}" drawable="defaulticon" />
-<item component="ComponentInfo{ir.hsn6.defendo/org.godotengine.godot.Godot}" drawable="defendo" />
-<item component="ComponentInfo{com.workingagenda.democracydroid/com.workingagenda.democracydroid.MainActivity}" drawable="democracydroid"/>
-<item component="ComponentInfo{org.jak_linux.dns66/org.jak_linux.dns66.MainActivity}" drawable="dns66"/>
-<item component="ComponentInfo{net.screenfreeze.deskcon/net.screenfreeze.deskcon.MainActivity}" drawable="deskcon" />
-<item component="ComponentInfo{com.android.development/com.android.development.Development}" drawable="devtools" />
-<item component="ComponentInfo{com.github.dfa.diaspora_android/com.github.dfa.diaspora_android.activity.MainActivity}" drawable="diasporadfa" />
-<item component="ComponentInfo{ar.com.tristeslostrestigres.diasporanativewebapp/ar.com.tristeslostrestigres.diasporanativewebapp.SplashActivity}" drawable="diasporanw" />
-<item component="ComponentInfo{com.voidcode.diasporawebclient/com.voidcode.diasporawebclient.MainActivity}" drawable="diasporawebclient" />
-<item component="ComponentInfo{de.kugihan.dictionaryformids.hmi_android/de.kugihan.dictionaryformids.hmi_android.DictionaryForMIDs}" drawable="dictionaryformids" />
-<item component="ComponentInfo{kaljurand_at_gmail_dot_com.diktofon/kaljurand_at_gmail_dot_com.diktofon.activity.RecordingListActivity}" drawable="diktofon" />
-<item component="ComponentInfo{com.mareksebera.simpledilbert/com.mareksebera.simpledilbert.core.DilbertFragmentActivity}" drawable="dilbert" />
-<item component="ComponentInfo{giraffine.dimmer/giraffine.dimmer.Dimmer}" drawable="dimmer" />
-<item component="ComponentInfo{com.veniosg.dir/com.veniosg.dir.activity.FileManagerActivity}" drawable="dir"/>
-<item component="ComponentInfo{com.nagopy.android.disablemanager2/com.nagopy.android.disablemanager2.MainActivity}" drawable="disablemanager" />
-<item component="ComponentInfo{com.google.android.diskusage/com.google.android.diskusage.SelectActivity}" drawable="diskusage" />
-<item component="ComponentInfo{io.github.otakuchiyan.dnsman/io.github.otakuchiyan.dnsman.MainActivity}" drawable="dnsman" />
-<item component="ComponentInfo{com.android.documentsui/com.android.documentsui.DocumentsActivity}" drawable="documents" />
-<item component="ComponentInfo{com.android.documentsui/com.android.documentsui.LauncherActivity}" drawable="documents" />
-<item component="ComponentInfo{org.sufficientlysecure.viewer/org.ebookdroid.ui.library.RecentActivity}" drawable="documentviewer" />
-<item component="ComponentInfo{com.doomy.torch/com.doomy.torch.LaunchActivity}" drawable="doomytorch" />
-<item component="ComponentInfo{com.android.providers.downloads/com.android.providers.downloads.SizeLimitActivity}" drawable="downloads" />
-<item component="ComponentInfo{com.android.providers.downloads/com.android.providers.downloads.ui.DownloadList}" drawable="downloads" />
-<item component="ComponentInfo{com.android.providers.downloads/com.android.providers.downloads.ui.DownloadListUI}" drawable="downloads" />
-<item component="ComponentInfo{com.android.providers.downloads.ui/com.android.providers.downloads.ui.DownloadActivity}" drawable="downloads" />
-<item component="ComponentInfo{com.android.providers.downloads.ui/com.android.providers.downloads.ui.DownloadList}" drawable="downloads" />
-<item component="ComponentInfo{com.android.providers.downloads.ui/com.android.providers.downloads.ui.DownloadsListTab}" drawable="downloads" />
-<item component="ComponentInfo{com.android.providers.downloads.ui/com.android.providers.downloads.ui.DownloadTabActivity}" drawable="downloads" />
-<item component="ComponentInfo{com.android.providers.downloads.ui/com.android.providers.downloads.ui.GnDownloadTabActivity}" drawable="downloads" />
-<item component="ComponentInfo{com.refactech.driibo/com.refactech.driibo.ui.MainActivity}" drawable="driibo" />
-<item component="ComponentInfo{fr.masciulli.drinks/fr.masciulli.drinks.activity.MainActivity}" drawable="drinks" />
-<item component="ComponentInfo{org.petero.droidfish/org.petero.droidfish.DroidFish}" drawable="droidfish" />
-<item component="ComponentInfo{nl.asymmetrics.droidshows/nl.asymmetrics.droidshows.DroidShows}" drawable="zapp" />
-<item component="ComponentInfo{org.droidupnp/org.droidupnp.Main}" drawable="droidupnp" />
-<item component="ComponentInfo{com.googlecode.droidwall.free/com.googlecode.droidwall.free.MainActivity}" drawable="droidwall" />
-<item component="ComponentInfo{de.delusions.measure/de.delusions.measure.MeasureTabs}" drawable="droidweignt" />
-<item component="ComponentInfo{se.tube42.drum.android/se.tube42.drum.android.MainActivity}" drawable="drumon" />
-<item component="ComponentInfo{com.bel.android.dspmanager/com.bel.android.dspmanager.activity.DSPManager}" drawable="dspmanager" />
-<item component="ComponentInfo{github.daneren2005.dsub/github.daneren2005.dsub.activity.SubsonicFragmentActivity}" drawable="dsub" />
-<item component="ComponentInfo{com.duckduckgo.mobile.android/com.duckduckgo.mobile.android.activity.DuckDuckGo}" drawable="duckduckgo" />
-<item component="ComponentInfo{se.johanhil.duckduckgo/se.johanhil.duckduckgo.DuckDuckGoSettings}" drawable="duckduckgo2" />
-<item component="ComponentInfo{com.github.yeriomin.dumbphoneassistant/com.github.yeriomin.dumbphoneassistant.ManageContactsActivity}" drawable="dumbphoneassistant" />
-<item component="ComponentInfo{org.sufficientlysecure.viewer.fontpack/org.sufficientlysecure.viewer.fontpack.ui.MainActivity}" drawable="dvfont" />
-<item component="ComponentInfo{net.pejici.easydice/net.pejici.easydice.DiceRollerActivity}" drawable="easydice" />
-<item component="ComponentInfo{app.easytoken/app.easytoken.MainActivity}" drawable="easytoken" />
-<item component="ComponentInfo{com.tap.xkcd_reader/com.tap.xkcd_reader.Activities.MainActivity}" drawable="easyxkcd" />
-<item component="ComponentInfo{com.tap.xkcd_reader/de.tap.easy_xkcd.Activities.MainActivity}" drawable="easyxkcd" />
-<item component="ComponentInfo{de.tap.easy_xkcd/de.tap.easy_xkcd.Activities.MainActivity}" drawable="easyxkcd" />
-<item component="ComponentInfo{com.f0x.eddymalou/com.f0x.eddymalou.MainActivity}" drawable="eddymalou" />
-<item component="ComponentInfo{com.jecelyin.editor/com.jecelyin.editor.JecEditor}" drawable="editor920" />
-<item component="ComponentInfo{org.billthefarmer.editor/org.billthefarmer.editor.Editor}" drawable="editor920" />
-<item component="ComponentInfo{org.eff.actioncenter/CordovaApp}" drawable="effalerts" />
-<item component="ComponentInfo{org.eff.actioncenter/org.eff.actioncenter.CordovaApp}" drawable="effalerts" />
-<item component="ComponentInfo{org.electrum.electrum/org.kivy.android.PythonActivity}" drawable="electrum" />
-<item component="ComponentInfo{com.ultramegatech.ey/com.ultramegatech.ey.PeriodicTableActivity}" drawable="elementary" />
-<item component="ComponentInfo{de.vanitasvitae.enigmandroid/de.vanitasvitae.enigmandroid.MainActivity}" drawable="enigmandroid" />
-<item component="ComponentInfo{com.nutomic.ensichat/com.nutomic.ensichat.activities.FirstStartActivity}" drawable="ensichat" />
-<item component="ComponentInfo{org.uaraven.e/org.uaraven.e.EMainActivity}" drawable="enumbers" />
-<item component="ComponentInfo{org.jamienicol.episodes/org.jamienicol.episodes.MainActivity}" drawable="episodes" />
-<item component="ComponentInfo{it.angrydroids.epub3reader/it.angrydroids.epub3reader.EpubReaderMain}" drawable="epubreader" />
-<item component="ComponentInfo{com.llamacorp.equate/com.llamacorp.equate.view.CalcActivity}" drawable="equate" />
-<item component="ComponentInfo{ws.xsoh.etar/com.android.calendar.AllInOneActivity}" drawable="etarcalendar" />
-<item component="ComponentInfo{net.sf.ethersynth/net.sf.ethersynth.EtherSynthActivity}" drawable="ethersynth" />
-<item component="ComponentInfo{com.android.exchange/com.android.exchange.EasCertificateRequestor}" drawable="exchange" />
-<item component="ComponentInfo{com.android.exchange/com.android.exchange.SettingsRedirector}" drawable="exchange" />
-<item component="ComponentInfo{org.surrel.facebooknotifications/org.surrel.facebooknotifications.MainActivity}" drawable="facebooknotifications" />
-<item component="ComponentInfo{org.fastergps/org.fastergps.ui.BaseActivity}" drawable="fastergps" />
-<item component="ComponentInfo{org.indywidualni.fblite/org.indywidualni.fblite.activity.SplashActivity}" drawable="fblite" />
-<item component="ComponentInfo{org.indywidualni.fblite/org.indywidualni.fblite.MainActivity}" drawable="fblite" />
-<item component="ComponentInfo{me.zeeroooo.materialfb/me.zeerooo.materialfb.Activities.MainActivity}" drawable="fblite"/>
-<item component="ComponentInfo{org.geometerplus.zlibrary.ui.android/org.geometerplus.android.fbreader.FBReader}" drawable="fbreader" />
-<item component="ComponentInfo{org.fdroid.fdroid.privileged/org.fdroid.fdroid.privileged.PrivilegedService}" drawable="fdprivileged" />
-<item component="ComponentInfo{org.fdroid.fdroid/org.fdroid.fdroid.FDroid}" drawable="fdroid" />
-<item component="ComponentInfo{org.fdroid.fdroid/org.fdroid.fdroid.views.main.MainActivity}" drawable="fdroid" />
-<item component="ComponentInfo{free.yhc.feeder/free.yhc.feeder.FeederActivity}" drawable="feedhive" />
-<item component="ComponentInfo{com.enjoyingfoss.feeel/com.enjoyingfoss.feeel.view.CoverActivity}" drawable="feel"/>
-<item component="ComponentInfo{org.mozilla.fennec_aurora/org.mozilla.fennec_aurora.App}" drawable="fennec" />
-<item component="ComponentInfo{org.mozilla.fennec_fdroid/org.mozilla.fennec_fdroid.App}" drawable="fennec" />
-<item component="ComponentInfo{com.btmura.android.reddit/com.btmura.android.reddit.MainActivity}" drawable="ffreddit" />
-<item component="ComponentInfo{de.marmaro.krt.ffupdater/de.marmaro.krt.ffupdater.MainActivity}" drawable="ffupdater" />
-<item component="ComponentInfo{net.micode.fileexplorer/net.micode.fileexplorer.FileExplorerTabActivity}" drawable="fileexplorer" />
-<item component="ComponentInfo{com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.ChangeLogActivity}" drawable="filemanager" />
-<item component="ComponentInfo{com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.NavigationActivity}" drawable="filemanager" />
-<item component="ComponentInfo{com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.PickerActivity}" drawable="filemanager" />
-<item component="ComponentInfo{com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.preferences.SettingsPreferences}" drawable="filemanager" />
-<item component="ComponentInfo{com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.SearchActivity}" drawable="filemanager" />
-<item component="ComponentInfo{com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.ThemeActivity}" drawable="filemanager" />
-<item component="ComponentInfo{com.cyanogenmod.filemanager.ics/com.cyanogenmod.filemanager.ics.activities.NavigationActivity}" drawable="filemanager" />
-<item component="ComponentInfo{com.michaldabski.filemanager/com.michaldabski.filemanager.folders.FolderActivity}" drawable="filemanagerpro" />
-<item component="ComponentInfo{com.cyanogenmod.filemanager/com.cyanogenmod.filemanager.activities.ShortcutActivity}" drawable="filemanagersc" />
-<item component="ComponentInfo{com.github.wdkapps.fillup/com.github.wdkapps.fillup.StartupActivity}" drawable="fillup" />
-<item component="ComponentInfo{se.erikofsweden.findmyphone/se.erikofsweden.findmyphone.FindMyPhoneSettings}" drawable="findmyphone" />
-<item component="ComponentInfo{eu.faircode.finegeotag/eu.faircode.finegeotag.ActivitySettings}" drawable="finegeotag" />
-<item component="ComponentInfo{cn.mozilla.firefox/cn.mozilla.firefox.App}" drawable="firefox" />
-<item component="ComponentInfo{org.mozilla.firefox/org.mozilla.firefox.App}" drawable="firefox" />
-<item component="ComponentInfo{org.mozilla.firefox_beta/org.mozilla.firefox_beta.App}" drawable="firefox" />
-<item component="ComponentInfo{org.mozilla.klar/org.mozilla.focus.activity.MainActivity}" drawable="firefoxfocus" />
-<item component="ComponentInfo{org.mozilla.focus/org.mozilla.focus.activity.MainActivity}" drawable="firefoxfocus"/>
-<item component="ComponentInfo{dev.ukanth.ufirewall/dev.ukanth.ufirewall.MainActivity}" drawable="firewall" />
-<item component="ComponentInfo{genius.mohammad.floating.stickies/genius.mohammad.floating.stickies.MainActivity}" drawable="floatingstickies" />
-<item component="ComponentInfo{net.fred.feedex/net.fred.feedex.activity.HomeActivity}" drawable="flym" />
-<item component="ComponentInfo{com.android.fmradio/com.android.fmradio.FmMainActivity}" drawable="fmradio" />
-<item component="ComponentInfo{com.caf.fmradio/com.caf.fmradio.FMRadio}" drawable="fmradio" />
-<item component="ComponentInfo{com.caf.fmradio/com.caf.fmradio.FMTransmitterActivity}" drawable="fmradio" />
-<item component="ComponentInfo{fr.xplod.focal/org.cyanogenmod.focal.CameraActivity}" drawable="focal" />
-<item component="ComponentInfo{org.cyanogenmod.focal/org.cyanogenmod.focal.CameraActivity}" drawable="focal" />
-<item component="ComponentInfo{ro.ieval.fonbot/ro.ieval.fonbot.FonBotMainActivity}" drawable="fonbot" />
-<item component="ComponentInfo{cz.martykan.forecastie/cz.martykan.forecastie.activities.MainActivity}" drawable="forecastie" />
-<item component="ComponentInfo{cz.martykan.forecastie/cz.martykan.forecastie.activities.SplashActivity}" drawable="forecastie"/>
-<item component="ComponentInfo{jp.forkhub/com.github.mobile.ui.user.HomeActivity}" drawable="forkhub" />
-<item component="ComponentInfo{org.legtux.m_316k.fortune/org.legtux.m_316k.fortune.MainActivity}" drawable="fortunes" />
-<item component="ComponentInfo{de.k3b.android.androFotoFinder/de.k3b.android.androFotoFinder.FotoGalleryActivity}" drawable="fotofinder" />
-<item component="ComponentInfo{de.k3b.android.androFotoFinder/de_k3b_android.androFotoFinder.locationmap.MapGeoPickerActivity}" drawable="fotofinder2" />
-<item component="ComponentInfo{org.freeminer.freeminer/org.freeminer.freeminer.MtNativeActivity}" drawable="freeminer" />
-<item component="ComponentInfo{de.cwde.freeshisen/de.cwde.freeshisen.ShisenShoActivity}" drawable="freeshisen" />
-<item component="ComponentInfo{de.wikilab.android.friendica01/de.wikilab.android.friendica01.HomeActivity}" drawable="friendica" />
-<item component="ComponentInfo{org.jfedor.frozenbubble/com.efortin.frozenbubble.HomeScreen}" drawable="frozenbuble" />
-<item component="ComponentInfo{be.ppareit.swiftp/be.ppareit.swiftp.gui.FsPreferenceActivity}" drawable="ftpserver" />
-<item component="ComponentInfo{be.ppareit.swiftp_free/be.ppareit.swiftp.gui.FsPreferenceActivity}" drawable="ftpserver" />
-<item component="ComponentInfo{nodomain.freeyourgadget.gadgetbridge/nodomain.freeyourgadget.gadgetbridge.activities.ControlCenter}" drawable="gadgetbridge" />
-<item component="ComponentInfo{nodomain.freeyourgadget.gadgetbridge/nodomain.freeyourgadget.gadgetbridge.ControlCenter}" drawable="gadgetbridge" />
-<item component="ComponentInfo{nodomain.freeyourgadget.gadgetbridge/nodomain.freeyourgadget.gadgetbridge.SettingsActivity}" drawable="gadgetbridge" />
-<item component="ComponentInfo{com.murrayc.galaxyzoo.app/com.murrayc.galaxyzoo.app.ClassifyActivity}" drawable="galaxyzoo" />
-<item component="ComponentInfo{com.android.camera/com.android.camera.GalleryPicker}" drawable="gallery" />
-<item component="ComponentInfo{com.android.gallery3d/com.android.gallery3d.app.Gallery}" drawable="gallery" />
-<item component="ComponentInfo{com.cyanogenmod.gallerynext/com.cyanogenmod.gallerynext.app.GalleryActivity}" drawable="gallery" />
-<item component="ComponentInfo{com.google.android.gallery3d/com.android.gallery3d.app.Gallery}" drawable="gallery" />
-<item component="ComponentInfo{com.sec.android.gallery3d/com.sec.android.gallery3d.app.Gallery}" drawable="gallery" />
-<item component="ComponentInfo{com.sec.android.gallery3d/com.sec.android.gallery3d.app.GalleryActivity}" drawable="gallery" />
-<item component="ComponentInfo{com.android.gallery3d/com.android.gallery3d.app.GalleryActivity}" drawable="gallery" />
-<item component="ComponentInfo{com.uberspot.a2048/com.uberspot.a2048.MainActivity}" drawable="game2048" />
-<item component="ComponentInfo{com.androidemu.gba/com.androidemu.EmulatorActivity}" drawable="gameboid" />
-<item component="ComponentInfo{com.androidemu.gba/com.androidemu.gba.GameBoid}" drawable="gameboid" />
-<item component="ComponentInfo{com.tobykurien.google_news/com.tobykurien.google_news.GoogleNewsActivity}" drawable="gappsbrowser" />
-<item component="ComponentInfo{com.mridang.speedo/com.mridang.speedo.SettingsActivity}" drawable="gasflow" />
-<item component="ComponentInfo{org.sugr.gearshift/org.sugr.gearshift.ui.TorrentListActivity}" drawable="gearshift" />
-<item component="ComponentInfo{pl.nkg.geokrety/pl.nkg.geokrety.activities.MainActivity}" drawable="geokrety" />
-<item component="ComponentInfo{com.github.ruleant.getback_gps/com.github.ruleant.getback_gps.MainActivity}" drawable="getbackgps" />
-<item component="ComponentInfo{com.anddevw.getchromium/com.anddevw.getchromium.GetChromium}" drawable="getchromium" />
-<item component="ComponentInfo{com.ghostsq.commander/com.ghostsq.commander.FileCommander}" drawable="ghostcommander" />
-<item component="ComponentInfo{us.shandian.giga/us.shandian.giga.ui.main.MainActivity}" drawable="gigaget" />
-<item component="ComponentInfo{com.github.mobile/com.github.mobile.ui.MainActivity}" drawable="github" />
-<item component="ComponentInfo{com.github.mobile/com.github.mobile.ui.user.HomeActivity}" drawable="github" />
-<item component="ComponentInfo{com.fastaccess.github/com.fastaccess.ui.modules.main.donation.CheckPurchaseActivity}" drawable="github"/>
-<item component="ComponentInfo{com.fastaccess.github.libre/com.fastaccess.ui.modules.main.MainActivity}" drawable="github"/>
-<item component="ComponentInfo{com.fastaccess.github/com.fastaccess.ui.modules.main.MainActivity}" drawable="github"/>
-<item component="ComponentInfo{com.commit451.gitlab/com.commit451.gitlab.activities.GitlabActivity}" drawable="gitlab" />
-<item component="ComponentInfo{com.commit451.gitlab/com.commit451.gitlab.activity.GitlabActivity}" drawable="gitlab" />
-<item component="ComponentInfo{com.commit451.gitlab/com.commit451.gitlab.activity.LaunchActivity}" drawable="gitlab"/>
-<item component="ComponentInfo{zame.GloomyDungeons.opensource.game/zame.GloomyDungeons.opensource.game.MenuActivity}" drawable="gloomydungeons" />
-<item component="ComponentInfo{com.glTron/com.glTron.glTron}" drawable="gltron" />
-<item component="ComponentInfo{org.glucosio.android/org.glucosio.android.activity.SplashActivity}" drawable="glucosio" />
-<item component="ComponentInfo{org.gnucash.android/org.gnucash.android.ui.account.AccountsActivity}" drawable="gnucash" />
-<item component="ComponentInfo{info.guardianproject.gpg/info.guardianproject.gpg.MainActivity}" drawable="gnuprivacyguard" />
-<item component="ComponentInfo{org.ligi.gobandroid_hd/org.ligi.gobandroid_hd.ui.game_setup.GoSetupActivity}" drawable="gobandroid" />
-<item component="ComponentInfo{fr.mobdev.goblim/fr.mobdev.goblim.activity.MainActivity}" drawable="goblim" />
-<item component="ComponentInfo{com.mendhak.gpslogger/com.mendhak.gpslogger.GpsMainActivity}" drawable="gpslogger" />
-<item component="ComponentInfo{org.omnirom.gramophone/com.kabouzeid.gramophone.ui.activities.MainActivity}" drawable="gramophone"/>
-<item component="ComponentInfo{com.Bisha.TI89EmuDonation/com.graph89.emulationcore.EmulatorActivity}" drawable="graph89" />
-<item component="ComponentInfo{org.happysanta.gd/org.happysanta.gd.GDActivity}" drawable="gravitydefied" />
-<item component="ComponentInfo{it.greenaddress.cordova/it.greenaddress.cordova.GreenAddressIt}" drawable="greenaddress" />
-<item component="ComponentInfo{com.greenaddress.greenbits_android_wallet/com.greenaddress.greenbits.ui.PinActivity}" drawable="greenbits" />
-<item component="ComponentInfo{de.srlabs.gsmmap/de.srlabs.gsmmap.MapActivity}" drawable="gsmmap" />
-<item component="ComponentInfo{org.pocketworkstation.pckeyboard/org.pocketworkstation.pckeyboard.Main}" drawable="hackerkeyboard"/>
-<item component="ComponentInfo{com.ginkel.hashit/com.ginkel.hashit.TabbedMainActivity}" drawable="hashit"/>
-<item component="ComponentInfo{byrne.utilities.hashpass/byrne.utilities.hashpass.HashPassActivity}" drawable="hashpass" />
-<item component="ComponentInfo{de.kodejak.hashr/de.kodejak.hashr.MainActivity}" drawable="hashr"/>
-<item component="ComponentInfo{com.hayaisoftware.launcher/com.hayaisoftware.launcher.activities.SearchActivity}" drawable="hayai" />
-<item component="ComponentInfo{ca.ddaly.android.heart/ca.ddaly.android.heart.Heart}" drawable="heartobserve" />
-<item component="ComponentInfo{com.sec.android.devicehelp/com.sec.android.devicehelp.DeviceHelp}" drawable="help" />
-<item component="ComponentInfo{com.borneq.heregpslocation/com.borneq.heregpslocation.MainActivity}" drawable="heregps" />
-<item component="ComponentInfo{org.gitorious.jamesjrh.isokeys/org.gitorious.jamesjrh.isokeys.Play}" drawable="hexiano" />
-<item component="ComponentInfo{com.gluegadget.hndroid/com.gluegadget.hndroid.Main}" drawable="hn" />
-<item component="ComponentInfo{com.manuelmaly.hn/com.manuelmaly.hn.MainActivity_}" drawable="hn" />
-<item component="ComponentInfo{io.dwak.holohackernews.app/io.dwak.holohackernews.app.ui.storylist.MainActivity}" drawable="hn" />
-<item component="ComponentInfo{io.github.hidroh.materialistic/io.github.hidroh.materialistic.Application}" drawable="hn" />
-<item component="ComponentInfo{com.omegavesko.holocounter/com.omegavesko.simplecounter.MainActivity}" drawable="holocounter" />
-<item component="ComponentInfo{com.holokenmod/com.holokenmod.MainActivity}" drawable="holokenmod" />
-<item component="ComponentInfo{com.tortuca.holoken/com.tortuca.holoken.MainActivity}" drawable="holokenmod" />
-<item component="ComponentInfo{com.jwetherell.heart_rate_monitor/com.jwetherell.heart_rate_monitor.HeartRateMonitor}" drawable="hrm" />
-<item component="ComponentInfo{de.nico.ha_manager/de.nico.ha_manager.activities.Main}" drawable="hwmanager" />
-<item component="ComponentInfo{net.i2p.android/net.i2p.android.I2PActivity}" drawable="i2p" />
-<item component="ComponentInfo{net.i2p.android.router/net.i2p.android.router.MainActivity}" drawable="i2p" />
-<item component="ComponentInfo{org.gnu.icecat/org.gnu.icecat.App}" drawable="icecat" />
-<item component="ComponentInfo{ovh.ice.icecons/ovh.ice.icecons.MainActivity}" drawable="icecons" />
-<item component="ComponentInfo{at.bitfire.icsdroid/at.bitfire.icsdroid.ui.CalendarListActivity}" drawable="icsdroid" />
-<item component="ComponentInfo{com.germainz.identiconizer/com.germainz.identiconizer.IdenticonsSettings}" drawable="identiconizer" />
-<item component="ComponentInfo{com.dozuki.ifixit/com.dozuki.ifixit.ui.topic_view.TopicActivity}" drawable="ifixit" />
-<item component="ComponentInfo{com.Pau.ImapNotes2/com.Pau.ImapNotes2.Listactivity}" drawable="imapnotes" />
-<item component="ComponentInfo{eu.e43.impeller/eu.e43.impeller.activity.MainActivity}" drawable="impeller" />
-<item component="ComponentInfo{com.afollestad.impression/com.afollestad.impression.media.MainActivity}" drawable="impression" />
-<item component="ComponentInfo{org.libreoffice.impressremote/org.libreoffice.impressremote.activity.ComputersActivity}" drawable="impressremote" />
-<item component="ComponentInfo{com.SecUpwN.AIMSICD/com.SecUpwN.AIMSICD.AIMSICD}" drawable="imsicatcher" />
-<item component="ComponentInfo{com.SecUpwN.AIMSICD/com.secupwn.aimsicd.ui.activities.MainActivity}" drawable="imsicatcher" />
-<item component="ComponentInfo{uk.co.ashtonbrsc.android.intentintercept/uk.co.ashtonbrsc.intentexplode.StartupActivity}" drawable="intentexplode" />
-<item component="ComponentInfo{org.safermobile.intheclear/org.safermobile.intheclear.apps.Panic}" drawable="intheclear" />
-<item component="ComponentInfo{org.safermobile.intheclear/org.safermobile.intheclear.InTheClear}" drawable="intheclear" />
-<item component="ComponentInfo{org.openintents.notepad/org.openintents.notepad.noteslist.NotesList}" drawable="ionotepad" />
-<item component="ComponentInfo{org.woltage.irssiconnectbot/org.woltage.irssiconnectbot.HostListActivity}" drawable="irssiconnectbot" />
-<item component="ComponentInfo{uk.co.jarofgreen.JustADamnCompass/uk.co.jarofgreen.JustADamnCompass.MainActivity}" drawable="jadcompass" />
-<item component="ComponentInfo{com.teleca.jamendo/com.teleca.jamendo.activity.SplashscreenActivity}" drawable="jamendo" />
-<item component="ComponentInfo{is.pinterjann.jaws/is.pinterjann.jaws.activities.JAWSActivity}" drawable="jaws" />
-<item component="ComponentInfo{jupiter.broadcasting.live.tv/jupiter.broadcasting.live.tv.Home}" drawable="jupiterbroadcast" />
-<item component="ComponentInfo{jp.co.kayo.android.localplayer/jp.co.kayo.android.localplayer.MainActivity2}" drawable="justplayer" />
-<item component="ComponentInfo{com.fsck.k9/com.fsck.k9.activity.Accounts}" drawable="k9mail" />
-<item component="ComponentInfo{com.fsck.k9.material/com.fsck.k9.activity.Accounts}" drawable="k9mail" />
-<item component="ComponentInfo{org.kde.kalgebramobile/org.qtproject.qt5.android.bindings.QtActivity}" drawable="kalgebra" />
-<item component="ComponentInfo{com.jorgecastillo.kanadrill/com.jorgecastillo.kanadrill.MainActivity}" drawable="kanadrill" />
-<item component="ComponentInfo{in.andres.kandroid/in.andres.kandroid.ui.MainActivity}" drawable="kandroid"/>
-<item component="ComponentInfo{com.leafdigital.kanji.android/com.leafdigital.kanji.android.MainActivity}" drawable="kanji" />
-<item component="ComponentInfo{org.kde.kdeconnect_tp/org.kde.kdeconnect.UserInterface.MainActivity}" drawable="kdeconnect" />
-<item component="ComponentInfo{org.kde.kdeconnect_tp/org.kde.kdeconnect.UserInterface.MaterialActivity}" drawable="kdeconnect" />
-<item component="ComponentInfo{keepass2android.keepass2android/keepass2android.KeePass}" drawable="keepass2android" />
-<item component="ComponentInfo{keepass2android.keepass2android_nonet/keepass2android.KeePass}" drawable="keepass2android" />
-<item component="ComponentInfo{keepass2android.keepass2android_nonet/md5f0702f468598c68ce18586502249fb40.KeePass}" drawable="keepass2android" />
-<item component="ComponentInfo{com.android.keepass/com.android.keepass.KeePass}" drawable="keepassdroid" />
-<item component="ComponentInfo{com.kunzisoft.keepass.libre/com.kunzisoft.keepass.KeePass}" drawable="keepassdx"/>
-<item component="ComponentInfo{com.kunzisoft.keepass.libre/com.kunzisoft.fileselect.FileSelectActivity}" drawable="keepassdx"/>
-<item component="ComponentInfo{com.kunzisoft.keepass.libre/com.kunzisoft.password.PasswordActivity}" drawable="keepassdx"/>
-<item component="ComponentInfo{com.kunzisoft.keepass.libre/com.kunzisoft.fileselect.FilePickerStylishActivity}" drawable="keepassdx"/>
-<item component="ComponentInfo{com.nolanlawson.keepscore/com.nolanlawson.keepscore.MainActivity}" drawable="keepscore" />
-<item component="ComponentInfo{com.grarak.kerneladiutor/com.grarak.kerneladiutor.MainActivity}" drawable="kerneladiutor" />
-<item component="ComponentInfo{de.enaikoon.android.keypadmapper3/org.osm.keypadmapper2.KeypadMapper2Activity}" drawable="keypadmapper" />
-<item component="ComponentInfo{fr.neamar.kiss/fr.neamar.kiss.MainActivity}" drawable="kisslauncher" />
-<item component="ComponentInfo{org.kiwix.kiwixmobile/org.kiwix.kiwixmobile.KiwixMobileActivity}" drawable="kiwix" />
-<item component="ComponentInfo{org.kiwix.kiwixmobile/org.kiwix.kiwixmobile.utils.SplashActivity}" drawable="kiwix"/>
-<item component="ComponentInfo{org.xbmc.kodi/org.xbmc.kodi.Splash}" drawable="kodi" />
-<item component="ComponentInfo{org.kore.kolabnotes.android/org.kore.kolabnotes.android.MainActivity}" drawable="kolabnotes" />
-<item component="ComponentInfo{org.kontalk/org.kontalk.ui.ConversationList}" drawable="kontalk" />
-<item component="ComponentInfo{org.kontalk/org.kontalk.ui.ConversationsActivity}" drawable="kontalk" />
-<item component="ComponentInfo{org.xbmc.kore/org.xbmc.kore.ui.RemoteActivity}" drawable="kore" />
-<item component="ComponentInfo{org.xbmc.kore/org.xbmc.kore.ui.sections.remote.RemoteActivity}" drawable="kore" />
-<item component="ComponentInfo{com.onetwofivegames.kungfoobarracuda/com.onetwofivegames.kungfoobarracuda.KungFooBarracudaNativeActivity}" drawable="kungfoobarracuda" />
-<item component="ComponentInfo{pkmx.lcamera/pkmx.lcamera.MainActivity}" drawable="lcamera" />
-<item component="ComponentInfo{com.leafpic.app/com.leafpic.app.SplashScreen}" drawable="leafpic" />
-<item component="ComponentInfo{org.horaapps.leafpic/org.horaapps.leafpic.Activities.SplashScreen}" drawable="leafpic" />
-<item component="ComponentInfo{org.horaapps.leafpic/org.horaapps.leafpic.activities.SplashScreen}" drawable="leafpic" />
-<item component="ComponentInfo{org.pulpdust.lesserpad/org.pulpdust.lesserpad.LesserPadListActivity}" drawable="lesserpad" />
-<item component="ComponentInfo{com.serwylo.lexica/com.serwylo.lexica.Lexica}" drawable="lexica" />
-<item component="ComponentInfo{de.grobox.liberario/de.grobox.liberario.MainActivity}" drawable="liberario" />
-<item component="ComponentInfo{com.cgogolin.library/com.cgogolin.library.Library}" drawable="library"/>
-<item component="ComponentInfo{com.collabora.libreoffice/com.collabora.libreoffice.LibreOfficeMainActivity}" drawable="libreoffice" />
-<item component="ComponentInfo{com.collabora.libreoffice/com.collabora.libreoffice.ui.LibreOfficeUIActivity}" drawable="libreoffice" />
-<item component="ComponentInfo{com.collabora.libreoffice/org.libreoffice.LibreOfficeMainActivity}" drawable="libreoffice" />
-<item component="ComponentInfo{com.collabora.libreoffice/org.libreoffice.ui.LibreOfficeUIActivity}" drawable="libreoffice" />
-<item component="ComponentInfo{org.documentfoundation.libreoffice/org.documentfoundation.libreoffice.LibreOfficeMainActivity}" drawable="libreoffice" />
-<item component="ComponentInfo{org.documentfoundation.libreoffice/org.documentfoundation.libreoffice.ui.LibreOfficeUIActivity}" drawable="libreoffice" />
-<item component="ComponentInfo{org.documentfoundation.libreoffice/org.libreoffice.LibreOfficeMainActivity}" drawable="libreoffice" />
-<item component="ComponentInfo{org.documentfoundation.libreoffice/org.libreoffice.ui.LibreOfficeUIActivity}" drawable="libreoffice" />
-<item component="ComponentInfo{org.example.libreoffice/org.example.libreoffice.LibreOfficeMainActivity}" drawable="libreoffice" />
-<item component="ComponentInfo{org.example.libreoffice/org.example.libreoffice.ui.LibreOfficeUIActivity}" drawable="libreoffice" />
-<item component="ComponentInfo{org.example.libreoffice/org.libreoffice.LibreOfficeMainActivity}" drawable="libreoffice" />
-<item component="ComponentInfo{org.example.libreoffice/org.libreoffice.ui.LibreOfficeUIActivity}" drawable="libreoffice" />
-<item component="ComponentInfo{org.libreoffice/org.libreoffice.LibreOfficeMainActivity}" drawable="libreoffice" />
-<item component="ComponentInfo{org.libreoffice/org.libreoffice.ui.LibreOfficeUIActivity}" drawable="libreoffice" />
-<item component="ComponentInfo{libretasks.app/libretasks.app.view.simple.ActivityMain}" drawable="libretasks" />
-<item component="ComponentInfo{org.proninyaroslav.libretorrent/lorg.proninyaroslav.ibretorrent.MainActivity}" drawable="libretorrent" />
-<item component="ComponentInfo{org.proninyaroslav.libretorrent/org.proninyaroslav.libretorrent.MainActivity}" drawable="libretorrent"/>
-<item component="ComponentInfo{acr.browser.barebones/acr.browser.barebones.activities.BrowserActivity}" drawable="lightningbrowser" />
-<item component="ComponentInfo{acr.browser.barebones/acr.browser.barebones.MainActivity}" drawable="lightningbrowser" />
-<item component="ComponentInfo{acr.browser.lightning/acr.browser.lightning.activity.MainActivity}" drawable="lightningbrowser" />
-<item component="ComponentInfo{acr.browser.lightning/acr.browser.lightning.BrowserActivity}" drawable="lightningbrowser" />
-<item component="ComponentInfo{acr.browser.lightning/acr.browser.lightning.MainActivity}" drawable="lightningbrowser"/>
-<item component="ComponentInfo{info.guardianproject.lildebi/info.guardianproject.lildebi.LilDebi}" drawable="lildebi" />
-<item component="ComponentInfo{felixwiemuth.lincal/felixwiemuth.lincal.ui.CalendarListActivity}" drawable="lincal" />
-<item component="ComponentInfo{com.willhauck.linconnectclient/com.willhauck.linconnectclient.SettingsActivity}" drawable="linconnect" />
-<item component="ComponentInfo{org.linphone/org.linphone.LinphoneLauncherActivity}" drawable="linphone" />
-<item component="ComponentInfo{ru.meefik.linuxdeploy/ru.meefik.linuxdeploy.MainActivity}" drawable="linuxdeploy" />
-<item component="ComponentInfo{de.onyxbits.listmyapps/de.onyxbits.listmyapps.MainActivity}" drawable="listmyapps" />
-<item component="ComponentInfo{com.android.inputmethod.latin/com.android.inputmethod.latin.setup.SetupActivity}" drawable="lkeyboard" />
-<item component="ComponentInfo{com.google.android.inputmethod.japanese/com.google.android.inputmethod.japanese.LauncherActivity}" drawable="lkeyboard" />
-<item component="ComponentInfo{com.google.android.inputmethod.korean/com.google.android.apps.inputmethod.libs.framework.core.LauncherActivity}" drawable="lkeyboard" />
-<item component="ComponentInfo{com.google.android.inputmethod.latin/com.android.inputmethod.latin.setup.SetupActivity}" drawable="lkeyboard" />
-<item component="ComponentInfo{com.google.android.inputmethod.pinyin/com.google.android.apps.inputmethod.libs.framework.core.LauncherActivity}" drawable="lkeyboard" />
-<item component="ComponentInfo{com.vllwp.inputmethod.latin/com.vllwp.inputmethod.latin.Settings}" drawable="lkeyboard" />
-<item component="ComponentInfo{com.mattallen.loaned/com_mattallen.loaned.main.MainActivity}" drawable="loaned" />
-<item component="ComponentInfo{org.sufficientlysecure.localcalendar/org.sufficientlysecure.localcalendar.ui.MainActivity}" drawable="localcalendar" />
-<item component="ComponentInfo{info.guardianproject.locationprivacy/info.guardianproject.locationprivacy.MainActivity}" drawable="locationprivacy" />
-<item component="ComponentInfo{com.cyanogenmod.lockclock/com.cyanogenmod.lockclock.preference.Preferences}" drawable="lockclock" />
-<item component="ComponentInfo{com.cyanogenmod.lockclock/com.cyanogenmod.preference.Preferences}" drawable="lockclock" />
-<item component="ComponentInfo{net.zygotelabs.locker/net.zygotelabs.locker.MainActivity}" drawable="locker" />
-<item component="ComponentInfo{com.tananaev.logcat/com.tananaev.logcat.MainActivity}" drawable="logcat" />
-<item component="ComponentInfo{za.co.lukestonehm.logicaldefence/za.co.lukestonehm.logicaldefence.MainActivity}" drawable="logicaldefence" />
-<item component="ComponentInfo{com.alexkang.loopboard/com.alexkang.loopboard.MainActivity}" drawable="loopboard" />
-<item component="ComponentInfo{org.isoron.uhabits/org.isoron.uhabits.MainActivity}" drawable="loophabits" />
-<item component="ComponentInfo{protect.card_locker/protect.card_locker.MainActivity}" drawable="loyaltycard"/>
-<item component="ComponentInfo{org.lumicall.android/org.lumicall.android.sip.RegisterAccount}" drawable="lumicall" />
-<item component="ComponentInfo{com.anoshenko.android.mahjongg/com.anoshenko.android.mahjongg.SelectActivity}" drawable="mahjonggbuilder" />
-<item component="ComponentInfo{com.android.email/com.android.email.activity.Welcome}" drawable="mail" />
-<item component="ComponentInfo{com.google.android.email/com.android.email.activity.Welcome}" drawable="mail" />
-<item component="ComponentInfo{com.adonai.manman/com.adonai.manman.MainPagerActivity}" drawable="manman" />
-<item component="ComponentInfo{com.mapswithme.maps/com.mapswithme.maps.DownloadResourcesActivity}" drawable="mapsme" />
-<item component="ComponentInfo{com.mapswithme.maps.libre/com.mapswithme.maps.DownloadResourcesActivity}" drawable="mapsme" />
-<item component="ComponentInfo{com.mapswithme.maps.pro/com.mapswithme.maps.DownloadResourcesActivity}" drawable="mapsme" />
-<item component="ComponentInfo{com.mapswithme.maps.pro/com.mapswithme.maps.SplashActivity}" drawable="mapsme"/>
-<item component="ComponentInfo{org.kde.marble.maps/org.kde.marble.maps.TextToSpeechClient}" drawable="marblemaps"/>
-<item component="ComponentInfo{us.feras.mdv.demo/us.feras.mdv.demo.MainActivity}" drawable="markdownview"/>
-<item component="ComponentInfo{org.dsandler.apps.markers/com.google.android.apps.markers.MarkersActivity}" drawable="markers" />
-<item component="ComponentInfo{net.gsantner.markor/net.gsantner.markor.activity.MainActivity}" drawable="markor" />
-<item component="ComponentInfo{org.materialos.icons/com.afollestad.polar.ui.SplashScreen}" drawable="materialicons" />
-<item component="ComponentInfo{de.ph1b.audiobook/de.ph1b.audiobook.activity.BookActivity}" drawable="materialplayer" />
-<item component="ComponentInfo{de.ph1b.audiobook/de.ph1b.audiobook.activity.BookShelfActivity}" drawable="materialplayer" />
-<item component="ComponentInfo{net.cactii.mathdoku/net.cactii.mathdoku.MainActivity}" drawable="mathdoku" />
-<item component="ComponentInfo{net.cactii.mathdoku/net.cactii.mathdoku.ui.PuzzleFragmentActivity}" drawable="mathdoku" />
-<item component="ComponentInfo{org.aminb.mathtools.app/org.aminb.mathtools.app.activity.MainActivity}" drawable="mathtools" />
-<item component="ComponentInfo{org.matrix.androidsdk.alpha/org.matrix.console.activity.LoginActivity}" drawable="matrixconsole" />
-<item component="ComponentInfo{jp.yhonda/jp.yhonda.MaximaOnAndroidActivity}" drawable="maxima" />
-<item component="ComponentInfo{org.projectmaxs.main/org.projectmaxs.main.activities.MainActivity}" drawable="maxsmain" />
-<item component="ComponentInfo{sh.ftp.rocketninelabs.meditationassistant.opensource/sh.ftp.rocketninelabs.meditationassistant.MainActivity}" drawable="meditationassistant" />
-<item component="ComponentInfo{io.github.gsantner.memetastic/io.github.gsantner.memetastic.activity.SplashActivity}" drawable="memetastic"/>
-<item component="ComponentInfo{it.skarafaz.mercury/it.skarafaz.mercury.activity.MainActivity}" drawable="mercury" />
-<item component="ComponentInfo{com.manichord.mgit/me.sheimi.sgit.RepoListActivity}" drawable="mgit" />
-<item component="ComponentInfo{com.lewisjuggins.miband/com.lewisjuggins.miband.MiOverviewActivity}" drawable="mibandnotifier" />
-<item component="ComponentInfo{com.easytarget.micopi/com.easytarget.micopi.ui.WelcomeActivity}" drawable="micopi" />
-<item component="ComponentInfo{org.eztarget.micopifull/org.eztarget.micopifull.ui.WelcomeActivity}" drawable="micopi" />
-<item component="ComponentInfo{com.mridang.throttle/com.mridang.throttle.SettingsActivity}" drawable="microchip" />
-<item component="ComponentInfo{com.google.android.gms/org.microg.gms.ui.SettingsActivity}" drawable="microg" />
-<item component="ComponentInfo{com.mkulesh.micromath.plus/com.mkulesh.micromath.plus.MainActivityPlus}" drawable="micromath"/>
-<item component="ComponentInfo{com.midisheetmusic/com.midisheetmusic.MidiSheetMusicActivity}" drawable="midisheetmusic" />
-<item component="ComponentInfo{de.syss.MifareClassicTool/de.syss.MifareClassicTool.Activities.MainMenu}" drawable="mifare" />
-<item component="ComponentInfo{net.minetest.minetest/net.minetest.minetest.MtNativeActivity}" drawable="minetest" />
-<item component="ComponentInfo{com.godot.game/com.godot.game.com.android.godot.Godot}" drawable="minilens" />
-<item component="ComponentInfo{io.github.kobuge.games.minilens/com.android.godot.Godot}" drawable="minilens" />
-<item component="ComponentInfo{io.github.kobuge.games.minilens/org.godotengine.godot.Godot}" drawable="minilens" />
-<item component="ComponentInfo{com.vwp.owmini/com.vwp.owmini.OWMiniAtAndroid}" drawable="miniopenwlanmap" />
-<item component="ComponentInfo{org.kde.ministro.config/org.kde.ministro.config.MinistroConfigurationToolActivity}" drawable="ministro" />
-<item component="ComponentInfo{ar.rulosoft.mimanganu/ar.rulosoft.mimanganu.ActivityMisMangas}" drawable="minumanga" />
-<item component="ComponentInfo{ar.rulosoft.mimanganu/ar.rulosoft.mimanganu.MainActivity}" drawable="minumanga" />
-<item component="ComponentInfo{de.azapps.mirakelandroid/de.azapps.mirakel.new_ui.activities.SplashScreenActivity}" drawable="mirakel" />
-<item component="ComponentInfo{de.azapps.mirakelandroid/de.azapps.mirakel.static_activities.SplashScreenActivity}" drawable="mirakel" />
-<item component="ComponentInfo{de.naturalnet.mirwtfapp/de.naturalnet.mirwtfapp.MainActivity}" drawable="miros" />
-<item component="ComponentInfo{com.mitzuli/com.mitzuli.MainActivity}" drawable="mitzuli" />
-<item component="ComponentInfo{com.javiersantos.mlmanager/com.javiersantos.mlmanager.activities.MainActivity}" drawable="mlmanager" />
-<item component="ComponentInfo{com.javiersantos.mlmanager/com.javiersantos.mlmanager.MainActivity}" drawable="mlmanager" />
-<item component="ComponentInfo{com.dngames.mobilewebcam/com.dngames.mobilewebcam.MobileWebCam}" drawable="mobilewebcam" />
-<item component="ComponentInfo{ivl.android.moneybalance/ivl.android.moneybalance.CalculationListActivity}" drawable="moneybalance" />
-<item component="ComponentInfo{com.dgmltn.morphclock.app/com.dgmltn.morphclock.app.MainActivity}" drawable="morphclock" />
-<item component="ComponentInfo{fr.xtof54.mousetodon/fr.xtof54.mousetodon.MouseApp}" drawable="mousetodon" />
-<item component="ComponentInfo{com.nutomic.zertman/com.nutomic.zertman.MainActivity}" drawable="movecerts" />
-<item component="ComponentInfo{org.notabug.lifeuser.moviedb/org.notabug.lifeuser.moviedb.MovieActivity}" drawable="moviedb" />
-<item component="ComponentInfo{com.movim.movim/com.movim.movim.MainActivity}" drawable="movim" />
-<item component="ComponentInfo{org.mozilla.mozstumbler/org.mozilla.mozstumbler.client.navdrawer.MainDrawerActivity}" drawable="mozstumbler" />
-<item component="ComponentInfo{com.namelessdev.mpdroid/com.namelessdev.mpdroid.MainMenuActivity}" drawable="mpdroid" />
-<item component="ComponentInfo{com.gelakinetic.mtgfam/com.gelakinetic.mtgfam.FamiliarActivity}" drawable="mtgfamiliar" />
-<item component="ComponentInfo{com.tassadar.multirommgr.debug/com.tassadar.multirommgr.MainActivity}" drawable="multirommgr" />
-<item component="ComponentInfo{com.hectorone.multismssender/com.hectorone.multismssender.MultiSmsSender}" drawable="multisms" />
-<item component="ComponentInfo{com.artifex.mupdf.mini/com.artifex.mupdf.mini.LibraryActivity}" drawable="mupdf" />
-<item component="ComponentInfo{com.artifex.mupdfdemo/com.artifex.mupdfdemo.ChoosePDFActivity}" drawable="mupdf" />
-<item component="ComponentInfo{com.andrew.apollo/com.andrew.apollo.activities.MusicLibrary}" drawable="music" />
-<item component="ComponentInfo{com.andrew.apollo/com.andrew.apollo.ui.activities.HomeActivity}" drawable="music" />
-<item component="ComponentInfo{com.andrew.apollo/com.andrew.apollo.ui.activities.ProfileActivity}" drawable="music" />
-<item component="ComponentInfo{com.andrew.apolloMod/com.andrew.apolloMod.activities.MusicLibrary}" drawable="music" />
-<item component="ComponentInfo{com.android.music/com.android.music.list.activity.MpMainTabActivity}" drawable="music" />
-<item component="ComponentInfo{com.android.music/com.android.music.MusicBrowserActivity}" drawable="music" />
-<item component="ComponentInfo{com.android.music/com.android.music.MusicBrowserTabActivity}" drawable="music" />
-<item component="ComponentInfo{com.cyanogenmod.eleven/com.cyanogenmod.eleven.ElevenApplication}" drawable="music" />
-<item component="ComponentInfo{com.cyanogenmod.eleven/com.cyanogenmod.eleven.ui.activities.HomeActivity}" drawable="music" />
-<item component="ComponentInfo{com.cyanogenmod.eleven/com.cyanogenmod.eleven.ui.activities.SearchActivity}" drawable="music" />
-<item component="ComponentInfo{com.cyanogenmod.eleven/com.cyanogenmod.eleven.ui.activities.SettingsActivity}" drawable="music" />
-<item component="ComponentInfo{com.google.android/com.google.android.music.MusicBrowserActivity}" drawable="music" />
-<item component="ComponentInfo{com.google.android.music/com.android.music.activitymanagement.TopLevelActivity}" drawable="music" />
-<item component="ComponentInfo{com.google.android.music/com.android.music.activitymanagment.TopLevelActivity}" drawable="music" />
-<item component="ComponentInfo{com.google.android.music/com_android_music_activitymanagement_toplevelactivity}" drawable="music" />
-<item component="ComponentInfo{com.sec.android.app.music/com.sec.android.app.music.list.activity.MpMainTabActivity}" drawable="music" />
-<item component="ComponentInfo{com.sec.android.app.music/com.sec.android.app.music.MusicActionTabActivity}" drawable="music" />
-<item component="ComponentInfo{com.sec.android.app.music/com.sec.android.app.music.MusicBrowserTabActivity}" drawable="music" />
-<item component="ComponentInfo{org.lineageos.eleven/org.lineageos.eleven.ui.activities.HomeActivity}" drawable="music" />
-<item component="ComponentInfo{org.mustard.android/org.mustard.android.activity.Mustard}" drawable="mustard" />
-<item component="ComponentInfo{org.mumod.android/org.mumod.android.activity.Mustard}" drawable="mustardmod" />
-<item component="ComponentInfo{net.nurik.roman.muzei/com.google.android.apps.muzei.MuzeiActivity}" drawable="muzei" />
-<item component="ComponentInfo{com.projectsexception.myapplist/com.projectsexception.myapplist.MainActivity}" drawable="myapplist" />
-<item component="ComponentInfo{com.projectsexception.myapplist.open/com.projectsexception.myapplist.MainActivity}" drawable="myapplist" />
-<item component="ComponentInfo{net.dahanne.banq.notifications/net.dahanne.banq.notifications.MainActivity}" drawable="mybanq" />
-<item component="ComponentInfo{org.totschnig.myexpenses/org.totschnig.myexpenses.activity.MyExpenses}" drawable="myexpenses" />
-<item component="ComponentInfo{org.totschnig.myexpenses/org.totschnig.myexpenses.activity.SplashActivity}" drawable="myexpenses"/>
-<item component="ComponentInfo{org.aykit.MyOwnNotes/org.aykit.MyOwnNotes.activities.NoteListActivity}" drawable="myownnotes" />
-<item component="ComponentInfo{org.aykit.MyOwnNotes/org.aykit.MyOwnNotes.NoteListActivity}" drawable="myownnotes" />
-<item component="ComponentInfo{org.aykit.MyOwnNotes/org.aykit.owncloud_notes.NoteListActivity}" drawable="myownnotes" />
-<item component="ComponentInfo{net.mypapit.mobile.myposition/net.mypapit.mobile.myposition.MyLocationActivity}" drawable="myposition" />
-<item component="ComponentInfo{com.wangdaye.mysplash/com.wangdaye.mysplash.main.view.activity.MainActivity}" drawable="mysplash"/>
-<item component="ComponentInfo{org.mythdroid/org.mythdroid.activities.Main}" drawable="mythdroid" />
-<item component="ComponentInfo{tkj.android.homecontrol.mythmote/tkj.android.homecontrol.mythmote.MythMote}" drawable="mythmote" />
-<item component="ComponentInfo{org.coolfrood.mytronome/org.coolfrood.mytronome.Mytronome}" drawable="mytronome" />
-<item component="ComponentInfo{org.vono.narau/org.vono.narau.Narau}" drawable="narau" />
-<item component="ComponentInfo{com.zoffcc.applications.zanavi/com.zoffcc.applications.zanavi.Navit}" drawable="navit" />
-<item component="ComponentInfo{org.navitproject.navit/org.navitproject.navit.Navit}" drawable="navit" />
-<item component="ComponentInfo{eu.faircode.netguard/eu.faircode.netguard.ActivityMain}" drawable="netguard" />
-<item component="ComponentInfo{free.yhc.netmbuddy/free.yhc.netmbuddy.YTMPActivity}" drawable="netmbuddy" />
-<item component="ComponentInfo{org.secuso.privacyfriendlynetmonitor/org.secuso.privacyfriendlynetmonitor.Activities.SplashActivity}" drawable="netmonitor" />
-<item component="ComponentInfo{org.pixmob.freemobile.netstat/org.pixmob.freemobile.netstat.ui.Netstat}" drawable="netstat" />
-<item component="ComponentInfo{info.lamatricexiste.network/info.lamatricexiste.network.ActivityMain}" drawable="networkdiscovery" />
-<item component="ComponentInfo{com.googlecode.networklog/com.googlecode.networklog.NetworkLog}" drawable="networklog" />
-<item component="ComponentInfo{org.kost.nmap.android.networkmapper/org.kost.nmap.android.networkmapper.MainActivity}" drawable="networkmapper" />
-<item component="ComponentInfo{com.unwind.networkmonitor/com.unwind.networkmonitor.Scan}" drawable="networkscanner" />
-<item component="ComponentInfo{org.schabi.newpipe/org.schabi.newpipe.MainActivity}" drawable="newpipe" />
-<item component="ComponentInfo{com.newsblur/com.newsblur.activity.Login}" drawable="newsblur" />
-<item component="ComponentInfo{com.newsblur/com.newsblur.activity.InitActivity}" drawable="newsblur"/>
-<item component="ComponentInfo{com.nextcloud.client/com.owncloud.android.ui.activity.FileDisplayActivity}" drawable="nextcloud" />
-<item component="ComponentInfo{com.nextcloud.android.beta/com.owncloud.android.ui.activity.FileDisplayActivity}" drawable="nextclouddev"/>
-<item component="ComponentInfo{moe.feng.nhentai/moe.feng.nhentai.ui.HomeActivity}" drawable="nhbooks"/>
-<item component="ComponentInfo{com.digitallizard.nicecompass/com.digitallizard.nicecompass.CompassActivity}" drawable="nicecompass" />
-<item component="ComponentInfo{info.papdt.blackblub/info.papdt.blackblub.ui.LaunchActivity}" drawable="nightscreen" />
-<item component="ComponentInfo{org.fitchfamily.android.gsmlocation/org.fitchfamily.android.gsmlocation.settings}" drawable="nlpbackend" />
-<item component="ComponentInfo{org.fitchfamily.android.wifi_backend/org.fitchfamily.android.wifi_backend.BackendService}" drawable="nlpbackend" />
-<item component="ComponentInfo{org.fitchfamily.android.wifi_backend/org.fitchfamily.android.wifi_backend.settings}" drawable="nlpbackend" />
-<item component="ComponentInfo{org.fitchfamily.android.wifi_backend/org.fitchfamily.android.wifi_backend.WiFiSamplerService}" drawable="nlpbackend" />
-<item component="ComponentInfo{org.gfd.gsmlocation/org.gfd.gsmlocation.GSMService}" drawable="nlpbackend" />
-<item component="ComponentInfo{org.gfd.gsmlocation/org.gfd.gsmlocation.settings}" drawable="nlpbackend" />
-<item component="ComponentInfo{org.microg.nlp.backend.apple/org.microg.nlp.backend.apple.BackendService}" drawable="nlpbackend" />
-<item component="ComponentInfo{org.microg.nlp.backend.apple/org.microg.nlp.backend.apple.PregrabActivity}" drawable="nlpbackend" />
-<item component="ComponentInfo{org.microg.nlp.backend.ichnaea/org.microg.nlp.backend.ichnaea.BackendService}" drawable="nlpbackend" />
-<item component="ComponentInfo{org.microg.nlp.backend.ichnaea/org.microg.nlp.backend.ichnaea.SettingsActivity}" drawable="nlpbackend" />
-<item component="ComponentInfo{org.microg.nlp.backend.nominatim/org.microg.nlp.GEOCODER_BACKEND}" drawable="nlpbackend" />
-<item component="ComponentInfo{org.openbmap.unifiedNlp/org.openbmap.unifiedNlp.services.OpenbmapNlpService}" drawable="nlpbackend" />
-<item component="ComponentInfo{org.openbmap.unifiedNlp/org.openbmap.unifiedNlp.SettingsActivity}" drawable="nlpbackend" />
-<item component="ComponentInfo{com.google.android.gms/com.google.android.gms.app.settings.GoogleSettingsActivity}" drawable="nlpconfig" />
-<item component="ComponentInfo{com.google.android.gms/com.google.android.gms.common.settings.GoogleSettingsActivity}" drawable="nlpconfig" />
-<item component="ComponentInfo{com.google.android.gms/com.google.android.gms.org.microg.nlp.ui.SettingsLauncherActivity}" drawable="nlpconfig" />
-<item component="ComponentInfo{com.google.android.gms/org.microg.nlp.ui.SettingsLauncherActivity}" drawable="nlpconfig" />
-<item component="ComponentInfo{org.microg.nlp/org.microg.nlp.ui.SettingsActivity}" drawable="nlpconfig" />
-<item component="ComponentInfo{org.microg.nlp.app/org.microg.nlp.ui.SettingsLauncherActivity}" drawable="nlpconfig" />
-<item component="ComponentInfo{org.microg.nlp.ui/org.microg.nlp.ui.SettingsLauncherActivity}" drawable="nlpconfig" />
-<item component="ComponentInfo{com.nononsenseapps.notepad/com.nononsenseapps.notepad.ActivityMain_}" drawable="nonsensenotepad" />
-<item component="ComponentInfo{ru.glesik.nostrangersms/ru.glesik.nostrangersms.JunkSMSList}" drawable="nostrangersms" />
-<item component="ComponentInfo{info.guardianproject.notepadbot/info.guardianproject.notepadbot.NoteCipher}" drawable="notecipher" />
-<item component="ComponentInfo{bander.notepad/bander.notepad.NoteList}" drawable="notepad" />
-<item component="ComponentInfo{com.tomaszmarzeion.notepad/com.example.tomek.notepad.MainActivity}" drawable="notepad" />
-<item component="ComponentInfo{org.standardnotes.notes/org.standardnotes.notes.StarterActivity}" drawable="notepad"/>
-<item component="ComponentInfo{com.khuttun.notificationnotes/com.khuttun.notificationnotes.MainActivity}" drawable="notificationnotes" />
-<item component="ComponentInfo{ca.rmen.nounours/ca.rmen.nounours.android.handheld.MainActivity}" drawable="nounours" />
-<item component="ComponentInfo{org.ntpsync/org.ntpsync.ui.BaseActivity}" drawable="ntpsync" />
-<item component="ComponentInfo{info.schnatterer.nusic/info.schnatterer.nusic.android.activities.MainActivity}" drawable="nusic"/>
-<item component="ComponentInfo{dk.jens.backup/dk.jens.backup.OAndBackup}" drawable="oandbackup" />
-<item component="ComponentInfo{com.valleytg.oasvn.android/com.valleytg.oasvn.android.ui.activity.MainMenu}" drawable="oasvn" />
-<item component="ComponentInfo{org.witness.sscphase1/org.witness.sscphase1.ObscuraApp}" drawable="obscuracam" />
-<item component="ComponentInfo{trikita.obsqr/trikita.obsqr.ObsqrActivity}" drawable="obsqr" />
-<item component="ComponentInfo{org.schabi.nxbookmarks.owncloud/org.schabi.ocbookmarks.MainActivity}" drawable="ocbookmarks" />
-<item component="ComponentInfo{email.schaal.ocreader/email.schaal.ocreader.ListActivity}" drawable="ocreader" />
-<item component="ComponentInfo{com.gh4a/com.gh4a.activities.Github4AndroidActivity}" drawable="octodroid" />
-<item component="ComponentInfo{org.gateshipone.odyssey/org.gateshipone.odyssey.activities.OdysseySplashActivity}" drawable="odyssey"/>
-<item component="ComponentInfo{org.gateshipone.malp/org.gateshipone.malp.application.activities.SplashActivity}" drawable="malp"/>
-<item component="ComponentInfo{org.gateshipone.malp/.application.activities.SplashActivity}" drawable="malp"/>
-<item component="ComponentInfo{org.openintents.shopping/org.openintents.shopping.ShoppingActivity}" drawable="oishoppinglist" />
-<item component="ComponentInfo{free.rm.skytube.oss/free.rm.skytube.gui.activities.MainActivity}" drawable="skytube" />
-<item component="ComponentInfo{free.rm.skytube.extra/free.rm.skytube.gui.activities.MainActivity}" drawable="skytube" />
-<item component="ComponentInfo{it.feio.android.omninotes/it.feio.android.omninotes.MainActivity}" drawable="omninotes" />
-<item component="ComponentInfo{org.omnirom.omniswitch/org.omnirom.omniswitch.SettingsActivity}" drawable="omniswitch"/>
-<item component="ComponentInfo{com.onest8.onetimepad/com.onest8.onetimepad.MainActivity}" drawable="onetimepad"/>
-<item component="ComponentInfo{be.brunoparmentier.openbikesharing.app/be.brunoparmentier.openbikesharing.app.activities.StationsListActivity}" drawable="openbikesharing" />
-<item component="ComponentInfo{net.sourceforge.opencamera/net.sourceforge.opencamera.MainActivity}" drawable="opencamera" />
-<item component="ComponentInfo{org.opencv.engine/org.opencv.engine.manager.ManagerActivity}" drawable="opencvengine" />
-<item component="ComponentInfo{at.tomtasche.reader/at.tomtasche.reader.ui.activity.MainActivity}" drawable="opendocumentreader" />
-<item component="ComponentInfo{org.brandroid.openmanager/org.brandroid.openmanager.activities.OpenExplorer}" drawable="openexplorer" />
-<item component="ComponentInfo{com.gunshippenguin.openflood/com.gunshippenguin.openflood.GameActivity}" drawable="openflood" />
-<item component="ComponentInfo{openfoodfacts.github.scrachx.openfood/openfoodfacts.github.scrachx.openfood.views.SplashActivity}" drawable="openfood" />
-<item component="ComponentInfo{com.kenny.openimgur/com.kenny.openimgur.activities.MainActivity}" drawable="openimgur" />
-<item component="ComponentInfo{org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.KeyListActivity}" drawable="openkeychain" />
-<item component="ComponentInfo{org.sufficientlysecure.keychain/org.sufficientlysecure.keychain.ui.MainActivity}" drawable="openkeychain" />
-<item component="ComponentInfo{com.benny.openlauncher/com.benny.openlauncher.activity.InitActivity}" drawable="openlauncher" />
-<item component="ComponentInfo{com.benny.openlauncher/com.benny.openlauncher.activity.OnBoardActivity}" drawable="openlauncher" />
-<item component="ComponentInfo{de.jdsoft.law/de.jdsoft.law.LawListActivity}" drawable="openlaw" />
-<item component="ComponentInfo{com.tasomaniac.openwith.floss/com.tasomaniac.openwith.settings.SettingsActivity}" drawable="openlinkwith" />
-<item component="ComponentInfo{de.uni_potsdam.hpi.openmensa/de.uni_potsdam.hpi.openmensa.MainActivity}" drawable="openmensa" />
-<item component="ComponentInfo{com.todobom.opennotescanner/com.todobom.opennotescanner.OpenNoteScannerActivity}" drawable="opennotescanner" />
-<item component="ComponentInfo{org.openobservatory.ooniprobe/org.openobservatory.ooniprobe.activity.MainActivity}" drawable="openobservatory"/>
-<item component="ComponentInfo{jp.redmine.redmineclient/jp.redmine.redmineclient.activity.SplashActivity}" drawable="openredmine" />
-<item component="ComponentInfo{de.skubware.opentraining/de.skubware.opentraining.activity.MainActivity}" drawable="opentraining" />
-<item component="ComponentInfo{de.blinkt.openvpn/de.blinkt.openvpn.activities.MainActivity}" drawable="openvpn" />
-<item component="ComponentInfo{de.blinkt.openvpn/de.blinkt.openvpn.AllowedVPNsChooser}" drawable="openvpn" />
-<item component="ComponentInfo{de.blinkt.vpndialogxposed/de.blinkt.vpndialogxposed.AllowedVPNsChooser}" drawable="openvpn" />
-<item component="ComponentInfo{de.schaeuffelhut.android.openvpn/de.schaeuffelhut.android.openvpn.OpenVpnSettings}" drawable="openvpnsettings" />
-<item component="ComponentInfo{com.vwp.owmap/com.vwp.owmap.OWMapAtAndroid}" drawable="openwlanmap" />
-<item component="ComponentInfo{cz.romario.opensudoku/cz.romario.opensudoku.gui.FolderListActivity}" drawable="opesudoku" />
-<item component="ComponentInfo{org.torproject.android/org.torproject.android.Orbot}" drawable="orbot" />
-<item component="ComponentInfo{org.torproject.android/org.torproject.android.OrbotApp}" drawable="orbot" />
-<item component="ComponentInfo{org.torproject.android/org.torproject.android.OrbotMainActivity}" drawable="orbot" />
-<item component="ComponentInfo{org.torproject.android/org.torproject.android.settings.AppManager}" drawable="orbot" />
-<item component="ComponentInfo{org.torproject.android/org.torproject.android.settings.SettingsPreferences}" drawable="orbot" />
-<item component="ComponentInfo{org.torproject.android/org.torproject.android.ui.OrbotLogActivity}" drawable="orbot" />
-<item component="ComponentInfo{info.guardianproject.orfox/info.guardianproject.orfox.App}" drawable="orfox" />
-<item component="ComponentInfo{org.mozilla.fennec_amoghbl1/org.mozilla.fennec_amoghbl1.App}" drawable="orfox" />
-<item component="ComponentInfo{org.mozilla.fennec_amoghbl1/org.mozilla.gecko.BrowserApp}" drawable="orfox" />
-<item component="ComponentInfo{com.orgzly/com.orgzly.android.ui.MainActivity}" drawable="orgzly" />
-<item component="ComponentInfo{org.ethack.orwall/org.ethack.orwall.TabbedMain}" drawable="orwall" />
-<item component="ComponentInfo{info.guardianproject.browser/info.guardianproject.browser.Browser}" drawable="orweb" />
-<item component="ComponentInfo{org.billthefarmer.scope/org.billthefarmer.scope.MainActivity}" drawable="oscilloscope" />
-<item component="ComponentInfo{net.osmand/net.osmand.plus.activities.MainMenuActivity}" drawable="osmand" />
-<item component="ComponentInfo{net.osmand.plus/net.osmand.plus.activities.MainMenuActivity}" drawable="osmand" />
-<item component="ComponentInfo{net.osmand.plus/net.osmand.plus.activities.MapActivity}" drawable="osmand" />
-<item component="ComponentInfo{net.osmand.sherpafy/net.osmand.sherpafy.SherpafyPluginActivity}" drawable="osmand" />
-<item component="ComponentInfo{net.osmand.srtmPlugin/net.osmand.srtmPlugin.SRTMPluginActivity}" drawable="osmand" />
-<item component="ComponentInfo{org.gittner.osmbugs/org.gittner.osmbugs.activities.BugMapActivity_}" drawable="osmbugs" />
-<item component="ComponentInfo{com.eolwral.osmonitor/com.eolwral.osmonitor.OSMonitor}" drawable="osmonitor" />
-<item component="ComponentInfo{com.eolwral.osmonitor.legacy/com.eolwral.osmonitor.legacy.OSMonitor}" drawable="osmonitor" />
-<item component="ComponentInfo{me.guillaumin.android.osmtracker/me.guillaumin.android.osmtracker.activity.TrackManager}" drawable="osmtracker" />
-<item component="ComponentInfo{net.anzix.osm.upload/net.anzix.osm.upload.GpxList}" drawable="osmuploader" />
-<item component="ComponentInfo{com.ota.updates/com.ota.updates.activities.MainActivity}" drawable="otaupdate" />
-<item component="ComponentInfo{org.fedorahosted.freeotp/org.fedorahosted.freeotp.MainActivity}" drawable="otp" />
-<item component="ComponentInfo{net.bierbaumer.otp_authenticator/net.bierbaumer.otp_authenticator.MainActivity}" drawable="otpauth" />
-<item component="ComponentInfo{nya.miku.wishmaster/nya.miku.wishmaster.ui.MainActivity}" drawable="overchan" />
-<item component="ComponentInfo{com.owncloud.android/com.owncloud.android.ui.activity.FileDisplayActivity}" drawable="owncloud" />
-<item component="ComponentInfo{com.owncloud.android.beta/com.owncloud.android.ui.activity.FileDisplayActivity}" drawable="owncloudbeta" />
-<item component="ComponentInfo{de.luhmer.owncloudnewsreader/de.luhmer.owncloudnewsreader.NewsReaderListActivity}" drawable="owncloudnews" />
-<item component="ComponentInfo{it.niedermann.owncloud.notes/it.niedermann.owncloud.notes.android.activity.NotesListViewActivity}" drawable="owncloudnotes" />
-<item component="ComponentInfo{it.niedermann.owncloud.notes/it.niedermann.owncloud.notes.android.activity.SplashscreenActivity}" drawable="owncloudnotes"/>
-<item component="ComponentInfo{fr.unix_experience.owncloud_sms/fr.unix_experience.owncloud_sms.activities.MainActivity}" drawable="owncloudsms" />
-<item component="ComponentInfo{com.nbossard.packlist/com.nbossard.packlist.gui.MainActivity}" drawable="packlist" />
-<item component="ComponentInfo{com.rogerbassonsrenart.paddletennis/com.rogerbassonsrenart.paddletennis.MenuActivity}" drawable="paddletennis" />
-<item component="ComponentInfo{net.nightwhistler.pageturner/net.nightwhistler.pageturner.activity.ReadingActivity}" drawable="pageturner" />
-<item component="ComponentInfo{org.palemoon.android/org.palemoon.android.App}" drawable="palemoon" />
-<item component="ComponentInfo{org.palemoon.mobile/org.palemoon.mobile.App}" drawable="palemoon" />
-<item component="ComponentInfo{com.alexcruz.papuhwalls/com.alexcruz.papuhwalls.Papuh}" drawable="papuh" />
-<item component="ComponentInfo{org.ligi.passandroid/org.ligi.passandroid.ui.PassListActivity}" drawable="passandroid" />
-<item component="ComponentInfo{org.ligi.passandroid/org.ligi.passandroid.ui.TicketListActivity}" drawable="passandroid" />
-<item component="ComponentInfo{com.jefftharris.passwdsafe/com.jefftharris.passwdsafe.FileListActivity}" drawable="passwdsafe" />
-<item component="ComponentInfo{de.baumann.pdfcreator/de.baumann.pdfcreator.Activity_Main}" drawable="pdfcreator"/>
-<item component="ComponentInfo{io.github.droidapps.pdfreader/io.github.droidapps.pdfreader.ChooseFileActivity}" drawable="pdfreader" />
-<item component="ComponentInfo{name.bagi.levente.pedometer/name.bagi.levente.pedometer.Pedometer}" drawable="pedometer" />
-<item component="ComponentInfo{de.j4velin.pedometer/de.j4velin.pedometer.ui.Activity_Main}" drawable="pedometer2" />
-<item component="ComponentInfo{org.secuso.privacyfriendlyactivitytracker/org.secuso.privacyfriendlyactivitytracker.activities.SplashActivity}" drawable="pedometer"/>
-<item component="ComponentInfo{com.brewcrewfoo.performance/com.brewcrewfoo.performance.activities.MainActivity}" drawable="performancecontrol" />
-<item component="ComponentInfo{de.arnowelzel.android.periodical/de.arnowelzel.android.periodical.MainActivity}" drawable="periodical" />
-<item component="ComponentInfo{com.byagowi.persiancalendar/com.byagowi.persiancalendar.view.activity.MainActivity}" drawable="persiancalendar" />
-<item component="ComponentInfo{org.primftpd/org.primftpd.PrimitiveFtpdActivity}" drawable="pftpd" />
-<item component="ComponentInfo{com.android.contacts/com.android.contacts.activities.DialtactsActivity}" drawable="phone" />
-<item component="ComponentInfo{com.android.dialer/com.android.dialer.DialtactsActivity}" drawable="phone" />
-<item component="ComponentInfo{com.android.dialer/com.android.dialer.PhoneContactsActivity}" drawable="phone" />
-<item component="ComponentInfo{com.android.dialer/com_android_dialer_dialtactsactivity}" drawable="phone" />
-<item component="ComponentInfo{com.android.dialer/com.android.dialer.app.DialtactsActivity}" drawable="phone"/>
-<item component="ComponentInfo{com.android.phone/com.android.phone.CallFeaturesSetting}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.AccessorySettings}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.AnsweringCall}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.AutoRejectList}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.AutoRejectVideoCallList}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.CallAlert}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.CallBarring}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.CallSettingsTabFragment}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.CallTypeSelectForBarring}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.CallTypeSelectForForwarding}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.CaptureImageViewer}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.EditAutoRejectScreen}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.EditAutoRejectVideoCallScreen}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.EditRejectCallWithMsgScreen}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.GsmUmtsVideoCallForwardOptions}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.IpCall}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.IpCallCmda}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.OverturnTutorialIncallScreen}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.PresetImage}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.RejectCallWithMsg}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.callsettings.SoundEQDialog}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.CallSoundPrefernce}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.CellBroadcastSms}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.CmdaAdditionalCallOptions}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.CmdaCallOptions}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.CmdaOptions}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.CurrentNetwork}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.CurrentNetworkGsm}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.DialerSClass}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.DialtactsCallLogActivity}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.DialtactsContactsEntryActivity}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.EmergencyCallbackModeExitDialog}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.EmergencyCallList}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.EmergencyDialer}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.EmergencyOutgoingCallBroadcaster}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.Enhanced4GLTE}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.external.HelpScreen}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.FdnList}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.firewall.PhoneFireWall}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.GsmUmtsAdditionalCallOptions}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.GsmUmtsCallForwardOptions}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.GsmUmtsCallOptions}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.GsmUmtsOptions}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.help.callsettings.CallSettingsActivity}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.IMSConferenceCallActivity}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.InCallScreenShowActivation}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.IncomingCallTutorialIncallScreen}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.InternationalRoamingSetting}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.KTAddedServiceActivity}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.KTCallForwardingAll}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.KTCallForwardingConditional}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.KTCallWaiting}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.KTInboxActivity}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.LaunchCallInterface}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.LaunchRecentCallsActivity}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.LGTCountryList}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.LGTSetAutoDialing}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.LGTUwaVideoCall}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.ManualSystemAviodance}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.MobileNetworkSettings}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.MobileNetworkSettingsTab}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.NetworkSelection}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.NetworkSettings}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.OutgoingCallBroadcaster}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.PhoneNumberLocator}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.PhotoRingScreen}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.PrivilegedOutgoingCallBroadcaster}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.RecentCallsListActivity}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.RejectCallWithMsg}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.RejectwithMessageTutorialIncallScreen}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.ResponsViaSmsManager$Settings}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.Roaming}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.RoamingAutoDialMainActivity}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.RoamingAutoDialOption}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.RoamingAutoDialSettings}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.RoamingAutoDialSubActivity}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.RoamingGuard}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.RoamingSettings}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.Settings}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.SimContacts}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.sip.SipSettings}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.TwDialer}" drawable="phone" />
-<item component="ComponentInfo{com.android.phone/com.android.phone.VoicemailNumberFragment}" drawable="phone" />
-<item component="ComponentInfo{com.android.server.telecom/com.android.server.telecom.PackageInstallerActivity}" drawable="phone" />
-<item component="ComponentInfo{com.sec.android.app.dialertab/com.sec.android.app.dialertab.DialerTabActivity}" drawable="phone" />
-<item component="ComponentInfo{org.esteban.piano/org.esteban.piano.MainActivity}" drawable="piano" />
-<item component="ComponentInfo{org.olgsoft.apipepanic/org.olgsoft.apipepanic.MainActivity}" drawable="pipepanic" />
-<item component="ComponentInfo{com.boombuler.piraten.map/com.boombuler.piraten.map.PirateMap}" drawable="piraten" />
-<item component="ComponentInfo{com.watabou.pixeldungeon/com.watabou.pixeldungeon.PixelDungeon}" drawable="pixeldungeon" />
-<item component="ComponentInfo{com.morlunk.mumbleclient/com.morlunk.mumbleclient.app.PlumbleActivity}" drawable="plumble" />
-<item component="ComponentInfo{com.junjunguo.pocketmaps/com.junjunguo.pocketmaps.controller.MainActivity}" drawable="pocketmaps" />
-<item component="ComponentInfo{com.axelby.podax/com.axelby.podax.ui.MainActivity}" drawable="podax" />
-<item component="ComponentInfo{com.einmalfel.podlisten/com.einmalfel.podlisten.MainActivity}" drawable="podlisten" />
-<item component="ComponentInfo{com.jmstudios.pointandhit.android/com.jmstudios.pointandhit.android.AndroidLauncher}" drawable="pointandhit" />
-<item component="ComponentInfo{com.politedroid/com.politedroid.Preferences}" drawable="politedroid" />
-<item component="ComponentInfo{com.hlidskialf.android.pomodoro/com.hlidskialf.android.pomodoro.PomodoroActivity}" drawable="pomodoro" />
-<item component="ComponentInfo{com.aaronjwood.portauthority/com.aaronjwood.portauthority.activity.MainActivity}" drawable="portauthority" />
-<item component="ComponentInfo{org.ppsspp.ppsspp/org.ppsspp.ppsspp.PpssppActivity}" drawable="ppsspp" />
-<item component="ComponentInfo{com.proch.practicehub/com.proch.practicehub.MainActivity}" drawable="practicehub" />
-<item component="ComponentInfo{org.xphnx.praiashtml/org.xphnx.praiashtml.MainActivity}" drawable="praias" />
-<item component="ComponentInfo{android.game.prboom/android.game.prboom.PrBoomActivity}" drawable="prboom" />
-<item component="ComponentInfo{fr.simon.marquis.preferencesmanager/fr.simon.marquis.preferencesmanager.ui.AppListActivity}" drawable="prefmanager" />
-<item component="ComponentInfo{uk.co.busydoingnothing.prevo/uk.co.busydoingnothing.prevo.LanguagesActivity}" drawable="prevo" />
-<item component="ComponentInfo{com.stoutner.privacybrowser.standard/com.stoutner.privacybrowser.MainWebViewActivity}" drawable="privacybrowser" />
-<item component="ComponentInfo{com.stoutner.privacybrowser.standard/com.stoutner.privacybrowser.activities.MainWebViewActivity}" drawable="privacybrowser"/>
-<item component="ComponentInfo{ch.protonmail.android/ch.protonmail.android.activities.SplashActivity}" drawable="protonmail" />
-<item component="ComponentInfo{com.android.providers.media/com.android.providers.media.RingtonePickerActivity}" drawable="providersmedia" />
-<item component="ComponentInfo{sun.bob.leela/sun.bob.leela.ui.activities.SplashActivity}" drawable="puff" />
-<item component="ComponentInfo{org.macno.puma/org.macno.puma.activity.MainActivity}" drawable="puma" />
-<item component="ComponentInfo{com.uploadedlobster.PwdHash/com.uploadedlobster.PwdHash.activities.PwdHashApp}" drawable="pwdhash" />
-<item component="ComponentInfo{com.zeapo.pwdstore/com.zeapo.pwdstore.PasswordStore}" drawable="pwdstore" />
-<item component="ComponentInfo{org.pyload.android.client/org.pyload.android.client.pyLoad}" drawable="pyload" />
-<item component="ComponentInfo{com.moez.QKSMS/com.moez.QKSMS.ui.MainActivity-BlueGrey}" drawable="qksms" />
-<item component="ComponentInfo{com.moez.QKSMS/com.moez.QKSMS.ui.MainActivity-Default}" drawable="qksms" />
-<item component="ComponentInfo{com.moez.QKSMS/com.moez.QKSMS.ui.MainActivity-Red}" drawable="qksms" />
-<item component="ComponentInfo{com.moez.QKSMS/com.moez.QKSMS.ui.MainActivity-Teal}" drawable="qksms" />
-<item component="ComponentInfo{com.moez.QKSMS/com.moez.QKSMS.feature.main.MainActivity}" drawable="qksms" />
-<item component="ComponentInfo{com.moez.QKSMS/.feature.main.MainActivity}" drawable="qksms" />
-<item component="ComponentInfo{com.moez.QKSMS/com.moez.QKSMS.ui.MainActivity-Pink}" drawable="qksmspink" />
-<item component="ComponentInfo{com.github.xloem.qrstream/com.github.xloem.qrstream.Launcher}" drawable="qrstream" />
-<item component="ComponentInfo{com.iskrembilen.quasseldroid/com.iskrembilen.quasseldroid.gui.SplashActivity}" drawable="quasseldroid" />
-<item component="ComponentInfo{com.hughes.android.dictionary/com.hughes.android.dictionary.DictionaryManagerActivity}" drawable="quickdic" />
-<item component="ComponentInfo{de.reimardoeffinger.quickdic/com.hughes.android.dictionary.DictionaryManagerActivity}" drawable="quickdic" />
-<item component="ComponentInfo{de.reimardoeffinger.quickdic/de.reimardoeffinger.quickdic.DictionaryManagerActivity}" drawable="quickdic" />
-<item component="ComponentInfo{vu.de.urpool.quickdroid/vu.de.urpool.quickdroid.Quickdroid}" drawable="quickdroid" />
-<item component="ComponentInfo{com.geecko.QuickLyric/com.geecko.QuickLyric.MainActivity}" drawable="quicklyric" />
-<item component="ComponentInfo{com.quran.labs.androidquran/com.quran.labs.androidquran.QuranDataActivity}" drawable="quranandroid" />
-<item component="ComponentInfo{net.artificialworlds.rabbitescape/rabbitescape.ui.android.AndroidMenuActivity}" drawable="rabbitescape" />
-<item component="ComponentInfo{org.openbmap/org.openbmap.activities.StartscreenActivity}" drawable="radiobeacon" />
-<item component="ComponentInfo{net.programmierecke.radiodroid2/net.programmierecke.radiodroid2.ActivityMain}" drawable="radiodroid" />
-<item component="ComponentInfo{net.programmierecke.radiodroid2/net.programmierecke.radiodroid2.MainActivity}" drawable="radiodroid" />
-<item component="ComponentInfo{cc.rainwave.android/cc.rainwave.android.LandingActivity}" drawable="rainwave" />
-<item component="ComponentInfo{wb.receiptspro/wb.receiptspro.SmartReceiptsProActivity}" drawable="receipts" />
-<item component="ComponentInfo{com.bleyl.recurrence/com.bleyl.recurrence.activities.MainActivity}" drawable="recurrence" />
-<item component="ComponentInfo{com.bleyl.recurrence/com.bleyl.recurrence.ui.activities.MainActivity}" drawable="recurrence" />
-<item component="ComponentInfo{net.damsy.soupeaucaillou.recursiveRunner/net.damsy.soupeaucaillou.SacActivity}" drawable="recursiverunner" />
-<item component="ComponentInfo{me.ccrama.redditslide/me.ccrama.redditslide.Activities.LoadingData}" drawable="redditslide" />
-<item component="ComponentInfo{me.ccrama.redditslide/me.ccrama.redditslide.Activities.MainActivity}" drawable="redditslide" />
-<item component="ComponentInfo{me.ccrama.redditslide/me.ccrama.redditslide.Activities.Slide}" drawable="redditslide"/>
-<item component="ComponentInfo{com.jmstudios.redmoon/com.jmstudios.redmoon.activity.ShadesActivity}" drawable="redmoon" />
-<item component="ComponentInfo{com.jmstudios.redmoon/com.jmstudios.redmoon.activity.MainActivity}" drawable="redmoon"/>
-<item component="ComponentInfo{com.jmstudios.redmoon/com.jmstudios.redmoon.ui.MainActivity}" drawable="redmoon"/>
-<item component="ComponentInfo{com.github.redpanal.android/com.github.redpanal.android.SplashActivity}" drawable="redpanal" />
-<item component="ComponentInfo{org.thoughtcrime.redphone/org.thoughtcrime.redphone.ui.DialerActivity}" drawable="redphone" />
-<item component="ComponentInfo{org.quantumbadger.redreader/org.quantumbadger.redreader.activities.MainActivity}" drawable="redreader" />
-<item component="ComponentInfo{com.phikal.regex/com.phikal.regex.Activities.GameActivity}" drawable="regex" />
-<item component="ComponentInfo{de.onyxbits.remotekeyboard/de.onyxbits.remotekeyboard.MainActivity}" drawable="remotekeyboard" />
-<item component="ComponentInfo{com.repay.android/com.repay.android.MainActivity}" drawable="repay" />
-<item component="ComponentInfo{com.retroarch/com.retroarch.browser.mainmenu.MainMenuActivity}" drawable="retroarch" />
-<item component="ComponentInfo{br.usp.ime.retrobreaker/br.usp.ime.retrobreaker.MainActivity}" drawable="retrobreaker" />
-<item component="ComponentInfo{io.mrarm.irc/io.mrarm.irc.MainActivity}" drawable="revolution" />
-<item component="ComponentInfo{cx.ring/cx.ring.client.HomeActivity}" drawable="ring" />
-<item component="ComponentInfo{com.ringdroid/com.ringdroid.RingdroidSelectActivity}" drawable="ringdroid" />
-<item component="ComponentInfo{im.vector/im.vector.activity.LoginActivity}" drawable="riot" />
-<item component="ComponentInfo{im.vector.alpha/im.vector.activity.LoginActivity}" drawable="riot"/>
-<item component="ComponentInfo{info.guardianproject.ripple/info.guardianproject.ripple.MainActivity}" drawable="ripple" />
-<item component="ComponentInfo{com.robert.maps/com.robert.maps.applib.MainActivity}" drawable="rmaps" />
-<item component="ComponentInfo{com.abcdjdj.rootverifier/com.abcdjdj.rootverifier.MainActivity}" drawable="rootverifier" />
-<item component="ComponentInfo{com.spydiko.rotationmanager_foss/com.spydiko.rotationmanager_foss.HelperActivity}" drawable="rotationmanager" />
-<item component="ComponentInfo{com.ath0.rpn/com.ath0.rpn.Main}" drawable="rpn" />
-<item component="ComponentInfo{org.disrupted.rumble/org.disrupted.rumble.userinterface.activity.RoutingActivity}" drawable="rumble" />
-<item component="ComponentInfo{net.khertan.forrunners/net.khertan.forrunners.MainActivity}" drawable="runnerup" />
-<item component="ComponentInfo{org.runnerup/org.runnerup.view.MainLayout}" drawable="runnerup" />
-<item component="ComponentInfo{org.sagemath.droid/org.sagemath.droid.CellActivity}" drawable="sage" />
-<item component="ComponentInfo{com.platypus.SAnd/com.platypus.SAnd.MainActivity}" drawable="sand" />
-<item component="ComponentInfo{com.vonglasow.michael.satstat/com.vonglasow.michael.satstat.ui.MainActivity}" drawable="satstat" />
-<item component="ComponentInfo{jonas.tool.saveForOffline/jonas.tool.saveForOffline.MainActivity}" drawable="saveforoffline" />
-<item component="ComponentInfo{com.chessclock.android/com.chessclock.android.ChessClock}" drawable="schessclock" />
-<item component="ComponentInfo{org.scid.android/org.scid.android.ScidAndroidActivity}" drawable="scid" />
-<item component="ComponentInfo{fr.xtof54.scrabble/fr.xtof54.scrabble.ScrabbleActivity}" drawable="scrabble" />
-<item component="ComponentInfo{com.cyanogenmod.screencast/com.cyanogenmod.screencast.MainActivity}" drawable="screencast" />
-<item component="ComponentInfo{com.cyngn.screencast/com.cyngn.screencast.MainActivity}" drawable="screencast" />
-<item component="ComponentInfo{org.cyanogenmod.screencast/org.cyanogenmod.screencast.MainActivity}" drawable="screencast" />
-<item component="ComponentInfo{com.lukekorth.screennotifications/com.lukekorth.screennotifications.ScreenNotificationsActivity}" drawable="screennotifications" />
-<item component="ComponentInfo{org.scummvm.scummvm/org.scummvm.scummvm.Unpacker}" drawable="scummvm" />
-<item component="ComponentInfo{com.gmail.jerickson314.sdscanner/com.gmail.jerickson314.sdscanner.MainActivity}" drawable="sdscanner" />
-<item component="ComponentInfo{com.seafile.seadroid2/com.seafile.seadroid2.ui.activity.BrowserActivity}" drawable="seadroid2" />
-<item component="ComponentInfo{com.twistedplane.sealnote/com.twistedplane.sealnote.SealnoteActivity}" drawable="sealnote"/>
-<item component="ComponentInfo{com.android.quicksearchbox/com.android.quicksearchbox.searchactivity}" drawable="searchtool" />
-<item component="ComponentInfo{org.ligi.fast/org.ligi.fast.ui.SearchActivity}" drawable="searchtool" />
-<item component="ComponentInfo{com.shadcat.secdroid/com.shadcat.secdroid.MainActivity}" drawable="secdroid" />
-<item component="ComponentInfo{com.doplgangr.secrecy/com.doplgangr.secrecy.Views.DummyViews.LauncherActivity_}" drawable="secrecy" />
-<item component="ComponentInfo{de.t_dankworth.secscanqr/de.t_dankworth.secscanqr.MainActivity}" drawable="secscanqr"/>
-<item component="ComponentInfo{org.secuso.privacyfriendlydame/org.secuso.privacyfriendlydame.ui.SplashActivity}" drawable="secusodame"/>
-<item component="ComponentInfo{org.secuso.privacyfriendlydicer/org.secuso.privacyfriendlydicer.SplashActivity}" drawable="secusodice"/>
-<item component="ComponentInfo{org.secuso.privacyfriendlyyahtzeedicer/org.secuso.privacyfriendlydicegame.SplashActivity}" drawable="secusodicegame"/>
-<item component="ComponentInfo{org.secuso.privacyfriendlyludo/org.secuso.privacyfriendlyludo.activities.SplashActivity}" drawable="secusoludo"/>
-<item component="ComponentInfo{org.secuso.privacyfriendlymemory/org.secuso.privacyfriendlymemory.ui.SplashActivity}" drawable="secusomemory"/>
-<item component="ComponentInfo{org.secuso.privacyfriendlynotes/org.secuso.privacyfriendlynotes.SplashActivity}" drawable="secusonotes"/>
-<item component="ComponentInfo{org.secuso.privacyfriendlypaindiary/org.secuso.privacyfriendlypaindiary.activities.SplashActivity}" drawable="secusopaindiary"/>
-<item component="ComponentInfo{org.secuso.privacyfriendlypasswordgenerator/org.secuso.privacyfriendlypasswordgenerator.activities.SplashActivity}" drawable="secusopasswdgen"/>
-<item component="ComponentInfo{org.secuso.privacyfriendlypin/org.secuso.privacyfriendlypinmnemonic.SplashActivity}" drawable="secusopin"/>
-<item component="ComponentInfo{com.secuso.privacyFriendlyCodeScanner/com.secuso.privacyFriendlyCodeScanner.SplashActivity}" drawable="secusoqr"/>
-<item component="ComponentInfo{com.secuso.privacyFriendlyCodeScanner/com.secuso.privacyFriendlyCodeScanner.MainActivity}" drawable="secusoqr" />
-<item component="ComponentInfo{org.secuso.privacyfriendlyrecknoningskills/org.secuso.privacyfriendlyreckoningskills.activities.SplashActivity}" drawable="secusorecknoning"/>
-<item component="ComponentInfo{org.secuso.privacyfriendlyruler/org.secuso.privacyfriendlyruler.activities.SplashActivity}" drawable="secusoruler"/>
-<item component="ComponentInfo{privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist/privacyfriendlyshoppinglist.secuso.org.privacyfriendlyshoppinglist.ui.main.SplashActivity}" drawable="secusoshoppinglist"/>
-<item component="ComponentInfo{org.secuso.privacyfriendlysudoku/org.secuso.privacyfriendlysudoku.ui.SplashActivity}" drawable="secusosudoku"/>
-<item component="ComponentInfo{org.secuso.privacyfriendlyintervaltimer/org.secuso.privacyfriendlyintervaltimer.activities.SplashActivity}" drawable="secusotimer"/>
-<item component="ComponentInfo{org.secuso.privacyfriendlytodolist/org.secuso.privacyfriendlytodolist.view.SplashActivity}" drawable="secusotodo"/>
-<item component="ComponentInfo{org.secuso.privacyfriendlycardgameone/org.secuso.privacyfriendlywerwolf.activity.SplashActivity}" drawable="secusowerwolf"/>
-<item component="ComponentInfo{mobi.omegacentauri.SendReduced/mobi.omegacentauri.SendReduced.Options}" drawable="sendreduced" />
-<item component="ComponentInfo{org.totschnig.sendwithftp/org.totschnig.sendwithftp.UriList}" drawable="sendwithftp" />
-<item component="ComponentInfo{com.mustafaali.sensorssandbox/com.mustafaali.sensorssandbox.MainActivity}" drawable="sensorssandbox" />
-<item component="ComponentInfo{com.battlelancer.seriesguide/com.battlelancer.seriesguide.ui.ShowsActivity}" drawable="seriesguide" />
-<item component="ComponentInfo{net.sourceforge.servestream/net.sourceforge.servestream.activity.MainActivity}" drawable="servestream" />
-<item component="ComponentInfo{com.android.settings/com.android.settings.MainEntry}" drawable="settings" />
-<item component="ComponentInfo{com.android.settings/com.android.settings.Settings}" drawable="settings" />
-<item component="ComponentInfo{com.android.settings/com.android.settings.TetherSettings}" drawable="settings" />
-<item component="ComponentInfo{com.android.settings/com.android.settings.TetherSettingsActivity}" drawable="settings" />
-<item component="ComponentInfo{com.android.settings/com.android.settings.TetherSettingsWifi}" drawable="settings" />
-<item component="ComponentInfo{com.cyanogenmod.settings.device/com.cyanogenmod.settings.device.DeviceSettings}" drawable="settings" />
-<item component="ComponentInfo{com.cyanogenmod.settings.device.hwa/com.cyanogenmod.settings.device.hwa.HwaSettingsActivity}" drawable="settings" />
-<item component="ComponentInfo{software.gn.android.settings/com.gn.android.common.controller.AppInitActivity}" drawable="settings" />
-<item component="ComponentInfo{com.cyanogenmod.setupwizard/com.cyanogenmod.setupwizard.ui.SetupWizardActivity}" drawable="settings2" />
-<item component="ComponentInfo{gpapez.sfen/gpapez.sfen.Main}" drawable="sfen" />
-<item component="ComponentInfo{me.sheimi.sgit/me.sheimi.sgit.RepoListActivity}" drawable="sgit" />
-<item component="ComponentInfo{com.dimtion.shaarlier/com.dimtion.shaarlier.MainActivity}" drawable="shaarlier" />
-<item component="ComponentInfo{de.markusfisch.android.shadereditor/de.markusfisch.android.shadereditor.activity.MainActivity}" drawable="shadereditor" />
-<item component="ComponentInfo{com.github.shadowsocks/com.github.shadowsocks.Shadowsocks}" drawable="shadowsocks" />
-<item component="ComponentInfo{com.tengu.sharetoclipboard/com.tengu.sharetoclipboard.MainActivity}" drawable="sharetoclipboard" />
-<item component="ComponentInfo{com.MarcosDiez.shareviahttp/com.MarcosDiez.shareviahttp.activities.MainActivity}" drawable="shareviahttp" />
-<item component="ComponentInfo{com.shatteredpixel.shatteredpixeldungeon/com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon}" drawable="shatteredpixel" />
-<item component="ComponentInfo{com.android.shellms/com.android.shellms.MainActivity}" drawable="shellms" />
-<item component="ComponentInfo{org.janb.shoppinglist/org.janb.shoppinglist.activity.MainActivity}" drawable="shoppinglist" />
-<item component="ComponentInfo{souch.smp/souch.smp.Main}" drawable="sicmuplayer" />
-<item component="ComponentInfo{de.baumann.sieben/de.baumann.sieben.MainActivity}" drawable="sieben" />
-<item component="ComponentInfo{org.libresignal/org.thoughtcrime.securesms.RoutingActivity}" drawable="signal" />
-<item component="ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity}" drawable="signal" />
-<item component="ComponentInfo{org.billthefarmer.siggen/org.billthefarmer.siggen.Main}" drawable="signalgenerator" />
-<item component="ComponentInfo{lanchon.sigspoof.checker/lanchon.sigspoof.checker.MainActivity}" drawable="sigspoof"/>
-<item component="ComponentInfo{ru.neverdark.silentnight/ru.neverdark.silentnight.MainActivity}" drawable="silentnight" />
-<item component="ComponentInfo{com.better.alarm/com.better.alarm.presenter.AlarmsListActivity}" drawable="simplealarm" />
-<item component="ComponentInfo{com.simplemobiletools.calendar/com.simplemobiletools.calendar.activities.SplashActivity}" drawable="simplecalendar" />
-<item component="ComponentInfo{com.dnielfe.manager/com.dnielfe.manager.BrowserActivity}" drawable="simpleexplorer" />
-<item component="ComponentInfo{com.simplemobiletools.draw/com.simplemobiletools.draw.activities.SplashActivity}" drawable="simpledraw"/>
-<item component="ComponentInfo{com.simplemobiletools.filemanager/com.simplemobiletools.filemanager.activities.SplashActivity}" drawable="simplefilemanager" />
-<item component="ComponentInfo{com.sec.android.app.myfiles/com.sec.android.app.myfiles.common.MainActivity}" drawable="simplefilemanager"/>
-<item component="ComponentInfo{com.simplemobiletools.gallery/com.simplemobiletools.gallery.activities.SplashActivity}" drawable="simplegallery" />
-<item component="ComponentInfo{simple.reboot.com/simple.reboot.com.MainActivity}" drawable="simplereboot" />
-<item component="ComponentInfo{com.poloure.simplerss/com.poloure.simplerss.FeedsActivity}" drawable="simplerss" />
-<item component="ComponentInfo{org.freshrss.easyrss/org.freshrss.easyrss.Home}" drawable="simplerss"/>
-<item component="ComponentInfo{nl.mpcjanssen.simpletask/nl.mpcjanssen.simpletask.Simpletask}" drawable="simpletask" />
-<item component="ComponentInfo{com.android.cp.stkmanager/com.android.cp.stkmanager.STKManagerActivity}" drawable="simtk" />
-<item component="ComponentInfo{com.android.simcard/com.android.simcard.SimCardActivity}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk/com.android.stk.EgStkExLauncherActivity2}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk/com.android.stk.StkAliasLauncherActivity}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk/com.android.stk.StkLauncherActivity}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk/com.android.stk.StkLauncherActivity2}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk/com.android.stk.StkLauncherActivity3}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk/com.android.stk.StkLauncherActivityII}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk/com.android.stk.StkLauncherActivitySingle}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk/com.android.stk.StkMain}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk/com.android.stk.StkMainActivity}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk/com.android.stk.StkMenuActivity}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk/com.android.stk.SubStkLauncherActivity}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk/com.android.stk.UtkExLauncherActivity}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk/com.android.stk_stklauncheractivity}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk/com.yulong.android_cp.utk_utklauncheractivity}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk1/com.android.stk1.StkLauncherActivity}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk2/com.android.stk2.StkLauncherActivity}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stklauncher/com.android.stklauncher.MainActivity}" drawable="simtk" />
-<item component="ComponentInfo{com.mediatek.StkSelection/com.mediatek.StkSelection.StkSelection}" drawable="simtk" />
-<item component="ComponentInfo{com.android.stk/com.android.stk.StkLauncherListActivity}" drawable="simtk"/>
-<item component="ComponentInfo{org.sipdroid.sipua/org.sipdroid.sipua.ui.Sipdroid}" drawable="sipdroid" />
-<item component="ComponentInfo{com.sismics.reader/com.sismics.reader.activity.LoginActivity}" drawable="sismicsreader" />
-<item component="ComponentInfo{com.adam.aslfms/com.adam.aslfms.SettingsActivity}" drawable="slfms" />
-<item component="ComponentInfo{trikita.slide/trikita.slide.ui.MainActivity}" drawable="slide" />
-<item component="ComponentInfo{de.shandschuh.slightbackup/de.shandschuh.slightbackup.BackupActivity}" drawable="slightbackup" />
-<item component="ComponentInfo{it.rignanese.leo.slimfacebook/it.rignanese.leo.slimfacebook.MainActivity}" drawable="slimfacebook"/>
-<item component="ComponentInfo{net.kismetwireless.android.smarterwifimanager/net.kismetwireless.android.smarterwifimanager.MainActivity}" drawable="smarterwifimanager" />
-<item component="ComponentInfo{com.ilm.sandwich/com.ilm.sandwich.StartChooser}" drawable="smartnavi" />
-<item component="ComponentInfo{com.android.mms/com.android.mms.ui.BootActivity}" drawable="sms" />
-<item component="ComponentInfo{com.android.mms/com.android.mms.ui.CmasListActivityShortCut}" drawable="sms" />
-<item component="ComponentInfo{com.android.mms/com.android.mms.ui.ConversationComposer}" drawable="sms" />
-<item component="ComponentInfo{com.android.mms/com.android.mms.ui.ConversationList}" drawable="sms" />
-<item component="ComponentInfo{com.android.mms/com.android.mms.ui.EntryActivity}" drawable="sms" />
-<item component="ComponentInfo{com.android.mms/com.android.mms.ui.MessageTabActivity}" drawable="sms" />
-<item component="ComponentInfo{com.android.mms/com.android.mms.ui.MmsTabActivity}" drawable="sms" />
-<item component="ComponentInfo{com.android.mms/com.android.mms.ui.ModeChooser}" drawable="sms" />
-<item component="ComponentInfo{com.android.mms/com.android.mms.ui.UiController}" drawable="sms" />
-<item component="ComponentInfo{com.android.mms/com.android.mms.ui.VoiceMailTabActivity}" drawable="sms" />
-<item component="ComponentInfo{com.android.mms/com.yulong.android.mms.ui.MmsMainListFormActivity}" drawable="sms" />
-<item component="ComponentInfo{com.android.messaging/com.android.messaging.ui.conversationlist.ConversationListActivity}" drawable="sms2" />
-<item component="ComponentInfo{com.riteshsahu.SMSBackupRestore/com.riteshsahu.SMSBackupRestore.FreeMain}" drawable="smsbackup" />
-<item component="ComponentInfo{com.zegoggles.smssync/com.zegoggles.smssync.activity.MainActivity}" drawable="smsbackup" />
-<item component="ComponentInfo{com.zegoggles.smssync/com.zegoggles.smssync.SmsSync}" drawable="smsbackup" />
-<item component="ComponentInfo{com.github.yeriomin.smsscheduler/com.github.yeriomin.smsscheduler.Activity.SmsListActivity}" drawable="smsscheduler" />
-<item component="ComponentInfo{org.smssecure.smssecure/org.smssecure.smssecure.ConversationListActivity}" drawable="smssecure" />
-<item component="ComponentInfo{org.smssecure.smssecure/org.smssecure.smssecure.RoutingActivity}" drawable="smssecure" />
-<item component="ComponentInfo{cz.eutopia.snooperstopper/cz.eutopia.snooperstopper.MainActivity}" drawable="snooperstopper" />
-<item component="ComponentInfo{de.srlabs.snoopsnitch/de.srlabs.snoopsnitch.StartupActivity}" drawable="snoopsnitch" />
-<item component="ComponentInfo{com.mobilepearls.sokoban/com.mobilepearls.sokoban.SokobanMenuActivity}" drawable="sokoban" />
-<item component="ComponentInfo{com.kmagic.solitaire/com.kmagic.solitaire.Solitaire}" drawable="solitaire" />
-<item component="ComponentInfo{net.sourceforge.solitaire_cg/net.sourceforge.solitaire_cg.SolitaireCG}" drawable="solitairecg" />
-<item component="ComponentInfo{com.danielkim.soundrecorder/com.danielkim.soundrecorder.activities.MainActivity}" drawable="soundrecorder" />
-<item component="ComponentInfo{org.lineageos.recorder/org.lineageos.recorder.RecorderActivity}" drawable="soundrecorder" />
-<item component="ComponentInfo{com.github.axet.audiorecorder/com.github.axet.audiorecorder.activities.MainActivity}" drawable="soundrecorder"/>
-<item component="ComponentInfo{com.github.axet.callrecorder/com.github.axet.callrecorder.activities.MainActivity}" drawable="callrecorder"/>
-<item component="ComponentInfo{org.bottiger.podcast/org.bottiger.podcast.MainActivity}" drawable="soundwaves" />
-<item component="ComponentInfo{com.nononsenseapps.feeder/com.nononsenseapps.feeder.ui.FeedActivity}" drawable="sparserss" />
-<item component="ComponentInfo{de.shandschuh.sparserss/de.shandschuh.sparserss.MainTabActivity}" drawable="sparserss" />
-<item component="ComponentInfo{net.etuldan.sparss/net.etuldan.sparss.activity.HomeActivity}" drawable="sparss" />
-<item component="ComponentInfo{net.etuldan.sparss/net.etuldan.sparss.MainApplication}" drawable="sparss" />
-<item component="ComponentInfo{net.etuldan.sparss.floss/net.etuldan.sparss.activity.HomeActivity}" drawable="sparss" />
-<item component="ComponentInfo{fly.speedmeter.grub/fly.speedmeter.grub.MainActivity}" drawable="speedmeter" />
-<item component="ComponentInfo{fm.a2d.sf/fm.a2d.sf.gui_act}" drawable="spiritf" />
-<item component="ComponentInfo{net.majorkernelpanic.spydroid/net.majorkernelpanic.spydroid.ui.SpydroidActivity}" drawable="spydroid" />
-<item component="ComponentInfo{csci567.squeez/csci567.squeez.FileViewer}" drawable="squeez" />
-<item component="ComponentInfo{org.sufficientlysecure.standalonecalendar/com.android.calendar.AllInOneActivity}" drawable="standalonecalendar" />
-<item component="ComponentInfo{com.google.android.stardroid/com.google.android.stardroid.activities.SplashScreenActivity}" drawable="stardroid" />
-<item component="ComponentInfo{net.mabako.steamgifts/net.mabako.steamgifts.activities.MainActivity}" drawable="steamgifts" />
-<item component="ComponentInfo{de.westnordost.streetcomplete/de.westnordost.streetcomplete.MainActivity}" drawable="streetcomplete" />
-<item component="ComponentInfo{io.github.lonamiwebs.stringlate/io.github.lonamiwebs.stringlate.activities.repositories.RepositoriesActivity}" drawable="stringlate"/>
-<item component="ComponentInfo{net.sourceforge.subsonic.androidapp/net.sourceforge.subsonic.androidapp.activity.MainActivity}" drawable="subsonic" />
-<item component="ComponentInfo{com.app2go.sudokufree/com.app2go.sudokufree.MainActivity}" drawable="sudokufree" />
-<item component="ComponentInfo{de.sudoq/de.sudoq.controller.menus.SplashActivity}" drawable="sudoq" />
-<item component="ComponentInfo{org.sudowars/org.sudowars.Controller.Local.Activity.MainMenu}" drawable="sudowars" />
-<item component="ComponentInfo{org.supertuxkart.stk/android.app.NativeActivity}" drawable="supertuxkart"/>
-<item component="ComponentInfo{com.koushikdutta.superuser/com.koushikdutta.superuser.MainActivity}" drawable="superuser" />
-<item component="ComponentInfo{me.phh.superuser/com.koushikdutta.superuser.MainActivity}" drawable="superuser" />
-<item component="ComponentInfo{org.ligi.survivalmanual/org.ligi.survivalmanual.ui.MainActivity}" drawable="survivalmanual" />
-<item component="ComponentInfo{biz.codefuture.svgviewer/biz.codefuture.svgviewer.MainActivity}" drawable="svgviewer" />
-<item component="ComponentInfo{com.moonpi.swiftnotes/com.moonpi.swiftnotes.MainActivity}" drawable="swiftnotes" />
-<item component="ComponentInfo{com.swiss.tournament/com.swiss.tournament.activities.Main}" drawable="swisschess" />
-<item component="ComponentInfo{com.af.synapse/com.af.synapse.MainActivity}" drawable="synapse" />
-<item component="ComponentInfo{org.amoradi.syncopoli/org.amoradi.syncopoli.BackupActivity}" drawable="syncopoli" />
-<item component="ComponentInfo{com.coste.syncorg/com.coste.syncorg.OrgNodeListActivity}" drawable="syncorg" />
-<item component="ComponentInfo{com.nutomic.syncthingandroid/com.nutomic.syncthingandroid.activities.MainActivity}" drawable="syncthing" />
-<item component="ComponentInfo{org.opensilk.syncthing.debug/syncthing.android.ui.LauncherActivity}" drawable="syncthing" />
-<item component="ComponentInfo{com.nutomic.syncthingandroid/com.nutomic.syncthingandroid.activities.FirstStartActivity}" drawable="syncthing"/>
-<item component="ComponentInfo{org.synergy/org.synergy.Synergy}" drawable="synergy" />
-<item component="ComponentInfo{de.j4velin.systemappmover/de.j4velin.systemappmover.MoverActivity}" drawable="systemappmover" />
-<item component="ComponentInfo{org.pyneo.maps/org.pyneo.maps.applib.MainActivity}" drawable="tabulae" />
-<item component="ComponentInfo{org.pyneo.maps/org.pyneo.maps.MainActivity}" drawable="tabulae" />
-<item component="ComponentInfo{org.ciasaboark.tacere/org.ciasaboark.tacere.activity.LicenseCheckWrapper}" drawable="tacere" />
-<item component="ComponentInfo{org.ciasaboark.tacere/org.ciasaboark.tacere.activity.MainActivity}" drawable="tacere" />
-<item component="ComponentInfo{org.ciasaboark.tacere/org.ciasaboark.tacere.Tacere}" drawable="tacere" />
-<item component="ComponentInfo{eu.kanade.tachiyomi/eu.kanade.tachiyomi.ui.main.MainActivity}" drawable="tachiyomi" />
-<item component="ComponentInfo{com.github.mofosyne.tagdrop/com.github.mofosyne.tagdrop.main}" drawable="tagdrop" />
-<item component="ComponentInfo{com.android.apps.tag/com.android.apps.tag.TagViewer}" drawable="tags" />
-<item component="ComponentInfo{in.p1x.tanks_of_freedom/com.android.godot.Godot}" drawable="tanksoffreedom" />
-<item component="ComponentInfo{in.p1x.tanks_of_freedom/org.godotengine.godot.Godot}" drawable="tanksoffreedom" />
-<item component="ComponentInfo{com.gabm.screenrotationcontrol/com.gabm.tapandturn.ui.MainActivity}" drawable="tapandturn" />
-<item component="ComponentInfo{org.dmfs.tasks/org.dmfs.tasks.TaskListActivity}" drawable="tasks" />
-<item component="ComponentInfo{org.tasks/com.todoroo.astrid.activity.ShortcutActivity}" drawable="tasks2" />
-<item component="ComponentInfo{org.tasks/com.todoroo.astrid.activity.TaskListActivity}" drawable="tasks2" />
-<item component="ComponentInfo{org.tasks/org.tasks.activities.TimePickerActivity}" drawable="tasks2" />
-<item component="ComponentInfo{kvj.taskw/kvj.taskw.ui.MainActivity}" drawable="taskwarrior" />
-<item component="ComponentInfo{ch.citux.td/ch.citux.td.ui.TDActivity}" drawable="td" />
-<item component="ComponentInfo{goo.TeaTimer/goo.TeaTimer.TimerActivity}" drawable="teatimer" />
-<item component="ComponentInfo{org.telegram.messenger/org.telegram.ui.LaunchActivity}" drawable="telegram" />
-<item component="ComponentInfo{com.android.terminal/com.android.terminal.TerminalActivity}" drawable="terminal" />
-<item component="ComponentInfo{jackpal.androidterm/jackpal.androidterm.Term}" drawable="terminalemulator" />
-<item component="ComponentInfo{jackpal.androidterm2/jackpal.androidterm2.Term}" drawable="terminalemulator" />
-<item component="ComponentInfo{org.schabi.terminightor/org.schabi.terminightor.AlarmItemListActivity}" drawable="terminightor" />
-<item component="ComponentInfo{com.termux/com.termux.app.TermuxActivity}" drawable="termux" />
-<item component="ComponentInfo{com.termux.window/com.termux.window.TermuxFloatActivity}" drawable="termuxfloat"/>
-<item component="ComponentInfo{de.schildbach.wallet_test/de.schildbach.wallet_test.WalletActivity}" drawable="testnet3" />
-<item component="ComponentInfo{rino.org.tethercompanion/rino.org.tethercompanion.MainActivity}" drawable="tethercompanion"/>
-<item component="ComponentInfo{de.onyxbits.textfiction/de.onyxbits.textfiction.MainActivity}" drawable="textfiction" />
-<item component="ComponentInfo{org.thoughtcrime.securesms/org.thoughtcrime.securesms.ConversationListActivity}" drawable="textsecure" />
-<item component="ComponentInfo{com.myopicmobile.textwarrior.android/com.myopicmobile.textwarrior.android.TextWarriorApplication}" drawable="textwarrior" />
-<item component="ComponentInfo{org.cyanogenmod.theme.chooser/org.cyanogenmod.theme.chooser.ChooserActivity}" drawable="themes" />
-<item component="ComponentInfo{org.cyanogenmod.theme.chooser2/org.cyanogenmod.theme.chooser2.ChooserLauncher}" drawable="themes" />
-<item component="ComponentInfo{de.smasi.tickmate/de.smasi.tickmate.Tickmate}" drawable="tickmate" />
-<item component="ComponentInfo{org.tigase.messenger.phone.pro/org.tigase.mobile.TigaseMobileMessengerActivity}" drawable="tigase" />
-<item component="ComponentInfo{naman14.timber/com.naman14.timber.activities.MainActivity}" drawable="timber" />
-<item component="ComponentInfo{naman14.timber/naman14.timber.activities.MainActivity}" drawable="timber" />
-<item component="ComponentInfo{com.alfray.timeriffic/com.alfray.timeriffic.profiles.ProfilesUI}" drawable="timeriffic" />
-<item component="ComponentInfo{com.danvelazco.fbwrapper/com.danvelazco.fbwrapper.FbWrapper}" drawable="tinfoilfb" />
-<item component="ComponentInfo{com.mill_e.twitterwrapper/com.mill_e.twitterwrapper.TwitterWrapper}" drawable="tinfoiltw" />
-<item component="ComponentInfo{org.tint/org.tint.ui.activities.TintBrowserActivity}" drawable="tintbrowser" />
-<item component="ComponentInfo{me.jakelane.wrapperforfacebook/me.jakelane.wrapperforfacebook.MainActivity}" drawable="toffeed" />
-<item component="ComponentInfo{de.k3b.android.toGoZip/de.k3b.android.toGoZip.SettingsActivity}" drawable="togozip" />
-<item component="ComponentInfo{org.tomdroid/org.tomdroid.ui.Tomdroid}" drawable="tomdroid" />
-<item component="ComponentInfo{com.github.axet.tonegenerator/com.github.axet.tonegenerator.MainActivity}" drawable="tonegenerator"/>
-<item component="ComponentInfo{net.cactii.flash2/net.cactii.flash2.MainActivity}" drawable="torch" />
-<item component="ComponentInfo{in.blogspot.anselmbros.torchie/in.blogspot.anselmbros.torchie.ui.activity.MainActivity}" drawable="torchie" />
-<item component="ComponentInfo{com.secuso.torchlight2/com.secuso.torchlight2.MainActivity}" drawable="torchlight" />
-<item component="ComponentInfo{com.secuso.torchlight2/com.secuso.torchlight2.ui.SplashActivity}" drawable="torchlight"/>
-<item component="ComponentInfo{com.github.axet.torrentclient/com.github.axet.torrentclient.activities.MainActivity}" drawable="torrentclient"/>
-<item component="ComponentInfo{org.traccar.client/org.traccar.client.TraccarActivity}" drawable="traccar" />
-<item component="ComponentInfo{org.traccar.client/org.traccar.client.Launcher}" drawable="traccar"/>
-<item component="ComponentInfo{org.transdroid/org.transdroid.core.gui.TorrentsActivity_}" drawable="transdroid" />
-<item component="ComponentInfo{org.transdroid/org.transdroid.gui.Torrents}" drawable="transdroid" />
-<item component="ComponentInfo{org.transdroid.full/org.transdroid.core.gui.TorrentsActivity_}" drawable="transdroid" />
-<item component="ComponentInfo{org.transdroid.search/org.transdroid.search.gui.SettingsActivity}" drawable="transdroidsearch" />
-<item component="ComponentInfo{org.transdroid.lite/org.transdroid.core.gui.TorrentsActivity_}" drawable="transdrone" />
-<item component="ComponentInfo{org.y20k.transistor/org.y20k.transistor.MainActivity}" drawable="transistor" />
-<item component="ComponentInfo{de.grobox.liberario/de.grobox.liberario.activities.MainActivity}" drawable="transportr" />
-<item component="ComponentInfo{de.grobox.liberario/de.grobox.transport.map.MapActivity}" drawable="transportr" />
-<item component="ComponentInfo{de.grobox.liberario.debug/de.grobox.liberario.activities.MainActivity}" drawable="transportrdev" />
-<item component="ComponentInfo{com.android.launcher3/com.android.launcher3.Launcher}" drawable="trebuchet" />
-<item component="ComponentInfo{com.android.launcher3/com.android.launcher3.MemoryDumpActivity}" drawable="trebuchet" />
-<item component="ComponentInfo{com.android.launcher3/com.android.launcher3.ToggleWeightWatcher}" drawable="trebuchet" />
-<item component="ComponentInfo{com.cyanogenmod.trebuchet/com.cyanogenmod.trebuchet.ToggleWeightWatcher}" drawable="trebuchet" />
-<item component="ComponentInfo{org.equeim.tremotesf/org.equeim.tremotesf.mainactivity.MainActivity}" drawable="tremotef" />
-<item component="ComponentInfo{de.koelle.christian.trickytripper/de.koelle.christian.trickytripper.TrickyTripperActivity}" drawable="trickytripper" />
-<item component="ComponentInfo{org.hermit.tricorder/org.hermit.tricorder.Tricorder}" drawable="tricorder" />
-<item component="ComponentInfo{caldwell.ben.trolly/caldwell.ben.trolly.Trolly}" drawable="trolly" />
-<item component="ComponentInfo{org.fox.ttcomics2/org.fox.ttcomics2.LaunchActivity}" drawable="ttcomics" />
-<item component="ComponentInfo{org.fox.ttrss/org.fox.ttrss.LaunchActivity}" drawable="ttrss" />
-<item component="ComponentInfo{org.ttrssreader/org.ttrssreader.gui.CategoryActivity}" drawable="ttrss" />
-<item component="ComponentInfo{org.billthefarmer.tuner/org.billthefarmer.tuner.MainActivity}" drawable="tuner" />
-<item component="ComponentInfo{com.maskyn.fileeditor/com.maskyn.fileeditor.HomeActivity}" drawable="turboeditor" />
-<item component="ComponentInfo{com.maskyn.fileeditorpro/com.maskyn.fileeditorpro.HomeActivity}" drawable="turboeditor" />
-<item component="ComponentInfo{org.xphnx.iconsubmit/org.xphnx.iconsubmit.MainActivity}" drawable="turtl" />
-<item component="ComponentInfo{com.keylesspalace.tusky/com.keylesspalace.tusky.SplashActivity}" drawable="tusky"/>
-<item component="ComponentInfo{de.tutao.tutanota/de.tutao.tutanota.MainActivity}" drawable="tutanota" />
-<item component="ComponentInfo{de.tutao.tutanota/de.tutao.tutanota.Tutanota}" drawable="tutanota" />
-<item component="ComponentInfo{org.tuxemon.game/org.renpy.android.PythonActivity}" drawable="tuxemon" />
-<item component="ComponentInfo{org.tuxpaint/org.tuxpaint.TuxPaintActivity}" drawable="tuxpaint" />
-<item component="ComponentInfo{org.tuxpaint/org.tuxpaint.ConfigActivity}" drawable="tuxpaintconfig" />
-<item component="ComponentInfo{com.drodin.tuxrider/com.drodin.tuxrider.Installer}" drawable="tuxrider" />
-<item component="ComponentInfo{org.tvheadend.tvhguide/org.tvheadend.tvhguide.ChannelListActivity}" drawable="tvhguide" />
-<item component="ComponentInfo{com.redirectapps.tvkill/com.redirectapps.tvkill.MainActivity}" drawable="tvkill" />
-<item component="ComponentInfo{org.mariotaku.twidere/org.mariotaku.twidere.activity.MainActivity}" drawable="twidere" />
-<item component="ComponentInfo{de.vanita5.twittnuker/de.vanita5.twittnuker.activity.MainActivity}" drawable="twittnuker" />
-<item component="ComponentInfo{de.vanita5.twittnuker/de.vanita5.twittnuker.activity.TestActivity}" drawable="twittnuker" />
-<item component="ComponentInfo{com.twobuntu.twobuntu.com/com.twobuntu.twobuntu.ArticleListActivity}" drawable="twobuntu"/>
-<item component="ComponentInfo{com.ugetdm.uget/com.ugetdm.uget.MainActivity}" drawable="uget" />
-<item component="ComponentInfo{com.haringeymobile.ukweather/com.haringeymobile.ukweather.MainActivity}" drawable="ukweather" />
-<item component="ComponentInfo{org.secfirst.umbrella/org.secfirst.umbrella.MainActivity}" drawable="umbrella" />
-<item component="ComponentInfo{org.madore.android.unicodeMap/org.madore.android.unicodeMap.UnicodeMapActivity}" drawable="unicodemap" />
-<item component="ComponentInfo{app.varlorg.unote/app.varlorg.unote.NoteMain}" drawable="unote"/>
-<item component="ComponentInfo{app.varlorg.unote/.NoteMain}" drawable="unote"/>
-<item component="ComponentInfo{streetwalrus.usbmountr/streetwalrus.usbmountr.MainActivity}" drawable="usbmountr" />
-<item component="ComponentInfo{ch.blinkenlights.android.vanilla/ch.blinkenlights.android.vanilla.FullPlaybackActivity}" drawable="vanillamusic" />
-<item component="ComponentInfo{ch.blinkenlights.android.vanilla/ch.blinkenlights.android.vanilla.LibraryActivity}" drawable="vanillamusic" />
-<item component="ComponentInfo{com.dozingcatsoftware.bouncy/com.dozingcatsoftware.bouncy.BouncyActivity}" drawable="vectorpinball" />
-<item component="ComponentInfo{pro.rudloff.openvegemap/pro.rudloff.openvegemap.MainActivity}" drawable="vegemap"/>
-<item component="ComponentInfo{de.blau.android/de.blau.android.Main}" drawable="vespucci" />
-<item component="ComponentInfo{de.blau.android/de.blau.android.Splash}" drawable="vespucci"/>
-<item component="ComponentInfo{com.android.videoeditor/com.android.videoeditor.ProjectsActivity}" drawable="videoeditor" />
-<item component="ComponentInfo{protect.videotranscoder/.activity.MainActivity}" drawable="videotranscoder" />
-<item component="ComponentInfo{net.momodalo.app.vimtouch/net.momodalo.app.vimtouch.VimTouch}" drawable="vimtouch" />
-<item component="ComponentInfo{com.btcontract.wallet/com.btcontract.wallet.MainActivity}" drawable="visualbitcoin" />
-<item component="ComponentInfo{org.videolan.vlc/org.videolan.vlc.gui.MainActivity}" drawable="vlc" />
-<item component="ComponentInfo{org.videolan.vlc/org.videolan.vlc.StartActivity}" drawable="vlc"/>
-<item component="ComponentInfo{com.android.voicedialer/com.android.voicedialer.VoiceDialerActivity}" drawable="voicedialer" />
-<item component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.AsusRecorder}" drawable="voicerecorder" />
-<item component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.HQSoundRecorder}" drawable="voicerecorder" />
-<item component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.MzRecorderActivity}" drawable="voicerecorder" />
-<item component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.RecorderActivity}" drawable="voicerecorder" />
-<item component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.Sound}" drawable="voicerecorder" />
-<item component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.SoundRecorder}" drawable="voicerecorder" />
-<item component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.SoundRecorderLauncher}" drawable="voicerecorder" />
-<item component="ComponentInfo{com.android.soundrecorder/com.android.soundrecorder.SoundRecorderTab}" drawable="voicerecorder" />
-<item component="ComponentInfo{com.android.soundrecorder2/com.android.soundrecorder2.SoundRecorder2}" drawable="voicerecorder" />
-<item component="ComponentInfo{org.cyanogenmod.voiceplus/org.cyanogenmod.voiceplus.VoicePlusSetup}" drawable="voicerecorder" />
-<item component="ComponentInfo{org.vudroid/org.vudroid.core.MainBrowserActivity}" drawable="vudroid" />
-<item component="ComponentInfo{sk.vx.connectbot/sk.vx.connectbot.HostListActivity}" drawable="vxconnectbot" />
-<item component="ComponentInfo{net.mafro.android.wakeonlan/net.mafro.android.wakeonlan.WakeOnLanActivity}" drawable="wakeonlan" />
-<item component="ComponentInfo{fr.gaulupeau.apps.InThePoche/fr.gaulupeau.apps.Poche.Poche}" drawable="wallabag" />
-<item component="ComponentInfo{fr.gaulupeau.apps.InThePoche/fr.gaulupeau.apps.Poche.ui.ArticlesListActivity}" drawable="wallabag" />
-<item component="ComponentInfo{fr.gaulupeau.apps.InThePoche/fr.gaulupeau.apps.Poche.ui.MainActivity}" drawable="wallabag"/>
-<item component="ComponentInfo{com.android.dreams.basic/com.android.dreams.basic.Colors}" drawable="wallpaper" />
-<item component="ComponentInfo{com.android.dreams.phototable/com.android.dreams.phototable.FlipperDreamSettings}" drawable="wallpaper" />
-<item component="ComponentInfo{com.android.dreams.phototable/com.android.dreams.phototable.PhotoTableDreamSettings}" drawable="wallpaper" />
-<item component="ComponentInfo{com.android.galaxy4/com.android.galaxy4.Galaxy4}" drawable="wallpaper" />
-<item component="ComponentInfo{com.android.phasebeam/com.android.phasebeam.PhaseBeamSelector}" drawable="wallpaper" />
-<item component="ComponentInfo{com.android.wallpaper/com.android.wallpaper.polarclock.PolarClockSettings}" drawable="wallpaper" />
-<item component="ComponentInfo{com.android.wallpaper.holospiral/com.android.wallpaper.holospiral.HoloSpiralTestActivity}" drawable="wallpaper" />
-<item component="ComponentInfo{com.android.wallpaper.livepicker/com.android.wallpaper.livepicker.LiveWallpaperActivity}" drawable="wallpaper" />
-<item component="ComponentInfo{org.cyanogenmod.wallpapers.photophase/org.cyanogenmod.wallpapers.photophase.PhotoPhaseActivity}" drawable="wallpaper" />
-<item component="ComponentInfo{com.google.android.apps.wallpaper/com.google.android.apps.wallpaper.picker.CategoryPickerActivity}" drawable="wallpaper"/>
-<item component="ComponentInfo{com.cyanogenmod.wallpapers/com.cyanogenmod.wallpapers.wallpaper}" drawable="wallpaper" />
-<item component="ComponentInfo{com.musenkishi.wally/com.musenkishi.wally.activities.MainActivity}" drawable="wally" />
-<item component="ComponentInfo{com.jarsilio.android.waveup/com.jarsilio.android.waveup.MainActivity}" drawable="waveup" />
-<item component="ComponentInfo{org.asdtm.goodweather/org.asdtm.goodweather.MainActivity}" drawable="weathernotification" />
-<item component="ComponentInfo{ru.gelin.android.weather.notification/ru.gelin.android.weather.notification.app.MainActivity}" drawable="weathernotification" />
-<item component="ComponentInfo{com.tobykurien.webapps/com.tobykurien.webapps.activity.MainActivity}" drawable="webapps" />
-<item component="ComponentInfo{cz.yetanotherview.webcamviewer.app/cz.yetanotherview.webcamviewer.app.MainActivity}" drawable="webcamviewer" />
-<item component="ComponentInfo{de.geeksfactory.opacclient/de.geeksfactory.opacclient.frontend.MainActivity}" drawable="webopac" />
-<item component="ComponentInfo{starcom.snd/starcom.snd.WebRadio}" drawable="webradio"/>
-<item component="ComponentInfo{cz.martykan.webtube/cz.martykan.webtube.MainActivity}" drawable="webtube" />
-<item component="ComponentInfo{com.ubergeek42.WeechatAndroid/com.ubergeek42.WeechatAndroid.WeechatActivity}" drawable="weechat" />
-<item component="ComponentInfo{com.ubergeek42.WeechatAndroid.dev/com.ubergeek42.WeechatAndroid.WeechatActivity}" drawable="weechat" />
-<item component="ComponentInfo{de.baumann.weather/de.baumann.weather.helper.SplashActivity}" drawable="wetter" />
-<item component="ComponentInfo{com.javiersantos.whatsappbetaupdater/com.javiersantos.whatsappbetaupdater.activity.MainActivity}" drawable="whatsappbetaupdater" />
-<item component="ComponentInfo{org.wheelmap.android.online/org.wheelmap.android.activity.StartupActivity}" drawable="wheelmap" />
-<item component="ComponentInfo{org.wheelmap.android.online/org.wheelmap.android.app.WheelmapApp}" drawable="wheelmap" />
-<item component="ComponentInfo{org.wheelmap.android.online/org.wheelmap.android.online.activity.StartupActivity}" drawable="wheelmap" />
-<item component="ComponentInfo{org.wheelmap.android.online/org.wheelmap.android.online.StartupActivity}" drawable="wheelmap" />
-<item component="ComponentInfo{org.whispersystems.whisperpush/org.whispersystems.whisperpush.ui.RegistrationActivity}" drawable="whisperpush" />
-<item component="ComponentInfo{de.freewarepoint.whohasmystuff/de.freewarepoint.whohasmystuff.MainActivity}" drawable="whohasmystuff" />
-<item component="ComponentInfo{com.vrem.wifianalyzer/com.vrem.wifianalyzer.MainActivity}" drawable="wifianalyzer" />
-<item component="ComponentInfo{com.vrem.wifianalyzer/com.vrem.wifianalyzer.SplashActivity}" drawable="wifianalyzer"/>
-<item component="ComponentInfo{teaonly.droideye/teaonly.droideye.MainActivity}" drawable="wificamera" />
-<item component="ComponentInfo{com.volosyukivan/com.volosyukivan.WiFiKeyboard}" drawable="wifikeyboard" />
-<item component="ComponentInfo{be.brunoparmentier.wifikeyshare/be.brunoparmentier.wifikeyshare.activities.WifiListActivity}" drawable="wifikeyshare" />
-<item component="ComponentInfo{be.brunoparmentier.wifikeyshare/be.brunoparmentier.wifikeyshare.ui.activities.WifiListActivity}" drawable="wifikeyshare" />
-<item component="ComponentInfo{com.maralexbar.wifikeyview/com.maralexbar.wifikeyview.MainActivity}" drawable="wifikeyview" />
-<item component="ComponentInfo{org.cprados.wificellmanager/org.cprados.wificellmanager.ui.Preferences}" drawable="wifimatic" />
-<item component="ComponentInfo{nu.firetech.android.wifiwarning/nu.firetech.android.wifiwarning.ConfigActivity}" drawable="wifiwarning" />
-<item component="ComponentInfo{org.jsl.wfwt/org.jsl.wfwt.MainActivity}" drawable="wifiwalkietalkie" />
-<item component="ComponentInfo{net.wigle.wigleandroid/net.wigle.wigleandroid.MainActivity}" drawable="wigle" />
-<item component="ComponentInfo{com.wikijourney.wikijourney/com.wikijourney.wikijourney.HomeActivity}" drawable="wikijourney" />
-<item component="ComponentInfo{eu.wikijourney.wikijourney/eu.wikijourney.wikijourney.HomeActivity}" drawable="wikijourney" />
-<item component="ComponentInfo{fr.free.nrw.commons/fr.free.nrw.commons.auth.LoginActivity}" drawable="wikimedia" />
-<item component="ComponentInfo{org.wikimedia.commons/org.wikimedia.commons.campaigns.CampaignActivity}" drawable="wikimedia" />
-<item component="ComponentInfo{org.wikimedia.commons/org.wikimedia.commons.contributions.ContributionsActivity}" drawable="wikimedia" />
-<item component="ComponentInfo{org.wikipedia/org.wikipedia.page.PageActivity}" drawable="wikipedia" />
-<item component="ComponentInfo{org.wikipedia/org.wikipedia.WikipediaActivity}" drawable="wikipedia" />
-<item component="ComponentInfo{org.wikipedia/org.wikipedia.main.MainActivity}" drawable="wikipedia"/>
-<item component="ComponentInfo{org.wikipedia.beta/org.wikipedia.beta.page.PageActivity}" drawable="wikipedia" />
-<item component="ComponentInfo{org.wikipedia.beta/org.wikipedia.page.PageActivity}" drawable="wikipedia" />
-<item component="ComponentInfo{org.wiktionary/org.wiktionary.WiktionaryActivity}" drawable="wiktionary" />
-<item component="ComponentInfo{com.wire/com.waz.zclient.LaunchActivity}" drawable="wireapp"/>
-<item component="ComponentInfo{org.whispersystems.whisperpush/org.whispersystems.whisperpush.ui.RegistrationActivity}" drawable="wishperpush" />
-<item component="ComponentInfo{org.wordpress.android/org.wordpress.android.Dashboard}" drawable="wordpress" />
-<item component="ComponentInfo{org.wordpress.android/org.wordpress.android.splashScreen}" drawable="wordpress" />
-<item component="ComponentInfo{org.wordpress.android/org.wordpress.android.ui.posts.PostsActivity}" drawable="wordpress" />
-<item component="ComponentInfo{org.wordpress.android/org.wordpress.android.ui.WPLaunchActivity}" drawable="wordpress"/>
-<item component="ComponentInfo{eu.vranckaert.worktime/eu.vranckaert.worktime.activities.timeregistrations.TimeRegistrationListActivity}" drawable="worktime" />
-<item component="ComponentInfo{ch.corten.aha.worldclock/ch.corten.aha.worldclock.WorldClockActivity}" drawable="worldclock" />
-<item component="ComponentInfo{net.glsk.wpgen/net.glsk.wpgen.ColorsActivity}" drawable="wpgen" />
-<item component="ComponentInfo{be.uhasselt.privacypolice/be.uhasselt.privacypolice.PreferencesActivity}" drawable="wppolice" />
-<item component="ComponentInfo{me.writeily/me.writeily.PromptPinActivity}" drawable="writeily" />
-<item component="ComponentInfo{me.writeily.pro/me.writeily.pro.PromptPinActivity}" drawable="writeily" />
-<item component="ComponentInfo{com.xabber.android/com.xabber.android.ui.activity.ContactList}" drawable="xabber" />
-<item component="ComponentInfo{com.xabber.androiddev/com.xabber.android.ui.activity.ContactList}" drawable="xabber" />
-<item component="ComponentInfo{com.xabber.androiddev/com.xabber.androiddev.ui.ContactList}" drawable="xabber" />
-<item component="ComponentInfo{com.xabber.androiddev/com.xabber.android.ui.activity.ContactListActivity}" drawable="xabber"/>
-<item component="ComponentInfo{com.xabber.android.beta/com.xabber.android.ui.activity.ContactListActivity}" drawable="xabber"/>
-<item component="ComponentInfo{org.xbmc.android.remote/org.xbmc.android.remote.presentation.activity.HomeActivity}" drawable="xbmc" />
-<item component="ComponentInfo{com.iven.xdafeedreader/com.iven.xdafeedreader.mainact.SplashActivity}" drawable="xdafeedreader" />
-<item component="ComponentInfo{net.bytten.xkcdviewer/net.bytten.xkcdviewer.XkcdViewerActivity}" drawable="xkcdviewer" />
-<item component="ComponentInfo{de.robv.android.xposed.installer/de.robv.android.xposed.installer.WelcomeActivity}" drawable="xposed" />
-<item component="ComponentInfo{org.xposeddownloader/org.xposeddownloader.MainActivity}" drawable="xposeddownloader" />
-<item component="ComponentInfo{biz.bokhorst.xprivacy/biz.bokhorst.xprivacy.ActivityMain}" drawable="xprivacy" />
-<item component="ComponentInfo{x.org.server/x.org.server.MainActivity}" drawable="xsdl" />
-<item component="ComponentInfo{de.xskat/de.xskat.XSkat}" drawable="xskat"/>
-<item component="ComponentInfo{biz.gyrus.yaab/biz.gyrus.yaab.MainActivity}" drawable="yaab" />
-<item component="ComponentInfo{de.yaacc/de.yaacc.browser.TabBrowserActivity}" drawable="yaacc" />
-<item component="ComponentInfo{org.yaaic/org.yaaic.activity.MainActivity}" drawable="yaaic" />
-<item component="ComponentInfo{org.yaaic/org.yaaic.activity.ServersActivity}" drawable="yaaic" />
-<item component="ComponentInfo{com.tum.yahtzee/com.tum.yahtzee.YahtzeeActivity}" drawable="yahtzee" />
-<item component="ComponentInfo{com.github.yeriomin.yalpstore/com.github.yeriomin.yalpstore.UpdatableAppsActivity}" drawable="yalpstore" />
-<item component="ComponentInfo{com.github.yeriomin.yalpstore/com.github.yeriomin.yalpstore.InstalledAppsActivity}" drawable="yalpstore" />
-<item component="ComponentInfo{org.yaxim.androidclient/org.yaxim.androidclient.MainWindow}" drawable="yaxim" />
-<item component="ComponentInfo{com.yubico.yubioath/com.yubico.yubioath.MainActivity}" drawable="yubico" />
-<item component="ComponentInfo{de.christinecoenen.code.zapp/de.christinecoenen.code.zapp.app.MainActivity}" drawable="zapp"/>
 
-
-<!-- 3.1.0 -->
-<item component="ComponentInfo{it.feio.android.omninotes.foss/it.feio.android.omninotes.MainActivity}" drawable="omninotes"/>
-<item component="ComponentInfo{com.thirtydegreesray.openhub/com.thirtydegreesray.openhub.ui.activity.SplashActivity}" drawable="openhub"/>
-<item component="ComponentInfo{org.billthefarmer.editor/org.billthefarmer.editor.Editor}" drawable="editor"/>
-<item component="ComponentInfo{org.y20k.trackbook/org.y20k.trackbook.MainActivity}" drawable="trackbook"/>
-<item component="ComponentInfo{net.codechunk.speedofsound/net.codechunk.speedofsound.SpeedActivity}" drawable="speedofsound"/>
-<item component="ComponentInfo{free.rm.skytube.oss/free.rm.skytube.gui.activities.MainActivity}" drawable="skytube"/>
-<item component="ComponentInfo{ru.gelin.android.browser.open/ru.gelin.android.browser.open.MainActivity}" drawable="openinbrowser"/>
-<item component="ComponentInfo{co.copperhead.noise/org.thoughtcrime.securesms.RoutingActivity}" drawable="noise"/>
-<item component="ComponentInfo{net.gsantner.markor/net.gsantner.markor.activity.MainActivity}" drawable="markor"/>
-<item component="ComponentInfo{com.dynamicg.homebuttonlauncher/com.dynamicg.homebuttonlauncher.MainActivityOpen}" drawable="homelauncher"/>
-<item component="ComponentInfo{io.github.froodyapp/io.github.froodyapp.activity.MainActivity}" drawable="froody"/>
-<item component="ComponentInfo{ryey.easer/ryey.easer.core.ui.MainActivity}" drawable="easer"/>
-<item component="ComponentInfo{io.github.lonamiwebs.klooni/io.github.lonamiwebs.klooni.AndroidLauncher}" drawable="klooni"/>
-<item component="ComponentInfo{com.genonbeta.TrebleShot/com.genonbeta.TrebleShot.activity.TrebleShotActivity}" drawable="trebleshot"/>
-<item component="ComponentInfo{com.genonbeta.TrebleShot/com.genonbeta.TrebleShot.activity.HomeActivity}" drawable="trebleshot"/>
-<item component="ComponentInfo{de.tobiasbielefeld.brickgames/de.tobiasbielefeld.brickgames.ui.Main}" drawable="brickgames"/>
-<item component="ComponentInfo{de.pinyto.exalteddicer/de.pinyto.exalteddicer.MainActivity}" drawable="exalteddicer"/>
-<item component="ComponentInfo{app.librenews.io.librenews/app.librenews.io.librenews.views.MainFlashActivity}" drawable="librenews"/>
-<item component="ComponentInfo{fr.gouv.etalab.mastodon/fr.gouv.etalab.mastodon.activities.SplashActivity}" drawable="mastalab"/>
-<item component="ComponentInfo{com.antoniotari.reactiveampacheapp/com.antoniotari.reactiveampacheapp.ui.activities.SplashActivity}" drawable="powerampache"/>
-<item component="ComponentInfo{com.vlath.keyboard/com.vlath.keyboard.Main}" drawable="behekeyboard"/>
-<item component="ComponentInfo{cx.ring/cx.ring.launch.LaunchActivity}" drawable="ring"/>
-<item component="ComponentInfo{com.iven.musicplayergo/com.iven.musicplayergo.MainActivity}" drawable="musicplayergo"/>
-<item component="ComponentInfo{com.duckduckgo.mobile.android/com.duckduckgo.app.launch.LaunchActivity}" drawable="duckduckgo"/>
-<item component="ComponentInfo{menion.android.whereyougo/menion.android.whereyougo.gui.activity.MainActivity}" drawable="whereyougo"/>
-<item component="ComponentInfo{de.ph1b.audiobook/.features.coldStart.SplashActivity}" drawable="voice"/>
-<item component="ComponentInfo{com.simplemobiletools.camera/.activities.SplashActivity}" drawable="simplecamera"/>
-<item component="ComponentInfo{io.gitlab.allenb1.todolist/.TaskActivity}" drawable="taskeeper"/>
-<item component="ComponentInfo{com.cityzen.cityzen/com.cityzen.cityzen.Activities.SplashScreenActivity}" drawable="cityzen"/>
-<item component="ComponentInfo{io.github.hidroh.materialistic/io.github.hidroh.materialistic.LauncherActivity}" drawable="hn" />
-<item component="ComponentInfo{com.orpheusdroid.screenrecorder/.MainActivity}" drawable="screencam" />
-<item component="ComponentInfo{org.bitbatzen.wlanscanner/org.bitbatzen.wlanscanner.MainActivity}" drawable="wlanscanner" />
-<item component="ComponentInfo{atm.nasaimages/.main.MainActivity}" drawable="nasaimages" />
-<item component="ComponentInfo{com.gitlab.kreikenbaum.suntime/.SunTimeActivity}" drawable="suntime" />
-<item component="ComponentInfo{de.schildbach.oeffi/de.schildbach.oeffi.directions.DirectionsActivity}" drawable="oeffidirections"/>
-<item component="ComponentInfo{de.schildbach.oeffi/de.schildbach.oeffi.plans.PlansPickerActivity}" drawable="oeffiplans"/>
-<item component="ComponentInfo{de.schildbach.oeffi/de.schildbach.oeffi.stations.StationsActivity}" drawable="oeffistations"/>
-<item component="ComponentInfo{com.dkanada.icecons/com.dkanada.icecons.activities.MainActivity}" drawable="frost" />
-<item component="ComponentInfo{org.openhab.habdroid/org.openhab.habdroid.ui.OpenHABMainActivity}" drawable="openhab" />
-<item component="ComponentInfo{org.openhab.habdroid.beta/.ui.OpenHABMainActivity}" drawable="openhab" />
-<item component="ComponentInfo{org.thosp.yourlocalweather/.MainActivity}" drawable="localweather" />
-<item component="ComponentInfo{ryey.easer/.core.ui.MainActivity}" drawable="easer" />
-<item component="ComponentInfo{com.dragons.aurora/.activities.AuroraActivity}" drawable="aurorastore" />
-<item component="ComponentInfo{com.tmendes.birthdaydroid/.MainActivity}" drawable="birthdaydroid" />
-<item component="ComponentInfo{de.baumann.browser.Ninja/de.baumann.browser.Activity.BrowserActivity}" drawable="fossbrowser" />
-<item component="ComponentInfo{com.github.axet.maps/com.mapswithme.maps.SplashActivity}" drawable="maps" />
-<item component="ComponentInfo{com.github.axet.maps/com.mapswithme.maps.DownloadResourcesActivity}" drawable="maps" />
-<item component="ComponentInfo{com.cgogolin.penandpdf/PenAndPDFActivity}" drawable="penandpdf" />
-<item component="ComponentInfo{de.grobox.transportr/de.grobox.transportr.map.MapActivity}" drawable="transportr" />
-<item component="ComponentInfo{com.x8bit.bitwarden/md5b95ad25b85f158431f24aa9fc17a1c1e.SplashActivity}" drawable="bitwarden" />
-<item component="ComponentInfo{taco.apkmirror/.activities.MainActivity}" drawable="apkmirror" />
-<item component="ComponentInfo{project.budgetwatch/project.budgetwatch.MainActivity}" drawable="budgetwatch" />
-<item component="ComponentInfo{trikita.talalarmo/trikita.talalarmo.MainActivity}" drawable="talalarmo" />
-<item component="ComponentInfo{apps.jizzu.simpletodo/apps.jizzu.simpletodo.activity.MainActivity}" drawable="simpletodo" />
+    <!-- 3.1.0 -->
+    <item
+        component="ComponentInfo{it.feio.android.omninotes.foss/it.feio.android.omninotes.MainActivity}"
+        drawable="omninotes" />
+    <item
+        component="ComponentInfo{com.thirtydegreesray.openhub/com.thirtydegreesray.openhub.ui.activity.SplashActivity}"
+        drawable="openhub" />
+    <item
+        component="ComponentInfo{org.billthefarmer.editor/org.billthefarmer.editor.Editor}"
+        drawable="editor" />
+    <item
+        component="ComponentInfo{org.y20k.trackbook/org.y20k.trackbook.MainActivity}"
+        drawable="trackbook" />
+    <item
+        component="ComponentInfo{net.codechunk.speedofsound/net.codechunk.speedofsound.SpeedActivity}"
+        drawable="speedofsound" />
+    <item
+        component="ComponentInfo{free.rm.skytube.oss/free.rm.skytube.gui.activities.MainActivity}"
+        drawable="skytube" />
+    <item
+        component="ComponentInfo{ru.gelin.android.browser.open/ru.gelin.android.browser.open.MainActivity}"
+        drawable="openinbrowser" />
+    <item
+        component="ComponentInfo{co.copperhead.noise/org.thoughtcrime.securesms.RoutingActivity}"
+        drawable="noise" />
+    <item
+        component="ComponentInfo{net.gsantner.markor/net.gsantner.markor.activity.MainActivity}"
+        drawable="markor" />
+    <item
+        component="ComponentInfo{com.dynamicg.homebuttonlauncher/com.dynamicg.homebuttonlauncher.MainActivityOpen}"
+        drawable="homelauncher" />
+    <item
+        component="ComponentInfo{io.github.froodyapp/io.github.froodyapp.activity.MainActivity}"
+        drawable="froody" />
+    <item
+        component="ComponentInfo{ryey.easer/ryey.easer.core.ui.MainActivity}"
+        drawable="easer" />
+    <item
+        component="ComponentInfo{io.github.lonamiwebs.klooni/io.github.lonamiwebs.klooni.AndroidLauncher}"
+        drawable="klooni" />
+    <item
+        component="ComponentInfo{com.genonbeta.TrebleShot/com.genonbeta.TrebleShot.activity.TrebleShotActivity}"
+        drawable="trebleshot" />
+    <item
+        component="ComponentInfo{com.genonbeta.TrebleShot/com.genonbeta.TrebleShot.activity.HomeActivity}"
+        drawable="trebleshot" />
+    <item
+        component="ComponentInfo{de.tobiasbielefeld.brickgames/de.tobiasbielefeld.brickgames.ui.Main}"
+        drawable="brickgames" />
+    <item
+        component="ComponentInfo{de.pinyto.exalteddicer/de.pinyto.exalteddicer.MainActivity}"
+        drawable="exalteddicer" />
+    <item
+        component="ComponentInfo{app.librenews.io.librenews/app.librenews.io.librenews.views.MainFlashActivity}"
+        drawable="librenews" />
+    <item
+        component="ComponentInfo{fr.gouv.etalab.mastodon/fr.gouv.etalab.mastodon.activities.SplashActivity}"
+        drawable="mastalab" />
+    <item
+        component="ComponentInfo{com.antoniotari.reactiveampacheapp/com.antoniotari.reactiveampacheapp.ui.activities.SplashActivity}"
+        drawable="powerampache" />
+    <item
+        component="ComponentInfo{com.vlath.keyboard/com.vlath.keyboard.Main}"
+        drawable="behekeyboard" />
+    <item
+        component="ComponentInfo{cx.ring/cx.ring.launch.LaunchActivity}"
+        drawable="ring" />
+    <item
+        component="ComponentInfo{com.iven.musicplayergo/com.iven.musicplayergo.MainActivity}"
+        drawable="musicplayergo" />
+    <item
+        component="ComponentInfo{com.duckduckgo.mobile.android/com.duckduckgo.app.launch.LaunchActivity}"
+        drawable="duckduckgo" />
+    <item
+        component="ComponentInfo{menion.android.whereyougo/menion.android.whereyougo.gui.activity.MainActivity}"
+        drawable="whereyougo" />
+    <item
+        component="ComponentInfo{de.ph1b.audiobook/.features.coldStart.SplashActivity}"
+        drawable="voice" />
+    <item
+        component="ComponentInfo{com.simplemobiletools.camera/.activities.SplashActivity}"
+        drawable="simplecamera" />
+    <item
+        component="ComponentInfo{io.gitlab.allenb1.todolist/.TaskActivity}"
+        drawable="taskeeper" />
+    <item
+        component="ComponentInfo{com.cityzen.cityzen/com.cityzen.cityzen.Activities.SplashScreenActivity}"
+        drawable="cityzen" />
+    <item
+        component="ComponentInfo{io.github.hidroh.materialistic/io.github.hidroh.materialistic.LauncherActivity}"
+        drawable="hn" />
+    <item
+        component="ComponentInfo{com.orpheusdroid.screenrecorder/.MainActivity}"
+        drawable="screencam" />
+    <item
+        component="ComponentInfo{org.bitbatzen.wlanscanner/org.bitbatzen.wlanscanner.MainActivity}"
+        drawable="wlanscanner" />
+    <item
+        component="ComponentInfo{atm.nasaimages/.main.MainActivity}"
+        drawable="nasaimages" />
+    <item
+        component="ComponentInfo{com.gitlab.kreikenbaum.suntime/.SunTimeActivity}"
+        drawable="suntime" />
+    <item
+        component="ComponentInfo{de.schildbach.oeffi/de.schildbach.oeffi.directions.DirectionsActivity}"
+        drawable="oeffidirections" />
+    <item
+        component="ComponentInfo{de.schildbach.oeffi/de.schildbach.oeffi.plans.PlansPickerActivity}"
+        drawable="oeffiplans" />
+    <item
+        component="ComponentInfo{de.schildbach.oeffi/de.schildbach.oeffi.stations.StationsActivity}"
+        drawable="oeffistations" />
+    <item
+        component="ComponentInfo{com.dkanada.icecons/com.dkanada.icecons.activities.MainActivity}"
+        drawable="frost" />
+    <item
+        component="ComponentInfo{org.openhab.habdroid/org.openhab.habdroid.ui.OpenHABMainActivity}"
+        drawable="openhab" />
+    <item
+        component="ComponentInfo{org.openhab.habdroid.beta/.ui.OpenHABMainActivity}"
+        drawable="openhab" />
+    <item
+        component="ComponentInfo{org.thosp.yourlocalweather/.MainActivity}"
+        drawable="localweather" />
+    <item
+        component="ComponentInfo{ryey.easer/.core.ui.MainActivity}"
+        drawable="easer" />
+    <item
+        component="ComponentInfo{com.dragons.aurora/.activities.AuroraActivity}"
+        drawable="aurorastore" />
+    <item
+        component="ComponentInfo{com.tmendes.birthdaydroid/.MainActivity}"
+        drawable="birthdaydroid" />
+    <item
+        component="ComponentInfo{de.baumann.browser.Ninja/de.baumann.browser.Activity.BrowserActivity}"
+        drawable="fossbrowser" />
+    <item
+        component="ComponentInfo{com.github.axet.maps/com.mapswithme.maps.SplashActivity}"
+        drawable="maps" />
+    <item
+        component="ComponentInfo{com.github.axet.maps/com.mapswithme.maps.DownloadResourcesActivity}"
+        drawable="maps" />
+    <item
+        component="ComponentInfo{com.cgogolin.penandpdf/PenAndPDFActivity}"
+        drawable="penandpdf" />
+    <item
+        component="ComponentInfo{de.grobox.transportr/de.grobox.transportr.map.MapActivity}"
+        drawable="transportr" />
+    <item
+        component="ComponentInfo{com.x8bit.bitwarden/md5b95ad25b85f158431f24aa9fc17a1c1e.SplashActivity}"
+        drawable="bitwarden" />
+    <item
+        component="ComponentInfo{taco.apkmirror/.activities.MainActivity}"
+        drawable="apkmirror" />
+    <item
+        component="ComponentInfo{project.budgetwatch/project.budgetwatch.MainActivity}"
+        drawable="budgetwatch" />
+    <item
+        component="ComponentInfo{trikita.talalarmo/trikita.talalarmo.MainActivity}"
+        drawable="talalarmo" />
+    <item
+        component="ComponentInfo{apps.jizzu.simpletodo/apps.jizzu.simpletodo.activity.MainActivity}"
+        drawable="simpletodo" />
 
 
     <!-- Nova Launcher specific -->
-    <item component=":BROWSER" drawable="browser" />
-    <item component=":CALCULATOR" drawable="calculator" />
-    <item component=":CALENDAR" drawable="calendar" />
-    <item component=":CAMERA" drawable="camera2" />
-    <item component=":CLOCK" drawable="clock" />
-    <item component=":CONTACTS" drawable="contacts" />
-    <item component=":EMAIL" drawable="mail" />
-    <item component=":GALLERY" drawable="gallery" />
-    <item component=":PHONE" drawable="phone" />
-    <item component=":SMS" drawable="messages" />
-    <item component=":LAUNCHER_ACTION_APP_DRAWER" drawable="drawer" />
+    <item
+        component=":BROWSER"
+        drawable="browser" />
+    <item
+        component=":CALCULATOR"
+        drawable="calculator" />
+    <item
+        component=":CALENDAR"
+        drawable="calendar" />
+    <item
+        component=":CAMERA"
+        drawable="camera2" />
+    <item
+        component=":CLOCK"
+        drawable="clock" />
+    <item
+        component=":CONTACTS"
+        drawable="contacts" />
+    <item
+        component=":EMAIL"
+        drawable="mail" />
+    <item
+        component=":GALLERY"
+        drawable="gallery" />
+    <item
+        component=":PHONE"
+        drawable="phone" />
+    <item
+        component=":SMS"
+        drawable="messages" />
+    <item
+        component=":LAUNCHER_ACTION_APP_DRAWER"
+        drawable="drawer" />
 
 </resources>
diff --git a/app/src/main/res/xml/drawable.xml b/app/src/main/res/xml/drawable.xml
index c8f806872..fafd1c3ef 100644
--- a/app/src/main/res/xml/drawable.xml
+++ b/app/src/main/res/xml/drawable.xml
@@ -5,7 +5,6 @@
     <item drawable="aat" />
     <item drawable="acaldav" />
     <item drawable="acal" />
-    <item drawable="acastus" />
     <item drawable="activitylauncher" />
     <item drawable="adaway" />
     <item drawable="addi" />
diff --git a/artwork/Get_it_on_F-Droid.svg.png b/artwork/Get_it_on_F-Droid.svg.png
deleted file mode 100644
index 75d6992e83a0f4ac575e1e84cf9a5566b23449c9..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 5513
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
Xt(KhmzWW#$7#KWV{an^LB{Ts5%!^>j

diff --git a/artwork/apk.png b/artwork/apk.png
new file mode 100644
index 0000000000000000000000000000000000000000..2d9f40dcb657d4cf38c7195299ffd2674ad420f0
GIT binary patch
literal 7913
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
Q0|Nttr>mdKI;Vst0Mw})*8l(j

literal 0
HcmV?d00001

diff --git a/build.gradle b/build.gradle
index bdd706a39..dfcc3ad6e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
     }
 
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.1.4'
+        classpath 'com.android.tools.build:gradle:3.2.0'
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
index 0d4a9516871afd710a9d84d89e31ba77745607bd..29953ea141f55e3b8fc691d31b5ca8816d89fa87 100644
GIT binary patch
delta 49463
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
Qf|HYDuV}ITISCR402YG^CIA2c

delta 47733
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
U01_x__aB<<cw382;xI@Q09<qO#Q*>R

diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 10ba6ba5d..1c1abad57 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
-distributionSha256Sum=39e2d5803bbd5eaf6c8efe07067b0e5a00235e8c71318642b2ed262920b27721
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
+distributionSha256Sum=b7aedd369a26b177147bcb715f8b1fc4fe32b0a6ade0d7fd8ee5ed0c6f731f2c
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
diff --git a/icons/acastus.svg b/icons/acastus.svg
deleted file mode 100644
index f5d2d792e..000000000
--- a/icons/acastus.svg
+++ /dev/null
@@ -1,86 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg version="1.1" viewBox="0 0 28.747 28.747" xmlns="http://www.w3.org/2000/svg">
-    <defs>
-        <filter id="filter6206-7" color-interpolation-filters="sRGB">
-            <feGaussianBlur stdDeviation="0.658125"/>
-        </filter>
-    </defs>
-    <g transform="translate(0 -1093.8)">
-        <path transform="matrix(1.0781 0 0 1.0641 -.093733 2.7509)" d="m4.4177 1028.2v1.6051h-1.6052v18.192h1.6052v2.1402h18.192v-2.1402h2.1402v-18.192h-2.1402v-1.6051z" fill="#263238" filter="url(#filter6206-7)" opacity=".2"/>
-        <rect x="2.9987" y="1096.8" width="22.749" height="22.749" rx="1.1973" ry="1.1974" fill="#4caf50"/>
-        <g transform="translate(-22.32 1056.5)">
-            <path d="m0 0h51.2v51.2h-51.2z" fill="none" stroke-width="1.0667"/>
-            <g transform="matrix(.33601 0 0 .33601 1.5296 73.043)">
-                <path d="m0 0h51.2v51.2h-51.2z" fill="none" stroke-width="1.0667"/>
-            </g>
-            <g transform="matrix(.37187 0 0 .37187 38.802 63.239)">
-                <path d="m0 0h51.2v51.2h-51.2z" fill="none" stroke-width="1.0667"/>
-                <g transform="matrix(2.6891 0 0 2.6891 -82.906 -48.45)">
-                    <path d="m0 0h51.2v51.2h-51.2z" fill="none" stroke-width="1.0667"/>
-                </g>
-            </g>
-        </g>
-        <path d="m4.1958 1096.8c-0.66332 0-1.1979 0.5346-1.1979 1.1979v0.3334c0-0.6634 0.53459-1.1979 1.1979-1.1979h20.354c0.66332 0 1.1979 0.5345 1.1979 1.1979v-0.3334c0-0.6633-0.5346-1.1979-1.1979-1.1979z" fill="#fff" opacity=".2"/>
-        <rect x="128" y="546.52" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="128" y="631.85" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="128" y="674.52" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="128" y="589.19" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="128" y="717.19" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="213.33" y="546.52" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="213.33" y="631.85" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="213.33" y="674.52" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="213.33" y="589.19" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="213.33" y="717.19" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="298.67" y="546.52" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="298.67" y="631.85" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="298.67" y="674.52" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="298.67" y="589.19" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="298.67" y="717.19" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="170.67" y="546.52" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="170.67" y="631.85" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="170.67" y="674.52" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="170.67" y="589.19" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="170.67" y="717.19" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="256" y="546.52" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="256" y="631.85" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="256" y="674.52" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="256" y="589.19" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="256" y="717.19" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="128" y="759.85" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="213.33" y="759.85" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="298.67" y="759.85" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="170.67" y="759.85" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="256" y="759.85" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="341.33" y="589.19" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="341.33" y="631.85" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="341.33" y="717.19" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="341.33" y="546.52" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="341.33" y="674.52" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="341.33" y="759.85" width="42.667" height="42.667" fill="none" stroke-width="1.0667"/>
-        <rect x="160" y="578.52" width="192" height="192" fill="none" stroke-width="1.0667"/>
-        <g transform="matrix(.37344 0 0 .37344 4.7333 1097.4)">
-            <path d="m0 0h51.2v51.2h-51.2z" fill="none" stroke-width="1.0667"/>
-        </g>
-        <g transform="matrix(.36471 0 0 .36471 5.1356 1097.4)">
-            <path d="m0 0h51.2v51.2h-51.2z" fill="none" stroke-width="1.0667"/>
-        </g>
-        <g transform="matrix(.41585 0 0 .41585 84.325 1055.9)">
-            <g transform="matrix(.062269 0 0 .062269 -28.238 185.29)">
-                <g transform="matrix(38.618 0 0 38.618 14724 -13542)">
-                    <g transform="matrix(.71436 0 0 .71436 -400.52 188.34)">
-                        <path d="m1293.2-120.67c-181.75 0.2763-511.18 0.13525-699.05 0.13998-2.3216 10.413-3.593 21.251-3.593 32.384v114c207.65 0.73695 494.72 0.38136 706.23 0.3733v-114.37c0-11.18-1.2522-22.07-3.593-32.523zm-458.69 295.56c-78.385-4e-3 -158.85 0.17892-243.95 0.55995v138.63c286.34-0.39317 421.73-0.13827 706.23-0.32664v-137.75c-163.2-0.53005-311.22-1.1113-462.28-1.1199z" opacity="0" stroke-width="1.4932"/>
-                    </g>
-                </g>
-            </g>
-        </g>
-        <path d="m24.549 1119.5c0.66325 0 1.1979-0.5346 1.1979-1.1979v-0.3333c0 0.6632-0.53461 1.1978-1.1979 1.1978h-20.354c-0.66325 0-1.1979-0.5346-1.1979-1.1978v0.3333c0 0.6633 0.53461 1.1979 1.1979 1.1979z" fill="#263238" opacity=".2"/>
-    </g>
-    <flowRoot fill="#000000" font-family="Roboto" font-size="4px" letter-spacing="0px" stroke-width="1.0667px" word-spacing="0px" style="line-height:125%" xml:space="preserve"><flowRegion><rect x="11.375" y="11.984" width="4.7893" height="5.388" stroke-width="1.1378px"/></flowRegion><flowPara>your</flowPara></flowRoot>
-    <path d="m12.71 7.7933a4.8875 4.8875 0 0 1 4.8875 4.8875c0 1.2106-0.44363 2.3234-1.173 3.1806l0.20302 0.20302h0.59402l3.7596 3.7596-1.1279 1.1279-3.7596-3.7596v-0.59402l-0.20302-0.20302c-0.85719 0.72936-1.97 1.173-3.1806 1.173a4.8875 4.8875 0 0 1-4.8875-4.8875 4.8875 4.8875 0 0 1 4.8875-4.8875m0 1.5038c-1.8798 0-3.3836 1.5038-3.3836 3.3836s1.5038 3.3836 3.3836 3.3836 3.3836-1.5038 3.3836-3.3836-1.5038-3.3836-3.3836-3.3836z" fill="#fff" stroke-width=".75192"/>
-    <path d="m12.689 12.622a0.62847 0.62847 0 0 1-0.62847-0.62847 0.62847 0.62847 0 0 1 0.62847-0.62847 0.62847 0.62847 0 0 1 0.62847 0.62847 0.62847 0.62847 0 0 1-0.62847 0.62847m0-2.3882a1.7597 1.7597 0 0 0-1.7597 1.7597c0 1.3198 1.7597 3.268 1.7597 3.268s1.7597-1.9483 1.7597-3.268a1.7597 1.7597 0 0 0-1.7597-1.7597z" fill="#fff" stroke-width=".25139"/>
-    <g display="none" fill="none">
-        <rect transform="rotate(90)" x="7.8232" y="-20.923" width="13.1" height="13.1" display="inline" stroke="#000" stroke-width=".070382"/>
-        <rect x="7.2241" y="8.6528" width="14.298" height="11.441" stroke="#5261ff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".069589"/>
-        <rect transform="rotate(90)" x="7.2241" y="-20.094" width="14.298" height="11.441" display="inline" stroke="#0f0" stroke-linecap="round" stroke-linejoin="round" stroke-width=".069589"/>
-    </g>
-</svg>
diff --git a/process_wipsvg-xml.sh b/process_wipsvg-xml.sh
index 4b462cdd4..0c296f920 100755
--- a/process_wipsvg-xml.sh
+++ b/process_wipsvg-xml.sh
@@ -23,16 +23,16 @@ done
 # "xml" crea los correspondientes values/iconpack.xml y xml/drawable.xml
 SVGDIR="icons/"
 EXPORT="app/src/main/res"
-ICPACK_PRE='        <item>'
+ICPACK_PRE='<item>'
 ICPACK_SUF='</item>\n'
-DRAWABLE_PRE='    <item drawable="'
+DRAWABLE_PRE='<item drawable="'
 DRAWABLE_SUF='" />\n'
-CODE_PRE='            R.drawable.nodpi_'
+CODE_PRE='R.drawable.nodpi_'
 CODE_SUF=',\n'
 
-printf '<?xml version="1.0" encoding="utf-8"?>\n<resources>\n    <string-array name="icon_pack" translatable="false">\n' > iconpack.xml
-printf '<?xml version="1.0" encoding="utf-8"?>\n<resources>\n    <version>1</version>\n' > drawable.xml
-printf '    private Integer[] mImages = {\n' > code.xml
+printf '<?xml version="1.0" encoding="utf-8"?>\n<resources>\n<string-array name="icon_pack" translatable="false">\n' > iconpack.xml
+printf '<?xml version="1.0" encoding="utf-8"?>\n<resources>\n<version>1</version>\n' > drawable.xml
+printf 'private Integer[] mImages = {\n' > code.xml
 
 for DIR in $(find ${SVGDIR} -name "*.svg" | sort)
 do
@@ -43,9 +43,9 @@ do
   printf "${CODE_PRE}${NAME}${CODE_SUF}" >> code.xml
 done
 
-printf '    </string-array>\n</resources>\n' >> iconpack.xml
+printf '</string-array>\n</resources>\n' >> iconpack.xml
 printf '</resources>\n' >> drawable.xml
-printf '    };' >> code.xml
+printf ' };' >> code.xml
 
 rm -rf code.xml
 
diff --git a/process_xml.sh b/process_xml.sh
index e131b5509..9b128a9fe 100755
--- a/process_xml.sh
+++ b/process_xml.sh
@@ -2,16 +2,16 @@
 
 SVGDIR="icons/"
 EXPORT="app/src/main/res"
-ICPACK_PRE='        <item>'
+ICPACK_PRE='<item>'
 ICPACK_SUF='</item>\n'
-DRAWABLE_PRE='    <item drawable="'
+DRAWABLE_PRE='<item drawable="'
 DRAWABLE_SUF='" />\n'
-CODE_PRE='            R.drawable.nodpi_'
+CODE_PRE='R.drawable.nodpi_'
 CODE_SUF=',\n'
 
-printf '<?xml version="1.0" encoding="utf-8"?>\n<resources>\n    <string-array name="icon_pack" translatable="false">\n' > iconpack.xml
-printf '<?xml version="1.0" encoding="utf-8"?>\n<resources>\n    <version>1</version>\n' > drawable.xml
-printf '    private Integer[] mImages = {\n' > code.xml
+printf '<?xml version="1.0" encoding="utf-8"?>\n<resources>\n<string-array name="icon_pack" translatable="false">\n' > iconpack.xml
+printf '<?xml version="1.0" encoding="utf-8"?>\n<resources>\n<version>1</version>\n' > drawable.xml
+printf 'private Integer[] mImages = {\n' > code.xml
 
 for DIR in $(find ${SVGDIR} -name "*.svg" | sort)
 do
@@ -22,9 +22,9 @@ do
   printf "${CODE_PRE}${NAME}${CODE_SUF}" >> code.xml
 done
 
-printf '    </string-array>\n</resources>\n' >> iconpack.xml
+printf '</string-array>\n</resources>\n' >> iconpack.xml
 printf '</resources>\n' >> drawable.xml
-printf '    };' >> code.xml
+printf ' };' >> code.xml
 
 rm -rf code.xml
 
diff --git a/removed/svg/acastus.svg b/removed/svg/acastus.svg
new file mode 100644
index 000000000..b4557275e
--- /dev/null
+++ b/removed/svg/acastus.svg
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg version="1.1" viewBox="0 0 28.747 28.747" xmlns="http://www.w3.org/2000/svg">
+    <defs>
+        <filter color-interpolation-filters="sRGB" id="filter6206-7">
+            <feGaussianBlur stdDeviation="0.658125" />
+        </filter>
+    </defs>
+    <g transform="translate(0 -1093.8)">
+        <path
+            d="m4.4177 1028.2v1.6051h-1.6052v18.192h1.6052v2.1402h18.192v-2.1402h2.1402v-18.192h-2.1402v-1.6051z"
+            fill="#263238" filter="url(#filter6206-7)" opacity=".2"
+            transform="matrix(1.0781 0 0 1.0641 -.093733 2.7509)" />
+        <rect fill="#4caf50" height="22.749" rx="1.1973" ry="1.1974" width="22.749" x="2.9987"
+            y="1096.8" />
+        <g transform="translate(-22.32 1056.5)">
+            <path d="m0 0h51.2v51.2h-51.2z" fill="none" stroke-width="1.0667" />
+            <g transform="matrix(.33601 0 0 .33601 1.5296 73.043)">
+                <path d="m0 0h51.2v51.2h-51.2z" fill="none" stroke-width="1.0667" />
+            </g>
+            <g transform="matrix(.37187 0 0 .37187 38.802 63.239)">
+                <path d="m0 0h51.2v51.2h-51.2z" fill="none" stroke-width="1.0667" />
+                <g transform="matrix(2.6891 0 0 2.6891 -82.906 -48.45)">
+                    <path d="m0 0h51.2v51.2h-51.2z" fill="none" stroke-width="1.0667" />
+                </g>
+            </g>
+        </g>
+        <path
+            d="m4.1958 1096.8c-0.66332 0-1.1979 0.5346-1.1979 1.1979v0.3334c0-0.6634 0.53459-1.1979 1.1979-1.1979h20.354c0.66332 0 1.1979 0.5345 1.1979 1.1979v-0.3334c0-0.6633-0.5346-1.1979-1.1979-1.1979z"
+            fill="#fff" opacity=".2" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="128" y="546.52" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="128" y="631.85" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="128" y="674.52" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="128" y="589.19" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="128" y="717.19" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="213.33"
+            y="546.52" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="213.33"
+            y="631.85" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="213.33"
+            y="674.52" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="213.33"
+            y="589.19" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="213.33"
+            y="717.19" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="298.67"
+            y="546.52" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="298.67"
+            y="631.85" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="298.67"
+            y="674.52" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="298.67"
+            y="589.19" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="298.67"
+            y="717.19" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="170.67"
+            y="546.52" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="170.67"
+            y="631.85" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="170.67"
+            y="674.52" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="170.67"
+            y="589.19" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="170.67"
+            y="717.19" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="256" y="546.52" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="256" y="631.85" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="256" y="674.52" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="256" y="589.19" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="256" y="717.19" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="128" y="759.85" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="213.33"
+            y="759.85" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="298.67"
+            y="759.85" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="170.67"
+            y="759.85" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="256" y="759.85" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="341.33"
+            y="589.19" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="341.33"
+            y="631.85" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="341.33"
+            y="717.19" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="341.33"
+            y="546.52" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="341.33"
+            y="674.52" />
+        <rect fill="none" height="42.667" stroke-width="1.0667" width="42.667" x="341.33"
+            y="759.85" />
+        <rect fill="none" height="192" stroke-width="1.0667" width="192" x="160" y="578.52" />
+        <g transform="matrix(.37344 0 0 .37344 4.7333 1097.4)">
+            <path d="m0 0h51.2v51.2h-51.2z" fill="none" stroke-width="1.0667" />
+        </g>
+        <g transform="matrix(.36471 0 0 .36471 5.1356 1097.4)">
+            <path d="m0 0h51.2v51.2h-51.2z" fill="none" stroke-width="1.0667" />
+        </g>
+        <g transform="matrix(.41585 0 0 .41585 84.325 1055.9)">
+            <g transform="matrix(.062269 0 0 .062269 -28.238 185.29)">
+                <g transform="matrix(38.618 0 0 38.618 14724 -13542)">
+                    <g transform="matrix(.71436 0 0 .71436 -400.52 188.34)">
+                        <path
+                            d="m1293.2-120.67c-181.75 0.2763-511.18 0.13525-699.05 0.13998-2.3216 10.413-3.593 21.251-3.593 32.384v114c207.65 0.73695 494.72 0.38136 706.23 0.3733v-114.37c0-11.18-1.2522-22.07-3.593-32.523zm-458.69 295.56c-78.385-4e-3 -158.85 0.17892-243.95 0.55995v138.63c286.34-0.39317 421.73-0.13827 706.23-0.32664v-137.75c-163.2-0.53005-311.22-1.1113-462.28-1.1199z"
+                            opacity="0" stroke-width="1.4932" />
+                    </g>
+                </g>
+            </g>
+        </g>
+        <path
+            d="m24.549 1119.5c0.66325 0 1.1979-0.5346 1.1979-1.1979v-0.3333c0 0.6632-0.53461 1.1978-1.1979 1.1978h-20.354c-0.66325 0-1.1979-0.5346-1.1979-1.1978v0.3333c0 0.6633 0.53461 1.1979 1.1979 1.1979z"
+            fill="#263238" opacity=".2" />
+    </g>
+    <flowRoot style="line-height:125%" fill="#000000" font-family="Roboto" font-size="4px" letter-spacing="0px" stroke-width="1.0667px" word-spacing="0px" xml:space="preserve"><flowRegion><rect height="5.388" stroke-width="1.1378px" width="4.7893" x="11.375" y="11.984"/></flowRegion><flowPara>your</flowPara></flowRoot>
+    <path
+        d="m12.71 7.7933a4.8875 4.8875 0 0 1 4.8875 4.8875c0 1.2106-0.44363 2.3234-1.173 3.1806l0.20302 0.20302h0.59402l3.7596 3.7596-1.1279 1.1279-3.7596-3.7596v-0.59402l-0.20302-0.20302c-0.85719 0.72936-1.97 1.173-3.1806 1.173a4.8875 4.8875 0 0 1-4.8875-4.8875 4.8875 4.8875 0 0 1 4.8875-4.8875m0 1.5038c-1.8798 0-3.3836 1.5038-3.3836 3.3836s1.5038 3.3836 3.3836 3.3836 3.3836-1.5038 3.3836-3.3836-1.5038-3.3836-3.3836-3.3836z"
+        fill="#fff" stroke-width=".75192" />
+    <path
+        d="m12.689 12.622a0.62847 0.62847 0 0 1-0.62847-0.62847 0.62847 0.62847 0 0 1 0.62847-0.62847 0.62847 0.62847 0 0 1 0.62847 0.62847 0.62847 0.62847 0 0 1-0.62847 0.62847m0-2.3882a1.7597 1.7597 0 0 0-1.7597 1.7597c0 1.3198 1.7597 3.268 1.7597 3.268s1.7597-1.9483 1.7597-3.268a1.7597 1.7597 0 0 0-1.7597-1.7597z"
+        fill="#fff" stroke-width=".25139" />
+    <g display="none" fill="none">
+        <rect display="inline" height="13.1" stroke="#000" stroke-width=".070382"
+            transform="rotate(90)" width="13.1" x="7.8232" y="-20.923" />
+        <rect height="11.441" stroke="#5261ff" stroke-linecap="round" stroke-linejoin="round"
+            stroke-width=".069589" width="14.298" x="7.2241" y="8.6528" />
+        <rect display="inline" height="11.441" stroke="#0f0" stroke-linecap="round"
+            stroke-linejoin="round" stroke-width=".069589" transform="rotate(90)" width="14.298"
+            x="7.2241" y="-20.094" />
+    </g>
+</svg>
diff --git a/removed/xml/acastus.xml b/removed/xml/acastus.xml
new file mode 100644
index 000000000..75c96a2e0
--- /dev/null
+++ b/removed/xml/acastus.xml
@@ -0,0 +1,8 @@
+<!-- xml/appfilter.xml -->
+<item
+    component="ComponentInfo{me.dbarnett.acastus/me.dbarnett.acastus.MainActivity}"
+    drawable="acastus" />
+
+    <!-- xml/drawable.xml --><item drawable="acastus" />
+
+    <!-- values/iconpack.xml --><item>acastus</item>
\ No newline at end of file
-- 
GitLab