You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
2.7 KiB
64 lines
2.7 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2013 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<string name="restrictions_activity_label">Custom app restrictions</string>
|
|
<string name="boolean_entry_title">Test boolean type</string>
|
|
<string name="choice_entry_title">Test choice type</string>
|
|
<string name="multi_entry_title">Test multi-select type</string>
|
|
<string name="custom_description">If checked, use a custom app restriction Activity. Otherwise,
|
|
use standard restriction types.
|
|
</string>
|
|
<string name="sample_app_description">Note: This sample app requires the restricted profile
|
|
feature.\n\n
|
|
1. If this is the primary user, go to Settings > Users.\n\n
|
|
2. Create a restricted profile, if one doesn\'t exist already.\n\n
|
|
3. Open the profile settings, locate the sample app, and tap the app restriction settings
|
|
icon. Configure app restrictions for the app.\n\n
|
|
4. In the lock screen, switch to the user\'s restricted profile, launch this sample app,
|
|
and see the configured app restrictions displayed.\n
|
|
</string>
|
|
<string name="settings_button_label">Go to Settings</string>
|
|
<string name="current_app_limits_label">Current app restriction settings:</string>
|
|
<string name="na">N/A</string>
|
|
<string name="current_app_limits_description">Your app can restrict its content based on these
|
|
settings, which can be configured through the primary user\'s Users Settings.
|
|
</string>
|
|
|
|
<string-array name="multi_entry_entries">
|
|
<item>Ice Cream</item>
|
|
<item>Jelly Bean</item>
|
|
<item>More Jelly Bean</item>
|
|
</string-array>
|
|
|
|
<string-array name="multi_entry_values" translateable="false">
|
|
<item>1</item>
|
|
<item>2</item>
|
|
<item>3</item>
|
|
</string-array>
|
|
|
|
<string-array name="choice_entry_entries">
|
|
<item>Ice Cream</item>
|
|
<item>Jelly Bean</item>
|
|
<item>More Jelly Bean</item>
|
|
</string-array>
|
|
|
|
<string-array name="choice_entry_values" translateable="false">
|
|
<item>1</item>
|
|
<item>2</item>
|
|
<item>3</item>
|
|
</string-array>
|
|
|
|
</resources> |