Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8effc004 authored by Justin Koh's avatar Justin Koh Committed by Android (Google) Code Review
Browse files

Merge "resolved conflicts for merge of d90712d0 to master"

parents 1990fe4e be4c2c2b
Loading
Loading
Loading
Loading
+1.76 KiB
Loading image diff...
+1.23 KiB
Loading image diff...
+2.51 KiB
Loading image diff...
+3.14 KiB
Loading image diff...
+30 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2014, 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.
*/
-->

<!-- These resources are around just to allow their values to be customized
     for watch products.  Do not translate. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- Only show power and settings items due to smaller real estate. -->
    <string-array translatable="false" name="config_globalActionsList">
        <item>power</item>
        <item>settings</item>
    </string-array>

</resources>
 No newline at end of file
Loading