summaryrefslogtreecommitdiff
path: root/hostsidetests/securitybulletin/test-apps/CVE-2021-0963/res/values/strings.xml
blob: e6915d6df3e95ec94d143b274185242b1730f433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<!--
  Copyright 2023 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="action">com.android.keychain.CHOOSER</string>
    <string name="alias">Client</string>
    <string name="callback">callback</string>
    <string name="cmdAdbHome">input keyevent KEYCODE_HOME</string>
    <string name="cmdDumpsysActivityByActivity">dumpsys activity %1$s</string>
    <string name="cmdDumpsysActivityByPkg">dumpsys activity -p %1$s activities</string>
    <string name="exceptionActivityNotFound">The activity with intent was not found : </string>
    <string name="exceptionActivityNotStart">Unable to start the activity with intent : </string>
    <string name="exceptionCanNotDrawOverlays">The application cannot draw overlays</string>
    <string name="exceptionOverlayUiNotVisible">Overlay UI did not appear on the screen</string>
    <string name="exceptionServiceNotStart">Unable to start the overlay service</string>
    <string name="exceptionVulActivityNotResume">The activity %1$s is not currently resumed on the
    device</string>
    <string name="exceptionVulUiNotVisible">UI of vulnerable activity %1$s is not visible</string>
    <string name="failMsg">Device is vulnerable to b/199754277 !! Any app with SYSTEM_ALERT_WINDOW
    can overlay the %1$s screen</string>
    <string name="flagActivityResumed">mResumed=true</string>
    <string name="flagActivityVisible">mVisible=true</string>
    <string name="message">message</string>
    <string name="pKey">cve_2021_0963_pkey</string>
    <string name="rawResOpenError">Could not open the raw resource %1$s</string>
    <string name="status">status</string>
    <string name="strSplitRegex"><![CDATA[((?<=mVisible=(true|false)))]]></string>
    <string name="streamReadError">Could not read from stream of the raw resource %1$s</string>
    <string name="txtOverlayBtn">CVE_2021_0963_button</string>
    <string name="typeCert">X.509</string>
    <string name="typeKey">RSA</string>
    <string name="userCert">cve_2021_0963_usercert</string>
</resources>