commit | 4df7e241fcbfd0b4b79a7bdd47209d62d214729f | [log] [tgz] |
---|---|---|
author | Brad Ebinger <breadley@google.com> | Wed Feb 17 23:23:21 2021 +0000 |
committer | James.cf Lin <jamescflin@google.com> | Wed Mar 03 09:24:37 2021 +0800 |
tree | b0e825c0838a0f92346b0e0f6273670b612c70c0 | |
parent | cea810ff132b528c63efdd33896d1c7908f289c1 [diff] [blame] |
Update sms test app and integrate PERFORM_IMS_SINGLE_REGISTRATION into permission checks 1) Make a system app 2) Add a button that checks for the PERFORM_IMS_SINGLE_REGISTRATION permission 3) Move to checking PERFORM_IMS_SINGLE_REGISTRATION API check instead of further overloading phone state permissions. 4) Add permissions to test app Bug: 168923956 Bug: 173652571 Bug: 149426399 Test: atest CtsTelephonyTestCases; use RcsTestApp to check perms Merged-In: I91c5e49450545b76c6ccbaa900388abcc756aeb8 Merged-In: I9ebc9416f177b030ae531300b3024f31ddb07ca2 Change-Id: I9ebc9416f177b030ae531300b3024f31ddb07ca2
diff --git a/testapps/SmsManagerTestApp/Android.bp b/testapps/SmsManagerTestApp/Android.bp index e451b2d..4d4afcb 100644 --- a/testapps/SmsManagerTestApp/Android.bp +++ b/testapps/SmsManagerTestApp/Android.bp
@@ -10,5 +10,7 @@ android_app { name: "SmsManagerTestApp", srcs: ["src/**/*.java"], - sdk_version: "current", + platform_apis: true, + certificate: "platform", + privileged: true, }