that is my manifest file
android:label="nojoum"
android:exported="true"
android:title="${applicationName}"
android:usesCleartextTraffic="true"
i take advantage of ‘android exported = “true”‘
that is exercise strains
android:title="com.ryanheise.audioservice.AudioServiceActivity"
android:exported="true"
android:launchMode="singleTop"
android:theme="@type/LaunchTheme"
and that is my error
adb: failed to put in C:UserslegionDesktopnojoum-applicationbuildappoutputsflutter-apkapp.apk: Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl1404867606.tmp/base.apk (at Binary XML file line #79): com.ryanheise.audioservice.AudioService: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present]