[closes #14] Add Silence as pre-installed app.
This commit is contained in:
parent
a03a01c52a
commit
5f90b5a184
@ -155,7 +155,8 @@ PRODUCT_PACKAGES += \
|
||||
Greyscale \
|
||||
TorBrowserAlpha \
|
||||
Orbot \
|
||||
WebView
|
||||
WebView \
|
||||
Silence
|
||||
|
||||
# Exchange support
|
||||
PRODUCT_PACKAGES += \
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user