Files
android_development/samples/LceDemo/res/values/strings.xml
fenglu a442d40246 Add Link Capacity Estimation (LCE) demo app.
Change-Id: I42f6a4fa5c989559db75d6d658081b44f7850b7a
2016-03-31 10:44:15 -07:00

21 lines
799 B
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="app_name">LCE Demo App</string>
<string name="action_settings">Settings</string>
</resources>