[closes #14] Add Silence as pre-installed app.

This commit is contained in:
Nestor Kwak 2019-11-16 00:15:47 +00:00 committed by Velsoth
parent a03a01c52a
commit 5f90b5a184
3 changed files with 10 additions and 1 deletions

View File

@ -155,7 +155,8 @@ PRODUCT_PACKAGES += \
Greyscale \
TorBrowserAlpha \
Orbot \
WebView
WebView \
Silence
# Exchange support
PRODUCT_PACKAGES += \

View File

@ -50,6 +50,7 @@ getPrebuild fdroid Linphone org.linphone 4200
getPrebuild fdroid SimpleGallery com.simplemobiletools.gallery.pro 271
getPrebuild fdroid PrivacyBrowser com.stoutner.privacybrowser.standard 46
getPrebuild fdroid Greyscale it.lucci.cm.greyscaletheme 115
getPrebuild fdroid Silence org.smssecure.smssecure 145
getPrebuild guardian TorBrowserAlpha tor-browser-9.5a1-android-armv7-multi
getPrebuild guardian Orbot Orbot-16.1.2-RC-2-tor-0.4.1.5-rc-fullperm-armeabi-v7a-release

View File

@ -106,3 +106,10 @@ LOCAL_MODULE_CLASS := APPS
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_SRC_FILES := apps/WebView.apk
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
LOCAL_MODULE := Silence
LOCAL_MODULE_CLASS := APPS
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_SRC_FILES := apps/Silence.apk
include $(BUILD_PREBUILT)