Description[remoting android] Explicitly add 'exported' attribute in the manifest.
Security review recommends explicitly setting the 'exported' property
in the Android manifest. This avoids exposing private items on older
versions of Android.
According to
https://developer.android.com/guide/topics/manifest/activity-element.html#exported
this setting defaults to true for Activities with Intent filters, false
otherwise.
BUG=638032
Committed: https://crrev.com/bac8641dd72681de638926e9f9524f5fdfd75af9
Cr-Commit-Position: refs/heads/master@{#414217}
Patch Set 1 #
Messages
Total messages: 9 (4 generated)
|