Skip to content

Commit

Permalink
Remove unneeded entries from strings.xml [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
twaik committed Jul 15, 2024
1 parent 0cd36ad commit d3bc0ef
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,7 @@
]>
<resources>
<string name="app_name">&TERMUX_X11_APP_NAME;</string>
<string name="plugin_info">&TERMUX_X11_APP_NAME; is a plugin app for the &TERMUX_APP_NAME; app.
\n\nCheck &TERMUX_APP_NAME; app github %1$s and &TERMUX_X11_APP_NAME; app github %2$s for more info.</string>

<!-- TermuxX11Activity -->
<string name="msg_storage_permission_not_granted_warning">The storage permission must be granted
to &TERMUX_X11_APP_NAME; app to...</string>
<string name="action_grant_storage_permission">Grant Storage Permission</string>

<string name="msg_battery_optimization_not_disabled_warning">Android battery optimizations
should be disabled for the &TERMUX_X11_APP_NAME; app so that…
Check https://developer.android.com/about/versions/oreo/background for more info and
https://developer.android.com/guide/components/foreground-services#background-start-restrictions
for more info.

\n\nAlso check https://dontkillmyapp.com for info on vendor specific app killers.
Depending on vendor you may need to do things like enable AutoStart, disable DuraSpeed,
enable `Display pop-up windows while running in the background` for the app.</string>
<string name="action_disable_battery_optimizations">Disable Battery Optimizations</string>

<string name="msg_display_over_other_apps_permission_not_granted_warning">The display over other
apps permission should be granted to &TERMUX_X11_APP_NAME; app for starting foreground
activities from background. Check https://developer.android.com/guide/components/activities/background-starts
for more info.
</string>
<string name="action_grant_display_over_other_apps_permission">Grant Draw Over Apps Permission</string>

<string name="action_already_granted">Already Granted</string>
<string name="action_already_disabled">Already Disabled</string>
<string name="not_connected">Not connected</string>
<string name="preferences_button_text">   PREFERENCES   </string>
<string name="help_button_text">   HELP   </string>
Expand Down

0 comments on commit d3bc0ef

Please sign in to comment.