Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e88bf90c authored by Sameer's avatar Sameer
Browse files

Add notification strings for TvWatchdogService

Bug: 335423167
Test: m
Flag: android.media.tv.flags.enable_tv_watchdog_emmc_protection
Change-Id: I80f9fbe58c45f37a36c91c8073cd974605ee67a3
parent c74da9dc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -6936,4 +6936,9 @@ ul.</string>
    <!-- Toast message that is shown when dream is triggered by short press power button. [CHAR LIMIT=TOAST] -->
    <string name="long_press_power_to_turn_off_tv_toast">Long press Power button to turn off TV</string>
    <!-- TvWatchdogService notification related messages -->
    <string name="tv_watchdog_notification_channel_name">System Resource Alerts</string>
    <string name="tv_watchdog_notification_title">Resource Overuse</string>
    <string name="tv_watchdog_notification_content">"App '<xliff:g id="app_name">%1$s</xliff:g>' is using too many resources."</string>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -833,6 +833,9 @@
  <java-symbol type="string" name="lockscreen_emergency_call" />
  <java-symbol type="string" name="lockscreen_return_to_call" />
  <java-symbol type="string" name="long_press_power_to_turn_off_tv_toast" />
  <java-symbol type="string" name="tv_watchdog_notification_channel_name" />
  <java-symbol type="string" name="tv_watchdog_notification_title" />
  <java-symbol type="string" name="tv_watchdog_notification_content" />
  <java-symbol type="integer" name="config_turnOffTvToastSuppressionDelayMs" />
  <java-symbol type="integer" name="config_turnOffTvToastPostDelayMs" />
  <java-symbol type="string" name="low_memory" />