From d103ffe7f955250b6e5c0028dc092887f282ed99 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Mon, 9 May 2022 23:07:16 +0530 Subject: [PATCH] remove vending billing permission from f-droid --- android/app/src/fdroid/AndroidManifest.xml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 android/app/src/fdroid/AndroidManifest.xml diff --git a/android/app/src/fdroid/AndroidManifest.xml b/android/app/src/fdroid/AndroidManifest.xml new file mode 100644 index 000000000..2d9699753 --- /dev/null +++ b/android/app/src/fdroid/AndroidManifest.xml @@ -0,0 +1,4 @@ +<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" + package="io.ente.photos"> + <uses-permission android:name="com.android.vending.BILLING" tools:node="remove"/> +</manifest>