- In order to externalize the AlarmClock provider within DeskClock, move
the database contract, ClockContract, into the SDK so that interested parties can
reference it.
- Add CyanogenModAlarmClock to add new utilities for turning existing
alarms on/off and creating new alarms.
Change-Id: I1f11ccc3988bdef10d721e2038b2c7d69a4ae598
7 lines
287 B
XML
7 lines
287 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name">CM Platform Tests</string>
|
|
<string name="settings_tests_activity_name">CM Platform Settings Tests</string>
|
|
<string name="alarm_tests_activity_name">CM Platform Alarm Clock Tests</string>
|
|
</resources>
|