Questions tagged [androidexported]

7 questions
0
votes
0 answers

Android NotificationListenerService android:exported value

Here is example of declaration notification listener service
0
votes
0 answers

I am Unable to Upload the APK in Play Consol

Issue: You uploaded an APK or Android App Bundle which has an activity, activity alias, service, or broadcast receiver with intent filter, but without the 'android: exported' property set. This file can't be installed on Android 12 or higher. See…
0
votes
0 answers

flutter_playout android:exported needs to be explicitly specified for element

I am using https://pub.dev/packages/flutter_playout package. I am facing this error in Android while iOS is running file. /Users/jeckymodi/Documents/Projects/biblicaltrainingflutter-development/android/app/src/debug/AndroidManifest.xml:33:9-37:20 …
Jitendra Modi
  • 2,344
  • 12
  • 34
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

Flutter build error due to issue related to android 12

Error: android:exported needs to be explicitly specified for element . Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the…
ahmed khattab
  • 2,311
  • 3
  • 16
  • 30
-1
votes
1 answer

How to avoid the exported value error in Android 12

I am seeing the below issue on generating the APK. its strange that the issue is occurring under the androidTest folder. also I have added the tag as android:exported="false" under each activity…
arun
  • 95
  • 13
-1
votes
1 answer

Where to use android:exported in Android Menifest

When is Upload aab file on Play Console, I saw this messege "You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. This file…