1<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 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="activityNotFoundMsg">The activity with intent %1$s was not found</string>
20    <string name="appUiErrorTargetApp">Timed out waiting on UI of CVE_2021_39797_target App</string>
21    <string name="appUiErrorTestApp">Timed out waiting on UI of CVE_2021_39797_test App</string>
22    <string name="attrTaskOverlay">android.activity.taskOverlay</string>
23    <string name="attrLaunchTaskId">android.activity.launchTaskId</string>
24    <string name="attrPIntentLaunchFlags">android.activity.pendingIntentLaunchFlags</string>
25    <string name="defaultSemaphoreMsg">Could not get message key in shared preferences</string>
26    <string name="errorMessage">Device is vulnerable to b/209607104 !!</string>
27    <string name="errorNullCheckPIntent">getMainActivityLaunchIntent returned null, it is expected
28    to return a non-null result</string>
29    <string name="flagTaskSwapped">taskSwapped</string>
30    <string name="invokeExceptionMsg">Got an exception while calling Method.invoke() on
31    LauncherApps method getMainActivityLaunchIntent instance</string>
32    <string name="messageKey">message</string>
33    <string name="noMethodExceptionMsg">Got NoSuchMethodException for LauncherApps method
34    getMainActivityLaunchIntent</string>
35    <string name="resultKey">result</string>
36    <string name="sharedPreferences">prefs</string>
37    <string name="startIntentSenderExceptionMsg">Got an exception while calling startIntentSender
38    </string>
39    <string name="targetPkg">android.security.cts.CVE_2021_39797_target</string>
40    <string name="targetActivityName">android.security.cts.CVE_2021_39797_target.TargetActivity
41    </string>
42    <string name="targetFunction">getMainActivityLaunchIntent</string>
43    <string name="taskId">taskId</string>
44    <string name="timedOutPocActivity">Timed out waiting on a result from PocActivity</string>
45</resources>
46