X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserROMIntegration.git;a=blobdiff_plain;f=README;h=384168c7036cdca20f46f0ec744c509db739c6e9;hp=bf93acbcdb3b88c87c24c861947ec70ebf8cea54;hb=063314922625d1e1a89cda4e8dddd41276ad4cb5;hpb=97839966657f563e19747e8f26b8aa0c5ff045b6 diff --git a/README b/README index bf93acb..384168c 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ -Privacy Browser copyright © 2015-2017 Soren Stoutner . +Privacy Browser copyright © 2015-2019 Soren Stoutner . https://www.stoutner.com/privacy-browser/ Privacy Browser is released under the GPLv3+ license. -http://www.gnu.org/licenses/lgpl-3.0.html +http://www.gnu.org/licenses/gpl-3.0.html The source code is available from git.stoutner.com. @@ -15,4 +15,9 @@ Feature requests and bug reports can be submitted at https://redmine.stoutner.co To integrate Privacy Browser into a ROM build, add the following lines to the build manifest: - + + +The sample Android.mk file replaces the `Browser` or `Browser2` package from AOSP. +If you have removed them from your build manifest, you need to add the following statement to your device configuration: + +PRODUCT_PACKAGES += privacy-browser