opengles4android icon indicating copy to clipboard operation
opengles4android copied to clipboard

A launchable activity must be exported as of Android 12

Open HONEY-SUNMX opened this issue 1 year ago • 0 comments

Task :app:lintDebug FAILED Lint found 1 errors, 13 warnings. First failure:

/home/wsl/opensource/opengles4android/app/src/main/AndroidManifest.xml:21: Error: A launchable activity must be exported as of Android 12, which also makes it available to other apps. [IntentFilterExportedReceiver] android:exported="false">

HONEY-SUNMX avatar Aug 11 '23 06:08 HONEY-SUNMX