1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  Copyright 2022 The Android Open Source Project
4
5  Licensed under the Apache License, Version 2.0 (the "License");
6  you may not use this file except in compliance with the License.
7  You may obtain a copy of the License at
8
9       http://www.apache.org/licenses/LICENSE-2.0
10
11  Unless required by applicable law or agreed to in writing, software
12  distributed under the License is distributed on an "AS IS" BASIS,
13  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  See the License for the specific language governing permissions and
15  limitations under the License.
16  -->
17
18<resources>
19    <string name="callback_key">callback</string>
20    <string name="content_url_scheme">content://</string>
21    <string name="error_activity_not_found">Unable to start the activity with intent :</string>
22    <string name="error_binder_call_failed">Binder call to vulnerable function checkSlicePermission
23    failed</string>
24    <string name="error_getinterfacedesc">Got an exception while calling getInterfaceDescriptor
25    </string>
26    <string name="error_no_method_found">Not able to retrieve any method from ISliceManager.Stub
27    </string>
28    <string name="error_nullcheck_resources">Null check failed for resources of type Resources
29    </string>
30    <string name="error_service_not_found">Could not get slice service</string>
31    <string name="error_target_method_not_found">Target method checkSlicePermission not found in
32    ISliceManager.Stub</string>
33    <string name="error_transact_exception">Got an exception while calling transact method to run
34    target method checkSlicePermission</string>
35    <string name="error_transact_ret_false">transact call returned false</string>
36    <string name="fail_msg">Device is vulnerable to b/179699767!!</string>
37    <string name="message_key">message</string>
38    <string name="method_desc">getInterfaceDescriptor</string>
39    <string name="method_transact">transact</string>
40    <string name="provider_pkg">android.security.cts.CVE_2022_20004_provider</string>
41    <string name="status_key">status</string>
42    <string name="target_method">checkSlicePermission</string>
43    <string name="test_permission">android.security.cts.CVE_2022_20004_test.permission</string>
44</resources>
45