android: Replaced Add Applications button with generic Select button in setup

This commit is contained in:
OpenSauce04 2025-02-28 11:42:55 +00:00 committed by OpenSauce
parent 9ad314c5f7
commit 11b312e764
2 changed files with 2 additions and 3 deletions

View File

@ -235,9 +235,9 @@ class SetupFragment : Fragment() {
R.drawable.ic_controller, R.drawable.ic_controller,
R.string.games, R.string.games,
R.string.games_description, R.string.games_description,
R.drawable.ic_add, 0,
true, true,
R.string.add_games, R.string.select,
{ {
gamesDirCallback = it gamesDirCallback = it
getGamesDirectory.launch( getGamesDirectory.launch(

View File

@ -70,7 +70,6 @@
<string name="done">Done</string> <string name="done">Done</string>
<string name="done_description">You\'re all set.\nEnjoy using the emulator!</string> <string name="done_description">You\'re all set.\nEnjoy using the emulator!</string>
<string name="text_continue">Continue</string> <string name="text_continue">Continue</string>
<string name="add_games">Add Applications</string>
<string name="notifications">Notifications</string> <string name="notifications">Notifications</string>
<string name="notifications_description">Grant the notification permission with the button below.</string> <string name="notifications_description">Grant the notification permission with the button below.</string>
<string name="give_permission">Grant permission</string> <string name="give_permission">Grant permission</string>