sujithkanna / SmileyRating

SmileyRating is a simple rating bar for android. It displays animated smileys as rating icon.
Apache License 2.0
1.07k stars 183 forks source link

Manifest merger failed : android:exported needs to be explicitly specified for <activity>. #70

Open affane1 opened 2 years ago

affane1 commented 2 years ago

Is it please possible to add the attribute 'android:exported' to the Manifest ? Without this attribute, while building the app with the targetSdkVersion 31, android studio elevates the following error:

"Manifest merger failed : android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details."