nickbutcher / plaid

An Android app which provides design news & inspiration as well as being an example of implementing material design.
Apache License 2.0
16.26k stars 3.16k forks source link

Explicitly specify android:exported to activity-alias #870

Open codekarma opened 9 months ago

codekarma commented 9 months ago

:loudspeaker: Type of change

:scroll: Description

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

:bulb: 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.

:green_heart: How did you test it?

:pencil: Checklist

:crystal_ball: Next steps

:camera_flash: Screenshots / GIFs