OSDN Git Service

Explicitly export content providers
authorNick Kralevich <nnk@google.com>
Sat, 28 Jul 2012 23:11:07 +0000 (16:11 -0700)
committerNick Kralevich <nnk@google.com>
Sat, 28 Jul 2012 23:11:07 +0000 (16:11 -0700)
commitebe6559794ea9efe6fa0d7803a3f456ddf317726
tree8396122bfade603c4ce02b924944f12eb07b864d
parent062347a08f29408f188a07a78e0b064fc7218c30
Explicitly export content providers

In a future version of Android, the default value for
<provider android:exported> will change from true to false.
Explicitly set android:exported="true"

Bug: 3306452
Change-Id: I8fcce3af6949eb245ea97b6e64c191f465f0ae5f
AndroidManifest.xml