android13/frameworks/base/tests/notification/res/values/strings.xml

11 lines
499 B
XML
Raw Normal View History

2024-06-22 08:45:49 -04:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Hello World, NotificationShowcaseActivity!</string>
<string name="app_name">NotificationShowcase</string>
<string name="post_button_label">Post Notifications</string>
<string name="remove_button_label">Remove Notifications</string>
<string name="answered">call answered</string>
<string name="ignored">call ignored</string>
<string name="full_screen_name">Full Screen Activity</string>
</resources>