summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2014-01-24 14:26:58 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-24 14:26:58 -0800
commit9dc84d13635393508ead9d11b65df692f0c856b0 (patch)
treec4f364feb849f03bd44537f98356411c92953c7f /InCallUI
parentd5ce8918b9f8f945f5f2531f180f4dba4f52e50c (diff)
parent9a383330617b3d42cd09aaf6ffeebead7c3b67bb (diff)
am 248aeabb: Merge "Fix exported property on incall\'s NotificationBroadcastReceiver."
* commit '248aeabba3212b5abaf77edc90cbb31b50edce49': Fix exported property on incall's NotificationBroadcastReceiver.
Diffstat (limited to 'InCallUI')
-rw-r--r--InCallUI/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/AndroidManifest.xml b/InCallUI/AndroidManifest.xml
index 42d8e3173..56cd5e868 100644
--- a/InCallUI/AndroidManifest.xml
+++ b/InCallUI/AndroidManifest.xml
@@ -51,7 +51,7 @@
</service>
<!-- BroadcastReceiver for receiving Intents from Notification mechanism. -->
- <receiver android:name="InCallApp$NotificationBroadcastReceiver" exported="false">
+ <receiver android:name="InCallApp$NotificationBroadcastReceiver" android:exported="false">
<intent-filter>
<action android:name="com.android.incallui.ACTION_HANG_UP_ONGOING_CALL" />
</intent-filter>