From 406a4ebf6e2973fc2cf791eb1ae02ca7920fc299 Mon Sep 17 00:00:00 2001 From: Tad Date: Sun, 24 Dec 2017 20:59:00 -0500 Subject: [PATCH] Disable Fennec DOS shim --- Patches/LineageOS-14.1/android_vendor_cm/sce.mk | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Patches/LineageOS-14.1/android_vendor_cm/sce.mk b/Patches/LineageOS-14.1/android_vendor_cm/sce.mk index bf0a4122..a0240e73 100644 --- a/Patches/LineageOS-14.1/android_vendor_cm/sce.mk +++ b/Patches/LineageOS-14.1/android_vendor_cm/sce.mk @@ -16,5 +16,10 @@ PRODUCT_PACKAGES += \ FDroidPrivilegedExtension # Browser -PRODUCT_PACKAGES += \ - FennecDOS +# XXX: THIS DOESN'T WORK +# This is a shim, it is intended that F-Droid will update on first run to the real version of Fennec DOS +# However it doesn't work for whatever reason +# and guess what? There is no documentation about updating system apps. Searching is useless and filled with spam. +# I'm sure Google Play Services does some special bullshit handling of system apps, but we're not allowed to know about that. +#PRODUCT_PACKAGES += \ +# FennecDOS