1<?xml version="1.0" encoding="UTF-8"?> 2<!-- 3 Copyright (C) 2018 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 19 <string name="reset_appgrid_title">Reset app grid to A-Z order</string> 20 <string name="reset_appgrid_dialogue_message">This function will remove all custom ordering. 21 Do you want to continue? 22 </string> 23 <string name="app_launcher_title_all_apps">All apps</string> 24 <string name="app_launcher_title_media_only">Media apps</string> 25 <!-- Manage applications, text for dialog when apps can not be stopped --> 26 <string name="app_launcher_stop_app_cant_stop_text">App can’t be stopped.</string> 27 28 <!-- Toolbar MenuItem text for hiding debug apps, 29 only visible on debug builds [CHAR_LIMIT=50] --> 30 <string name="hide_debug_apps">Hide debug apps</string> 31 <!-- Toolbar MenuItem text for showing debug apps, 32 only visible on debug builds [CHAR_LIMIT=50] --> 33 <string name="show_debug_apps">Show debug apps</string> 34 35 36 <!-- Intent action meant to invoke user TOS flow. 37 The intent URI has to be formatted according to Intent.URI_INTENT_SCHEME 38 URI, for example should contain the intent action and any extras if necessary: 39 "intent:#Intent;action=com.android.car.SHOW_USER_TOS_ACTIVITY;B.show_value_prop=true;end" 40 --> 41 42 <string name="user_tos_activity_intent"> 43 intent:#Intent;action=com.android.car.SHOW_USER_TOS_ACTIVITY;B.show_value_prop=false;end 44 </string> 45 46 47 <!-- 48 A list of package names to exclude from the app selector when filtering is active. 49 DO NOT TRANSLATE. 50 --> 51 <string-array name="hidden_apps" translatable="false"> 52 <item>com.android.car.themeplayground</item> 53 <item>com.google.android.auto.welcome</item> 54 <item>com.google.android.embedded.projection</item> 55 <item>com.android.car.bugreport</item> 56 <item>com.android.car.trust</item> 57 <item>com.google.android.car.diagnosticrecorder</item> 58 <item>com.google.android.car.diskwriteapp</item> 59 <item>com.android.documentsui</item> 60 <item>com.google.android.car.flashapp</item> 61 <item>com.android.gallery3d</item> 62 <item>com.google.android.car.garagemode.testapp</item> 63 <item>com.google.android.gms.vehicle.testapp</item> 64 <item>com.google.android.car.kitchensink</item> 65 <item>com.android.support.car.lenspicker</item> 66 <item>com.google.android.apps.gmm</item> 67 <item>com.android.car.media</item> 68 <item>com.qualcomm.qti.sensors.qsensortest</item> 69 <item>com.qualcomm.qti.logkit</item> 70 <item>com.qualcomm.qti.roamingsettings</item> 71 <item>com.android.settings</item> 72 <item>com.google.android.car.uxr.sample</item> 73 <item>com.google.android.apps.geo.autograph.vms.client.visualizer.car</item> 74 <item>com.google.android.apps.geo.autograph.vms.client.systemstate</item> 75 <item>com.google.android.car.vms.subscriber</item> 76 <item>org.chromium.webview_shell</item> 77 </string-array> 78 79 <!-- TosBanner strings --> 80 <string name="banner_title_text">To use user tos disabled apps, agree to User tos</string> 81 <string name="banner_review_button_text">Review</string> 82 <string name="banner_dismiss_button_text">Not Now</string> 83</resources> 84