Skip to content
New issue

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)不适配 #576

Open
skyaccross opened this issue Aug 9, 2022 · 1 comment
Open

Android12(SDK:31)不适配 #576

skyaccross opened this issue Aug 9, 2022 · 1 comment

Comments

@skyaccross
Copy link

Android12(SDK:31) 要求 intent-filter 主动声明 android:exported 属性
4.1.0版本依赖的 com.darsh.multipleimageselect:multipleimageselect:1.0.5
这个包里面 有两个Activity 没有 设置该属性,导致无法打包。

@wyba
Copy link

wyba commented Oct 19, 2022

可以覆盖啊,哈哈,傻了吧!




    <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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants