Revert "Replaced Tor Browser with Tor Browser Alpha."
This reverts commit d30e86b75c
.
After all stable also works.
This commit is contained in:
parent
d60cfebbb3
commit
2d9f983776
@ -153,7 +153,7 @@ PRODUCT_PACKAGES += \
|
||||
SimpleGallery \
|
||||
PrivacyBrowser \
|
||||
Greyscale \
|
||||
TorBrowserAlpha \
|
||||
TorBrowser \
|
||||
Orbot \
|
||||
WebView \
|
||||
Silence \
|
||||
|
@ -53,6 +53,6 @@ getPrebuild fdroid Greyscale it.lucci.cm.greyscaletheme 115
|
||||
getPrebuild fdroid Silence org.smssecure.smssecure 145
|
||||
getPrebuild fdroid SnooperStopper cz.eutopia.snooperstopper 4
|
||||
|
||||
getPrebuild guardian TorBrowserAlpha tor-browser-9.5a1-android-armv7-multi
|
||||
getPrebuild guardian TorBrowser tor-browser-9.0-android-armv7-multi
|
||||
getPrebuild guardian Orbot Orbot-16.1.2-RC-2-tor-0.4.1.5-rc-fullperm-armeabi-v7a-release
|
||||
getPrebuild bromite WebView rel_78.0.3904.93_arm_SystemWebView
|
||||
|
@ -93,8 +93,8 @@
|
||||
launcher:packageName="com.stoutner.privacybrowser.standard"
|
||||
launcher:className="com.stoutner.privacybrowser.activities.MainWebViewActivity" />
|
||||
<favorite
|
||||
launcher:packageName="org.torproject.torbrowser_alpha"
|
||||
launcher:className="org.torproject.torbrowser_alpha.App" />
|
||||
launcher:packageName="org.torproject.torbrowser"
|
||||
launcher:className="org.torproject.torbrowser.App" />
|
||||
</folder>
|
||||
|
||||
</favorites>
|
||||
|
@ -87,10 +87,10 @@ LOCAL_SRC_FILES := apps/Greyscale.apk
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := TorBrowserAlpha
|
||||
LOCAL_MODULE := TorBrowser
|
||||
LOCAL_MODULE_CLASS := APPS
|
||||
LOCAL_CERTIFICATE := PRESIGNED
|
||||
LOCAL_SRC_FILES := apps/TorBrowserAlpha.apk
|
||||
LOCAL_SRC_FILES := apps/TorBrowser.apk
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
Loading…
Reference in New Issue
Block a user