Skip to content

Commit

Permalink
Notification log improvements
Browse files Browse the repository at this point in the history
Change-Id: I5d50070c11d4d1d0a4e1bb2be53e61929ebe1d1d
  • Loading branch information
maxwen authored and dinosnore1 committed Jun 3, 2020
1 parent 617a470 commit 65edc7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions res/values/bootleg_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,7 @@
<string name="show_cpu_info">Show CPU info</string>
<!-- UI debug setting: show cpu usage summary [CHAR LIMIT=50] -->
<string name="show_cpu_info_summary">Screen overlay showing current CPU info</string>

<!-- Notification log -->
<string name="notification_log_summary">Show notifications history log</string>
</resources>
1 change: 1 addition & 0 deletions res/xml/configure_notification_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@

<Preference
android:title="@string/notification_log_title"
android:summary="@string/notification_log_summary"
android:fragment="com.android.settings.notification.NotificationStation" />

<SwitchPreference
Expand Down

0 comments on commit 65edc7e

Please sign in to comment.