1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright 2022 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="allowButtonResKey">allow</string> 20 <string name="broadcastAction">testBluetoothDiscoverableBroadcastAction</string> 21 <string name="btAction">btAction</string> 22 <string name="defaultSettingsPkg">com.android.settings</string> 23 <string name="messageKey">message</string> 24 <string name="msgDeviceLocked">Device is in sleep or locked mode</string> 25 <string name="msgFailBluetoothDashboardFragment">Device is vulnerable to b/244423101 !! Possible 26 to make bluetooth discoverable via BluetoothDashboardFragment</string> 27 <string name="msgFailConnectedDeviceDashboardFragment">Device is vulnerable to b/228450811 !! 28 Possible to make bluetooth discoverable via ConnectedDeviceDashboardFragment</string> 29 <string name="resType">string</string> 30 <string name="resultKey">result</string> 31 <string name="sliceBluetoothDashboardUri"> 32 settings://%1$s.slices/?slice=content://%2$s/action/bluetooth 33 </string> 34 <string name="sliceConnectedDevicesDashboardUri"> 35 settings://%1$s.slices/?slice=content://%1$s.slices/action/bluetooth_devices 36 </string> 37 <string name="sliceDeepLinkSpringBoardClassName">%1$s.slices.SliceDeepLinkSpringBoard</string> 38</resources> 39