From 653bb83414ac5a262aad37ab9f05f35fec0f74ba Mon Sep 17 00:00:00 2001
From: Xphnx <xphnx@tutanota.com>
Date: Wed, 19 Sep 2018 07:49:48 +0000
Subject: [PATCH] Fix bvncfree. Closes #21

---
 app/src/main/res/xml/appfilter.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml
index e5a5d1227..b64b4b53d 100644
--- a/app/src/main/res/xml/appfilter.xml
+++ b/app/src/main/res/xml/appfilter.xml
@@ -145,6 +145,9 @@
 <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" />
-- 
GitLab