48 lines
2.6 KiB
XML
48 lines
2.6 KiB
XML
<?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>
|