1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2021 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="title_activity_main" description="Launcher title">Sdk Sandbox Test</string>
20    <string name="reset_preferences">Reset Preferences</string>
21    <string name="sdks" description="SDKs title">SDKs</string>
22    <string name="add_death_callback">Add Death Callback</string>
23    <string name="release_all_scvh">Release All SCVH</string>
24    <string name="remove_death_callback">Remove Death Callback</string>
25    <string name="ads" description="Ads title">Ads</string>
26    <string name="new_banner_ad">New Banner Ad</string>
27    <string name="new_fullscreen_ad">New Fullscreen Ad</string>
28    <string name="new_app_webview">New App WebView</string>
29    <string name="extra" description="Extra title">Extra</string>
30    <string name="get_filedescriptor">Get File Descriptor</string>
31    <string name="send_filedescriptor">Send File Descriptor</string>
32    <string name="create_file">Create File</string>
33    <string name="sync_keys">Sync Keys</string>
34    <string name="enable_sdk_sdk">Enable SDK to SDK comm</string>
35    <string name="dump_sandbox">Dump Sandbox</string>
36    <string name="ad_space" description="Ad Space title">Ad Space</string>
37    <string name="snackbar_dismiss">Dismiss</string>
38    <string name="new_app_video">New App Video</string>
39    <string name="start_app_video">Start Video</string>
40    <!-- Banner Options -->
41    <string name="banner_options_title" description="Banner Ad Options Title">Banner Ad Options</string>
42    <string name="view">View</string>
43    <string name="view_type">View Type</string>
44    <string name="video_url">Video URL</string>
45    <string name="video_app_label">This is an app video (NOT FROM SANDBOX)</string>
46    <string name="behaviour">Behaviour</string>
47    <string name="on_click">On Click</string>
48    <string name="on_click_package">Package To Open</string>
49    <string name="positioning">Positioning</string>
50    <string name="placement">Placement</string>
51    <string name="size">Size</string>
52    <string name="ad_size">Ad Size</string>
53    <string name="feature_flags">Feature Flags</string>
54</resources>
55