We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android12(SDK:31) 要求 intent-filter 主动声明 android:exported 属性 4.1.0版本依赖的 com.darsh.multipleimageselect:multipleimageselect:1.0.5 这个包里面 有两个Activity 没有 设置该属性,导致无法打包。
The text was updated successfully, but these errors were encountered:
可以覆盖啊,哈哈,傻了吧!
<activity android:name="com.darsh.multipleimageselect.activities.ImageSelectActivity" android:configChanges="orientation|screenSize" android:label="@string/app_name" android:theme="@style/MultipleImageSelectTheme" android:exported="true"> <intent-filter> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity>
Sorry, something went wrong.
No branches or pull requests
Android12(SDK:31) 要求 intent-filter 主动声明 android:exported 属性
4.1.0版本依赖的 com.darsh.multipleimageselect:multipleimageselect:1.0.5
这个包里面 有两个Activity 没有 设置该属性,导致无法打包。
The text was updated successfully, but these errors were encountered: