diff options
| author | Hall Liu <hallliu@google.com> | 2019-10-14 14:42:44 -0700 |
|---|---|---|
| committer | Hall Liu <hallliu@google.com> | 2019-10-15 16:11:31 -0700 |
| commit | ae3af1a30ba22b2f5a819d5e1cfcd820b2cac52d (patch) | |
| tree | 7f42072f3b2175d0673f3caec2c92fd78ed0aa13 /testapps/AndroidManifest.xml | |
| parent | 8951278d3f36af631f155368f59ca93ad16b06b4 (diff) | |
| download | platform_packages_services_Telecomm-ae3af1a30ba22b2f5a819d5e1cfcd820b2cac52d.tar.gz platform_packages_services_Telecomm-ae3af1a30ba22b2f5a819d5e1cfcd820b2cac52d.tar.bz2 platform_packages_services_Telecomm-ae3af1a30ba22b2f5a819d5e1cfcd820b2cac52d.zip | |
Add audio processing notification and testapp code
Implement the persistent notification during audio processing and add
code to the testapp to allow manual testing of the background call
screening functionality.
Bug: 140317205
Test: manual
Change-Id: I15cb7fc064bbcccc5c08b76a704244a502d13268
Diffstat (limited to 'testapps/AndroidManifest.xml')
| -rw-r--r-- | testapps/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapps/AndroidManifest.xml b/testapps/AndroidManifest.xml index e33935606..f19c13e61 100644 --- a/testapps/AndroidManifest.xml +++ b/testapps/AndroidManifest.xml @@ -20,7 +20,7 @@ <uses-sdk android:minSdkVersion="28" - android:targetSdkVersion="28" /> + android:targetSdkVersion="30" /> <uses-permission android:name="android.permission.ACCEPT_HANDOVER" /> <uses-permission android:name="android.permission.BLUETOOTH" /> |
