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

Explicitly specify android:exported to activity-alias #870

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

codekarma
Copy link

📢 Type of change

  • [ X] Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

Added android:exported attribute to the activity-alias element.

💡 Motivation and Context

android:exported should be explicitly specified to activity-alias element(just like activity, service and receiver) when the corresponding component has an intent filter defined. This will be enforced in the future version of AGP.

💚 How did you test it?

📝 Checklist

  • I ran ./gradlew spotlessApply before submitting the PR
  • I reviewed submitted code
  • I added tests to verify changes
  • All tests passing

🔮 Next steps

📸 Screenshots / GIFs

android:exported should be explicitly specified to activity-alias element(just like activity, service and receiver) when the corresponding component has an intent filter defined. This will be enforced in the future version of AGP.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant