Dan Sandler 7edddb4961 Tests for Notification object construction and parceling.
The tests use the new hidden Parcel APIs (if available on
the running platform) to emit statistics about ashmem usage.

Bug: 20153922
Bug: 20079551
Change-Id: I400d2a932f297e582c335389570f93c0d4a19fc9
2015-05-11 23:32:08 -04:00

11 lines
499 B
XML

<?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>