summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshwini Oruganti <ashfall@google.com>2020-03-24 10:38:53 -0700
committerAshwini Oruganti <ashfall@google.com>2020-03-24 10:40:33 -0700
commitd702676ffb133e0c8e28b21ad86c63b74e1442eb (patch)
tree7cf0c78c9a178437a092ce903c9503d92d418662
parentb17d05f2f416a4992e08184935a729b5e88e1fc2 (diff)
downloadCallLogProvider-d702676ffb133e0c8e28b21ad86c63b74e1442eb.tar.gz
Add an exported flag in manifest
With b/150232615, we will need an explicit value set for the exported flag when intent filters are present, as the default behavior is changing for future versions. This change adds the value reflecting the previous default to the manifest. These changes were made using an automated tool, the xml file may be reformatted slightly creating a larger diff. The only "real" change is the addition of "android:exported" to activities, services, and receivers that have one or more intent-filters. Bug: 150232615 Test: TH Exempt-From-Owner-Approval: mechanical refactoring Change-Id: Ia51b8f3429988ba032a45e798f10492fd92a51ab
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9793f2d..2630422 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -13,6 +13,7 @@
android:value="AEdPqrEAAAAIVhVYJjcc4bozis7qBfzzgREFk3nIkWGNc5VaRg" />
<receiver android:name="CallLogChangeReceiver"
+ android:exported="true"
android:permission="android.permission.SEND_CALL_LOG_CHANGE">
<!-- Sent when the call log changes. We use it to trigger a backup request. -->
<intent-filter>