46 lines
2.4 KiB
XML
46 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 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="activityNotFoundMsg">The activity with intent %1$s was not found</string>
|
|
<string name="appUiErrorTargetApp">Timed out waiting on UI of CVE_2021_39797_target App</string>
|
|
<string name="appUiErrorTestApp">Timed out waiting on UI of CVE_2021_39797_test App</string>
|
|
<string name="attrTaskOverlay">android.activity.taskOverlay</string>
|
|
<string name="attrLaunchTaskId">android.activity.launchTaskId</string>
|
|
<string name="attrPIntentLaunchFlags">android.activity.pendingIntentLaunchFlags</string>
|
|
<string name="defaultSemaphoreMsg">Could not get message key in shared preferences</string>
|
|
<string name="errorMessage">Device is vulnerable to b/209607104 !!</string>
|
|
<string name="errorNullCheckPIntent">getMainActivityLaunchIntent returned null, it is expected
|
|
to return a non-null result</string>
|
|
<string name="flagTaskSwapped">taskSwapped</string>
|
|
<string name="invokeExceptionMsg">Got an exception while calling Method.invoke() on
|
|
LauncherApps method getMainActivityLaunchIntent instance</string>
|
|
<string name="messageKey">message</string>
|
|
<string name="noMethodExceptionMsg">Got NoSuchMethodException for LauncherApps method
|
|
getMainActivityLaunchIntent</string>
|
|
<string name="resultKey">result</string>
|
|
<string name="sharedPreferences">prefs</string>
|
|
<string name="startIntentSenderExceptionMsg">Got an exception while calling startIntentSender
|
|
</string>
|
|
<string name="targetPkg">android.security.cts.CVE_2021_39797_target</string>
|
|
<string name="targetActivityName">android.security.cts.CVE_2021_39797_target.TargetActivity
|
|
</string>
|
|
<string name="targetFunction">getMainActivityLaunchIntent</string>
|
|
<string name="taskId">taskId</string>
|
|
<string name="timedOutPocActivity">Timed out waiting on a result from PocActivity</string>
|
|
</resources>
|