Skip to content

Android Api 30 package visibility changes #442

Open
@iyosifov

Description

@iyosifov

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions