Add BROWSE intent for launching with exolist.json#439
Merged
tof-tof merged 2 commits intoandroidx:mainfrom Jun 7, 2023
Merged
Conversation
Contributor
|
You'd have to do a pull request against the main branch, instead of the release branch. If you do so, can you use I can do this change internally myself also, if you want me. |
8451e20 to
35bed34
Compare
Contributor
Author
|
Updated ! EDIT: sorry nevermind i read you wrong, changing to |
35bed34 to
b305a71
Compare
This works around the issue described in androidx#438
b305a71 to
385c149
Compare
Contributor
|
Thanks! I'm going to send this for internal review now. You may see some more commits being added as I make changes in response to review feedback. Please refrain from pushing any more substantive changes as it will complicate the internal review - thanks! |
tof-tof
added a commit
that referenced
this pull request
Jun 12, 2023
PiperOrigin-RevId: 538209925 (cherry picked from commit 886717e)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This works around the issue described in #438 by providing a fallback option to launch the app from adb shell.
Resolves #438