OSDN Git Service

Explicitly export content providers
authorNick Kralevich <nnk@google.com>
Mon, 30 Jul 2012 19:41:30 +0000 (12:41 -0700)
committerNick Kralevich <nnk@google.com>
Mon, 30 Jul 2012 19:41:30 +0000 (12:41 -0700)
commitea0b4f90cd08ec1e798eb8bae450e36155ddccfe
tree93360c15f89cf4911788866dcd21a6d8aa77ab43
parent15d72a0c3338645bcc409023150aec40b08aadc1
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: I4df74c627505c596a3bce81a5417d32e5002a75f
AndroidManifest.xml