android:exported="true"
mhrohani1385 opened this issue · 2 comments
mhrohani1385 commented
this library manifest file have :
<application>
<activity
android:name="com.jakewharton.processphoenix.ProcessPhoenix"
android:process=":phoenix"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
</application>
and im get this error on build project : android:exported needs to be explicitly specified
add this attribute in activity tag to fix error .
thanks
mhrohani1385 commented
this is a proposal . not create an error .
jobhh commented
This is a requirement starting from Android 12 (SDK level 31). Quickfix for now is to set the target SDK level of your application to 30.