diff options
| author | Santos Cordon <santoscordon@google.com> | 2015-04-03 11:10:00 -0700 |
|---|---|---|
| committer | Santos Cordon <santoscordon@google.com> | 2015-04-08 11:01:31 -0700 |
| commit | cf08122bfb54b832e0ab8324032b5797e8cc83ba (patch) | |
| tree | c2cc41e1030ac6914fd18c911a884b65ece015c9 /tests/AndroidManifest.xml | |
| parent | f0d5024e1463d92854280de556aade0a74750431 (diff) | |
| download | platform_packages_services_Telephony-cf08122bfb54b832e0ab8324032b5797e8cc83ba.tar.gz platform_packages_services_Telephony-cf08122bfb54b832e0ab8324032b5797e8cc83ba.tar.bz2 platform_packages_services_Telephony-cf08122bfb54b832e0ab8324032b5797e8cc83ba.zip | |
Add test activity to run SIM Activation.
Change-Id: I0c387dbdc461ae2ddd0e9a25010c925a0c849df2
Diffstat (limited to 'tests/AndroidManifest.xml')
| -rw-r--r-- | tests/AndroidManifest.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml index af3f7e430..890056883 100644 --- a/tests/AndroidManifest.xml +++ b/tests/AndroidManifest.xml @@ -19,6 +19,7 @@ <uses-permission android:name="android.permission.CALL_PHONE" /> <uses-permission android:name="android.permission.PERFORM_CDMA_PROVISIONING" /> + <uses-permission android:name="android.permission.PERFORM_SIM_ACTIVATION" /> <application android:label="@string/app_name"> <uses-library android:name="android.test.runner" /> @@ -56,6 +57,8 @@ <data android:scheme="smsto" /> </intent-filter> </service> + + <receiver android:name="com.android.services.telephony.activation.ResponseReceiver" /> </application> <!-- |
