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

Enable indirect addressing using <intent-filter>s. #10550

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Enable indirect addressing using <intent-filter>s. #10550

merged 1 commit into from
Sep 13, 2023

Commits on Sep 9, 2023

  1. Enable indirect addressing using <intent-filter>s.

    AndroidComponentAddress now accepts an Intent with merely a package
    restriction, not a full ComponentName. This lets clients avoid hard
    coding Service class names that they don't control.
    
    Fixes #9062
    jdcormie committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    6d98605 View commit details
    Browse the repository at this point in the history