Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3   Copyright 2015 Google Inc. All rights reserved.
      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 
     20     <string name="empty_list">No attractions found nearby!</string>
     21     <string name="nearby_attraction">Nearby tourist attraction</string>
     22     <string name="action_test_notification">Test Notification</string>
     23     <string name="action_test_notification_dialog">
     24 <![CDATA[
     25 This will trigger a rich notification that is bridged over to the Wear device.
     26 \n\nNote that the first time this runs it can take 20-30 seconds to transfer
     27 the image data (in practice, users wouldn\'t notice this as the notification
     28 would be triggered automatically and only show up after the data was
     29 transferred).
     30 ]]>
     31     </string>
     32     <string name="action_test_microapp">Test Micro App</string>
     33     <string name="action_test_microapp_dialog">
     34 <![CDATA[
     35 This will trigger a notification on Wear that lets you open up the full
     36 wearable app. A few things to note:\n\n
     37  Ensure you have the wearable APK installed on your Wear device (debug builds
     38 require you to install it manually)\n\n
     39  The first time this runs it can take 20-30 seconds to transfer the image
     40 data (in practice, users wouldn\'t notice this as the notification would only
     41 be triggered after the data was transferred)\n\n
     42  The notification priority is set to the recommended default value so it may
     43 appear further down your stream
     44 ]]>
     45     </string>
     46     <string name="action_test_toggle_geofence">Toggle Geofence Trigger</string>
     47     <string name="action_map">Show on Map</string>
     48     <string name="permission_explanation">Allow this app to use your location to show distance to attractions?</string>
     49     <string name="permission_explanation_action">Let\'s do it!</string>
     50 
     51 </resources>
     52