I would like to get rid of the stock browser (org.lineageos.jelly) on my phone that runs LineageOS. Other threads and sites already go into the details of removing pre-installed apps with/without root but I am wondering if there are any risks of removing the browser in particular? For instance, is the Android System WebView implementation in any way tied to the stock browser? (I'd still want to be able to use apps that use WebView.) More generally, is there anything else I'd affect by removing the stock browser?
Asked
Active
Viewed 6,903 times
2
1 Answers
5
I ended up going ahead and just removed the Jelly browser – initially manually by using TWRP's file manager and later – since it came back when I updated the system afterwards (duh) – using a handy flashable zip that I got from LOSdiet. So far, so good. Everything seems to work fine.
As for WebView, the Android System WebView entry in the developer settings is still there, so I suppose WebView is not tied to the Jelly.apk
. Indeed, the LOSdiet site github.io page as well as the old CyanogenMod "barebones" wiki page indicate that the default (pre-installed) WebView is a separate .apk
.

balu
- 199
- 1
- 7
-
1+1 for the testing. As you noticed, the browser is a separate app and it's installed anew every time you update your system. To avoid that, you can either create an addon.d script that removes the app after each update or, if you use Magisk, pick the
Debloater
module. – Grimoire May 08 '19 at 11:57 -
Yup, that's exactly what the LOSdiet zip does – it installs an
addon.d
script that makes sure Jelly is gone upon every boot-up. – balu May 08 '19 at 12:02
Jelly.apk
. – balu May 07 '19 at 22:12