Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
AppRestrictions / res / values /

strings.xml

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