commit | 434fb4c1f2796b91b79c5a6646518305487802ab | [log] [tgz] |
---|---|---|
author | Hall Liu <hallliu@google.com> | Wed Jun 21 18:25:18 2017 -0700 |
committer | Hall Liu <hallliu@google.com> | Tue Jun 27 18:17:02 2017 -0700 |
tree | 6afefa314e881954d65833ce4472ef1f6a056816 | |
parent | 417a16abe6bc87b151129d23dd2402547d48469e [diff] [blame] |
Modify testapps to exercise ACTION_CLEANUP Change-Id: Ie980c5554663bb3ed132920947aa22366f0d47e2
diff --git a/testapps/EmbmsServiceTestApp/AndroidManifest.xml b/testapps/EmbmsServiceTestApp/AndroidManifest.xml index 526d3af..edcb5cb 100644 --- a/testapps/EmbmsServiceTestApp/AndroidManifest.xml +++ b/testapps/EmbmsServiceTestApp/AndroidManifest.xml
@@ -33,6 +33,10 @@ <action android:name="android.telephony.action.EmbmsDownload" /> </intent-filter> </service> + + <receiver android:name="com.android.phone.testapps.embmsmw.SideChannelReceiver" + android:enabled="true" + android:exported="true"/> </application> </manifest>