unplugged-system/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39706/res/values/strings.xml

38 lines
1.7 KiB
XML

<?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="settingsPkg">com.android.settings</string>
<string name="settingsPkgCar">com.android.car.settings</string>
<string name="certCls">com.android.settings.security.CredentialStorage</string>
<string name="certClsCar">com.android.car.settings.security.CredentialStorageActivity</string>
<string name="certInstalled">Certificate is already installed</string>
<string name="certInstallFail">Certificate installation failed!</string>
<string name="certNotFound">Certificate not found after installation</string>
<string name="openFail">Failed to open </string>
<string name="tapFail">Failed to Tap </string>
<string name="pkgInstallFail"> is not installed!</string>
<string name="oK">OK</string>
<string name="cleanCache">CLEAN CACHE</string>
<string name="failMessage">Vulnerable to b/200164168 !!</string>
<string name="sharedPreferences">SharedPreferences</string>
<string name="messageKey">message</string>
<string name="assumptionFailureMessage">
Assumption failure occurred.
</string>
</resources>