| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright 2022 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <resources> |
| <string name="callback_key">callback</string> |
| <string name="content_url_scheme">content://</string> |
| <string name="error_activity_not_found">Unable to start the activity with intent :</string> |
| <string name="error_binder_call_failed">Binder call to vulnerable function checkSlicePermission |
| failed</string> |
| <string name="error_getinterfacedesc">Got an exception while calling getInterfaceDescriptor |
| </string> |
| <string name="error_no_method_found">Not able to retrieve any method from ISliceManager.Stub |
| </string> |
| <string name="error_nullcheck_resources">Null check failed for resources of type Resources |
| </string> |
| <string name="error_service_not_found">Could not get slice service</string> |
| <string name="error_target_method_not_found">Target method checkSlicePermission not found in |
| ISliceManager.Stub</string> |
| <string name="error_transact_exception">Got an exception while calling transact method to run |
| target method checkSlicePermission</string> |
| <string name="error_transact_ret_false">transact call returned false</string> |
| <string name="fail_msg">Device is vulnerable to b/179699767!!</string> |
| <string name="message_key">message</string> |
| <string name="method_desc">getInterfaceDescriptor</string> |
| <string name="method_transact">transact</string> |
| <string name="provider_pkg">android.security.cts.CVE_2022_20004_provider</string> |
| <string name="status_key">status</string> |
| <string name="target_method">checkSlicePermission</string> |
| <string name="test_permission">android.security.cts.CVE_2022_20004_test.permission</string> |
| </resources> |