1*1789df15SXin Li<?xml version="1.0" encoding="utf-8"?> 2*1789df15SXin Li<!-- 3*1789df15SXin Li/* 4*1789df15SXin Li * Copyright (C) 2012 The Android Open Source Project 5*1789df15SXin Li * 6*1789df15SXin Li * Licensed under the Apache License, Version 2.0 (the "License"); you may not 7*1789df15SXin Li * use this file except in compliance with the License. You may obtain a copy of 8*1789df15SXin Li * the License at 9*1789df15SXin Li * 10*1789df15SXin Li * http://www.apache.org/licenses/LICENSE-2.0 11*1789df15SXin Li * 12*1789df15SXin Li * Unless required by applicable law or agreed to in writing, software 13*1789df15SXin Li * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 14*1789df15SXin Li * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 15*1789df15SXin Li * License for the specific language governing permissions and limitations under 16*1789df15SXin Li * the License. 17*1789df15SXin Li */ 18*1789df15SXin Li--> 19*1789df15SXin Li 20*1789df15SXin Li<resources> 21*1789df15SXin Li 22*1789df15SXin Li <!-- Strings for manifest. --> 23*1789df15SXin Li <string name="app_name">SDK Controller</string> 24*1789df15SXin Li <string name="service_description">Background service for SDK Controller</string> 25*1789df15SXin Li 26*1789df15SXin Li <!-- Strings for service. --> 27*1789df15SXin Li <string name="service_notif_title">SDK Controller is running</string> 28*1789df15SXin Li 29*1789df15SXin Li <!-- Strings for layout/main --> 30*1789df15SXin Li <string name="main_label_service">Service:</string> 31*1789df15SXin Li <string name="main_label_buttons">What you can do:</string> 32*1789df15SXin Li <string name="main_btn_open_multitouch">Control Multi-touch</string> 33*1789df15SXin Li <string name="main_btn_open_sensors">Control Sensors</string> 34*1789df15SXin Li <string name="main_service_status_connected">Emulator Connected</string> 35*1789df15SXin Li <string name="main_service_status_disconnected">Emulator Connected</string> 36*1789df15SXin Li 37*1789df15SXin Li <!-- Strings for layout/sensors --> 38*1789df15SXin Li <string name="sensors_activity_title">SDK Controller > Sensors</string> 39*1789df15SXin Li <string name="sensors_top_description">Available Sensors:</string> 40*1789df15SXin Li <string name="sensors_sample_rate">Sample Rate</string> 41*1789df15SXin Li <string name="sensors_hz_per_sensor">Hz per sensor</string> 42*1789df15SXin Li <string name="sensors_actual_rate">Actual</string> 43*1789df15SXin Li <string name="sensors_hz_average">Hz average</string> 44*1789df15SXin Li <!-- Default sample rate for SensorsActivity UI. 45*1789df15SXin Li Should match the default for SensorsHandler.mUpdateTargetMs. --> 46*1789df15SXin Li <string name="sensors_default_sample_rate">20</string> 47*1789df15SXin Li 48*1789df15SXin Li</resources> 49