Questions tagged [merged-manifest]

3 questions
0
votes
0 answers

Manifest merger failed when increasing targetSDK to 33

I have a multi-module Android project and I increased compile and target SDK to 33 in each module, but the problem occurs when increasing the target SDK in the app module. The error is the following:** android: exported needs to be explicitly…
0
votes
0 answers

I'm getting android:exported error in merged Manifest

This my problem: I'm getting error in my manifest file but I think I'm set all `android:exported` properly. enter image description here Merging Errors: Error: Apps targeting Android 12 and higher are required to specify an explicit value for…
0
votes
0 answers

PlayStore rejected my Flutter App due to QUERY_ALL_PACKAGES permission

Playstore rejected my Flutter app due to below issue. Issue found: Less broad app-visibility method should be used We are unable to approve your app’s use of QUERY_ALL_PACKAGES permission because the declared task can be done with a less broad…
Anand
  • 4,355
  • 2
  • 35
  • 45