Skip to content

Doesn't work with Android Instant Apps on O #14197

@anirudhd

Description

@anirudhd

Description

  1. Build react hello sample as an Android Instant App
  2. Ran on Android O

Reproduction Steps and Sample Code

Run react hello work as an Instant App. App fails because Android Instant Apps can't have SYSTEM_ALERT_WINDOW permissions to draw over other apps.

An example of your code is REQUIRED

Solution

What needs to be done to address this issue? Ideally, provide a pull request with a fix.
Remove dependency on SYSTEM_ALERT_WINDOW (draw over other apps) for development.

Additional Information

  • React Native version: [FILL THIS OUT: Be specific, filling out "latest" here is not enough.]
    react-native-cli: 2.0.1
    react-native: 0.44.0

  • Platform: [FILL THIS OUT: iOS, Android, or both?]
    Android

  • Development Operating System: [FILL THIS OUT: Are you developing on macOS, Linux, or Windows?]
    Mac

  • Dev tools: [FILL THIS OUT: Xcode or Android Studio version, iOS or Android SDK version, if applicable]
    Android Studio 3.0 preview

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions