Skip to content

Explicitly specify android:exported to activity-alias - #870

Open
codekarma wants to merge 1 commit into
nickbutcher:mainfrom
codekarma:codekarma-patch-1
Open

Explicitly specify android:exported to activity-alias#870
codekarma wants to merge 1 commit into
nickbutcher:mainfrom
codekarma:codekarma-patch-1

Conversation

@codekarma

Copy link
Copy Markdown

📢 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