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:
Finn M Glas 2020-05-19 15:01:26 +02:00
parent b8d1880fbc
commit 12357583c6
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
4 changed files with 26 additions and 29 deletions

View file

@ -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>