1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3Copyright 2014 The Android Open Source Project 4 5Licensed under the Apache License, Version 2.0 (the "License"); 6you may not use this file except in compliance with the License. 7You may obtain a copy of the License at 8 9 http://www.apache.org/licenses/LICENSE-2.0 10 11Unless required by applicable law or agreed to in writing, software 12distributed under the License is distributed on an "AS IS" BASIS, 13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14See the License for the specific language governing permissions and 15limitations under the License. 16--> 17 18<resources> 19 <string name="action_settings">Settings</string> 20 <string name="heads_up_notification_description">This sample demonstrates options for displaying Heads-Up Notifications on Android. 21 \n\n 22 On Android L or above, you have options to display important information in front of the user (Heads-Up Notifications) which 23 does not obscure the entire viewport.\n</string> 24 <string name="notification_metadata_description">This sample demonstrates how to attach 25 metadata introduced in Android L, such as 26 priority data, notification category and person data.\n 27 </string> 28 <string name="visibility_metadata_description"> 29 This sample demonstrates how to attach visibility metadata.\n 30 You need to have your lockscreen secured(PIN, Pattern, or Password) if you don\'t want to 31 show sensitive information on it. 32 </string> 33 <string name="visibility_public">Public</string> 34 <string name="visibility_private">Private</string> 35 <string name="visibility_secret">Secret</string> 36 <string name="title_lnotification_activity">Notification samples for L</string> 37 <string name="attach_person">Attach Person</string> 38 <string name="click_to_change">Click to Change</string> 39 <string name="show_notification">Show notification</string> 40 <string name="use_heads_up_notification_where_possible">Use Heads Up Notification when possible</string> 41 <string name="label_category">Category</string> 42 <string name="label_priority">Priority</string> 43</resources> 44