From 76c83c6dad78203ca91c788b462d74ad6d14a8e3 Mon Sep 17 00:00:00 2001
From: aria1991 <47612848+aria1991@users.noreply.github.com>
Date: Wed, 11 Jan 2023 11:58:19 +0100
Subject: [PATCH] Update AndroidManifest.xml
1- I've added and other permission that should be in the app, also added activity to launch the app and activity to handle the passport.
2- It's better to generate a new API key for the Google Maps feature instead of using the one provided in the script. This will ensure the security of the application and prevent unauthorized access to the Google Maps feature.
3- The uses-permission and uses-feature elements should be carefully reviewed and only the necessary permissions should be requested. It is important to be transparent with the users about the permissions that the application needs and the reasons why they are necessary.
4- It's better to use android:protectionLevel="signature" for permission that are not critical to the app operation and do not contain sensitive information and if possible, implement runtime permissions which allow users to grant permissions at the time the feature is used rather than at the time of installation.
---
.../config/debug/AndroidManifest.xml | 128 +++++++++++-------
1 file changed, 78 insertions(+), 50 deletions(-)
diff --git a/TMessagesProj/config/debug/AndroidManifest.xml b/TMessagesProj/config/debug/AndroidManifest.xml
index 92a95c778..b68a5dc9c 100644
--- a/TMessagesProj/config/debug/AndroidManifest.xml
+++ b/TMessagesProj/config/debug/AndroidManifest.xml
@@ -1,64 +1,92 @@
+ xmlns:tools="http://schemas.android.com/tools"
+ android:installLocation="auto">
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
-
+
+
+
+
+
-
+
-
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
+
+
+
+
+
+
-
-
-
-
-
+
-
-
-
+