mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +02:00
Clean up code in the Choose Activity
This branch now does way more than just fixing the back screen issue. It became more of a cleanup branch to be merged into master ^^
This commit is contained in:
parent
b8d1880fbc
commit
12357583c6
4 changed files with 26 additions and 29 deletions
|
@ -24,6 +24,16 @@
|
|||
|
||||
<string name="settings_footer_by">By</string>
|
||||
|
||||
<!-- Choose Activity -->
|
||||
<string name="choose_title">Choose App</string>
|
||||
<string name="choose_title_launch">Launch Apps</string>
|
||||
<string name="choose_title_remove">Uninstall Apps</string>
|
||||
|
||||
<string name="choose_back_settings">Back to Settings</string>
|
||||
|
||||
<string name="choose_removed_toast">Removed the selected application</string>
|
||||
<string name="choose_not_removed_toast">Unable to remove application</string>
|
||||
|
||||
<!-- Errors, Exceptions (Alerts, Toasts ...) -->
|
||||
<string name="none_found">None found</string>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue