You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/res/res/values/strings.xml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3388,6 +3388,8 @@
3388
3388
<stringname="low_internal_storage_view_title">Storage space running out</string>
3389
3389
<!-- If the device is getting low on internal storage, a notification is shown to the user. This is the message of that notification. -->
3390
3390
<stringname="low_internal_storage_view_text">Some system functions may not work</string>
3391
+
<!-- If the device does not have storage for the main system classes, a notification is shown to the user. This is the message of that notification. -->
3392
+
<stringname="low_internal_storage_view_text_no_boot">Not enough storage for the system. Make sure you have 250MB of free space and restart.</string>
3391
3393
3392
3394
<!-- [CHAR LIMIT=NONE] Stub notification title for an app running a service that has provided
0 commit comments