Cherish:Allow run notification's settings from CherishSettings
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -120,4 +120,6 @@
|
||||
<string name="battery_light_medium_color">Medium battery</string>
|
||||
<string name="battery_light_full_color">Almost full battery</string>
|
||||
<string name="battery_light_reallyfull_color">Full (100) battery</string>
|
||||
|
||||
<string name="notification_light_settings">Notifications light</string>
|
||||
</resources>
|
||||
|
||||
@@ -18,6 +18,15 @@
|
||||
android:title="@string/notifications_title"
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
|
||||
|
||||
<Preference
|
||||
android:key="notification_light"
|
||||
android:fragment="com.android.settings.applications.manageapplications.ManageApplications"
|
||||
android:title="@string/notification_light_settings" >
|
||||
<extra
|
||||
android:name="classname"
|
||||
android:value="com.android.settings.Settings$NotificationAppListActivity" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:key="charging_light"
|
||||
android:icon="@drawable/ic_battery_almostfull"
|
||||
|
||||
Reference in New Issue
Block a user