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

Android Api 30 package visibility changes #442

Open
iyosifov opened this issue Jul 8, 2021 · 0 comments
Open

Android Api 30 package visibility changes #442

iyosifov opened this issue Jul 8, 2021 · 0 comments
Assignees
Labels

Comments

@iyosifov
Copy link

iyosifov commented Jul 8, 2021

The SDK seems to specially integrate with the android box app and checks whether it's installed.
For this to work in apps targeting api 30 you need in the manifest:

<queries>
    <intent>
        <action android:name="com.box.android.action.AUTHENTICATE_VIA_BOX_APP" />
    </intent>
</queries>

If you add this to your android library manifest, it will be merged into the containing app.

https://developer.android.com/training/package-visibility

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

No branches or pull requests

3 participants