diff --git a/patches/Depreciate-Storage-permission-in-Vanadium.patch b/patches/Depreciate-Storage-permission-in-Vanadium.patch new file mode 100644 index 00000000..e680b97e --- /dev/null +++ b/patches/Depreciate-Storage-permission-in-Vanadium.patch @@ -0,0 +1,34 @@ +Date: Sat, 3 Oct 2020 02:55:33 +0000 +Subject: [PATCH] Depreciate Storage permission in Vanadium + +--- + chrome/android/java/AndroidManifest.xml | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + +diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml +index a9b1a61d10cf..30db0e19ea6a 100644 +--- a/chrome/android/java/AndroidManifest.xml ++++ b/chrome/android/java/AndroidManifest.xml +@@ -48,7 +48,8 @@ by a child template that "extends" this file. + + + +- ++ + + + +@@ -58,7 +59,8 @@ by a child template that "extends" this file. + + + +- ++ + + {% set enable_vr = enable_vr|default(0) %} + {% if enable_vr == "true" %} +-- +2.25.1 + diff --git a/patches/Initial-attempt-to-gate-URLs-by-INTERNET-permission.patch b/patches/Initial-attempt-to-gate-URLs-by-INTERNET-permission.patch new file mode 100644 index 00000000..6a94374d --- /dev/null +++ b/patches/Initial-attempt-to-gate-URLs-by-INTERNET-permission.patch @@ -0,0 +1,23 @@ +Date: Sat, 3 Oct 2020 03:07:06 +0000 +Subject: [PATCH] Initial attempt to gate URLs being opened without INTERNET + permission + +--- + chrome/android/java/AndroidManifest.xml | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml +index 30db0e19ea6a..69b84b3a6f4b 100644 +--- a/chrome/android/java/AndroidManifest.xml ++++ b/chrome/android/java/AndroidManifest.xml +@@ -200,6 +200,7 @@ by a child template that "extends" this file. + android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize|uiMode|density"> + + + +-- +2.25.1 +