summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Christopher Tate <ctate@google.com> 2017-08-18 03:26:21 +0000
committer android-build-merger <android-build-merger@google.com> 2017-08-18 03:26:21 +0000
commit0ab5fd69e0c4c9233c126503f6abfbde61a06610 (patch)
treec80b8427bbfb2d02a3e17f1e7aba21afc61dbc52
parent7bd94dbff831e150bd7250765730b7cd701140bf (diff)
parent51baf77a48a619a11a9585d76a2fcfd656c88b52 (diff)
Merge "Add Audio effect session intent to config file" into oc-mr1-dev
am: 51baf77a48 Change-Id: I07a0fcaf0287a65f1de05532994f50d99d81b6d8
-rw-r--r--data/etc/framework-sysconfig.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/etc/framework-sysconfig.xml b/data/etc/framework-sysconfig.xml
index 3a81c1309a8b..ae6a7f6d6808 100644
--- a/data/etc/framework-sysconfig.xml
+++ b/data/etc/framework-sysconfig.xml
@@ -22,6 +22,8 @@
<allow-implicit-broadcast action="android.intent.action.SIM_STATE_CHANGED" />
<allow-implicit-broadcast action="android.intent.action.PACKAGE_CHANGED" />
<allow-implicit-broadcast action="android.intent.action.MEDIA_SCANNER_SCAN_FILE" />
+ <allow-implicit-broadcast action="android.media.action.OPEN_AUDIO_EFFECT_CONTROL_SESSION" />
+ <allow-implicit-broadcast action="android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION" />
<!-- Whitelist of what components are permitted as backup data transports. The
'service' attribute here is a flattened ComponentName string. -->