xref: /aosp_15_r20/development/samples/browseable/AppRestrictions/res/values/strings.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1*90c8c64dSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*90c8c64dSAndroid Build Coastguard Worker<!-- Copyright (C) 2013 The Android Open Source Project
3*90c8c64dSAndroid Build Coastguard Worker
4*90c8c64dSAndroid Build Coastguard Worker     Licensed under the Apache License, Version 2.0 (the "License");
5*90c8c64dSAndroid Build Coastguard Worker     you may not use this file except in compliance with the License.
6*90c8c64dSAndroid Build Coastguard Worker     You may obtain a copy of the License at
7*90c8c64dSAndroid Build Coastguard Worker
8*90c8c64dSAndroid Build Coastguard Worker          http://www.apache.org/licenses/LICENSE-2.0
9*90c8c64dSAndroid Build Coastguard Worker
10*90c8c64dSAndroid Build Coastguard Worker     Unless required by applicable law or agreed to in writing, software
11*90c8c64dSAndroid Build Coastguard Worker     distributed under the License is distributed on an "AS IS" BASIS,
12*90c8c64dSAndroid Build Coastguard Worker     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*90c8c64dSAndroid Build Coastguard Worker     See the License for the specific language governing permissions and
14*90c8c64dSAndroid Build Coastguard Worker     limitations under the License.
15*90c8c64dSAndroid Build Coastguard Worker-->
16*90c8c64dSAndroid Build Coastguard Worker<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17*90c8c64dSAndroid Build Coastguard Worker    <string name="restrictions_activity_label">Custom app restrictions</string>
18*90c8c64dSAndroid Build Coastguard Worker    <string name="boolean_entry_title">Test boolean type</string>
19*90c8c64dSAndroid Build Coastguard Worker    <string name="choice_entry_title">Test choice type</string>
20*90c8c64dSAndroid Build Coastguard Worker    <string name="multi_entry_title">Test multi-select type</string>
21*90c8c64dSAndroid Build Coastguard Worker    <string name="custom_description">If checked, use a custom app restriction Activity.  Otherwise,
22*90c8c64dSAndroid Build Coastguard Worker        use standard restriction types.
23*90c8c64dSAndroid Build Coastguard Worker    </string>
24*90c8c64dSAndroid Build Coastguard Worker    <string name="sample_app_description">Note: This sample app requires the restricted profile
25*90c8c64dSAndroid Build Coastguard Worker        feature.\n\n
26*90c8c64dSAndroid Build Coastguard Worker        1. If this is the primary user, go to Settings &gt; Users.\n\n
27*90c8c64dSAndroid Build Coastguard Worker        2. Create a restricted profile, if one doesn\'t exist already.\n\n
28*90c8c64dSAndroid Build Coastguard Worker        3. Open the profile settings, locate the sample app, and tap the app restriction settings
29*90c8c64dSAndroid Build Coastguard Worker        icon. Configure app restrictions for the app.\n\n
30*90c8c64dSAndroid Build Coastguard Worker        4. In the lock screen, switch to the user\'s restricted profile, launch this sample app,
31*90c8c64dSAndroid Build Coastguard Worker        and see the configured app restrictions displayed.\n
32*90c8c64dSAndroid Build Coastguard Worker    </string>
33*90c8c64dSAndroid Build Coastguard Worker    <string name="settings_button_label">Go to Settings</string>
34*90c8c64dSAndroid Build Coastguard Worker    <string name="current_app_limits_label">Current app restriction settings:</string>
35*90c8c64dSAndroid Build Coastguard Worker    <string name="na">N/A</string>
36*90c8c64dSAndroid Build Coastguard Worker    <string name="current_app_limits_description">Your app can restrict its content based on these
37*90c8c64dSAndroid Build Coastguard Worker        settings, which can be configured through the primary user\'s Users Settings.
38*90c8c64dSAndroid Build Coastguard Worker    </string>
39*90c8c64dSAndroid Build Coastguard Worker
40*90c8c64dSAndroid Build Coastguard Worker    <string-array name="multi_entry_entries">
41*90c8c64dSAndroid Build Coastguard Worker        <item>Ice Cream</item>
42*90c8c64dSAndroid Build Coastguard Worker        <item>Jelly Bean</item>
43*90c8c64dSAndroid Build Coastguard Worker        <item>More Jelly Bean</item>
44*90c8c64dSAndroid Build Coastguard Worker    </string-array>
45*90c8c64dSAndroid Build Coastguard Worker
46*90c8c64dSAndroid Build Coastguard Worker    <string-array name="multi_entry_values" translateable="false">
47*90c8c64dSAndroid Build Coastguard Worker        <item>1</item>
48*90c8c64dSAndroid Build Coastguard Worker        <item>2</item>
49*90c8c64dSAndroid Build Coastguard Worker        <item>3</item>
50*90c8c64dSAndroid Build Coastguard Worker    </string-array>
51*90c8c64dSAndroid Build Coastguard Worker
52*90c8c64dSAndroid Build Coastguard Worker    <string-array name="choice_entry_entries">
53*90c8c64dSAndroid Build Coastguard Worker        <item>Ice Cream</item>
54*90c8c64dSAndroid Build Coastguard Worker        <item>Jelly Bean</item>
55*90c8c64dSAndroid Build Coastguard Worker        <item>More Jelly Bean</item>
56*90c8c64dSAndroid Build Coastguard Worker    </string-array>
57*90c8c64dSAndroid Build Coastguard Worker
58*90c8c64dSAndroid Build Coastguard Worker    <string-array name="choice_entry_values" translateable="false">
59*90c8c64dSAndroid Build Coastguard Worker        <item>1</item>
60*90c8c64dSAndroid Build Coastguard Worker        <item>2</item>
61*90c8c64dSAndroid Build Coastguard Worker        <item>3</item>
62*90c8c64dSAndroid Build Coastguard Worker    </string-array>
63*90c8c64dSAndroid Build Coastguard Worker
64*90c8c64dSAndroid Build Coastguard Worker</resources>