The full screen user switcher wasn't needed by the original author so adapt it for the auto use case because it fits really well. This change adds in some legal text (TBR - legal) and tweaks the layout a bit. Bug: 26559008 Change-Id: Ib78d0ec8a8d4ec8411dbbffe5852c5307c2cf42f
30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
/**
|
|
* Copyright (c) 2016, 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>
|
|
<string name="car_lockscreen_disclaimer_title">Drive safely</string>
|
|
<string name="car_lockscreen_disclaimer_text">
|
|
Stay fully aware of driving conditions and always obey applicable laws. Directions may be
|
|
inaccurate, incomplete, dangerous, not suitable, prohibited, or involve crossing
|
|
administrative areas. Business information may also be inaccurate or incomplete. Data is
|
|
not real-time, and location accuracy cannot be guaranteed. Do not handle your mobile device
|
|
or use apps not intended for Android Auto while driving.
|
|
</string>
|
|
|
|
</resources>
|