Closed aplicatii-romanesti closed 2 years ago
Solves "[Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present]]" -as seen also: https://stackoverflow.com/questions/70333565/targeting-s-version-31-and-above-requires-that-an-explicit-value-for-android) Solution is simple, add: android:exported="true" in the AndroidManifest.xml
Solves "[Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present]]" -as seen also: https://stackoverflow.com/questions/70333565/targeting-s-version-31-and-above-requires-that-an-explicit-value-for-android) Solution is simple, add: android:exported="true" in the AndroidManifest.xml