strings.xml 442 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string name="app_name">NotificationProgressBar</string>
  4. <string name="hello_world">Hello world!</string>
  5. <string name="newNotification">Send notification with progress</string>
  6. <string name="title_activity_handle_notification">HandleNotificationActivity</string>
  7. <string name="handleNotification">I have received an Intent from the Notification!</string>
  8. </resources>