From 4acfdb9c4a41e11982961a8e5aab29e8d519aa15 Mon Sep 17 00:00:00 2001 From: "sridhar.r" Date: Wed, 10 Jun 2026 13:55:34 +0530 Subject: [PATCH] Configure native Android and iOS permission usage declarations --- flutter_app/android/app/src/main/AndroidManifest.xml | 5 +++++ flutter_app/ios/Runner/Info.plist | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/flutter_app/android/app/src/main/AndroidManifest.xml b/flutter_app/android/app/src/main/AndroidManifest.xml index b22b4cc..5dc2380 100644 --- a/flutter_app/android/app/src/main/AndroidManifest.xml +++ b/flutter_app/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,9 @@ + + + + + UIApplicationSupportsIndirectInputEvents + NSCameraUsageDescription + PozoApp requires camera access to capture shop facade photos and document images for business verification. + NSPhotoLibraryUsageDescription + PozoApp requires photo gallery access to upload documents and shop facade images. + NSContactsUsageDescription + PozoApp requires contacts access to let you search and auto-fill mobile numbers during registration and billing.