I am making a custom keyboard app.
There is a button that leads the user from the app to Input Method Settings
.
Here is the intent:
startActivityForResult(new Intent(Settings.ACTION_INPUT_METHOD_SETTINGS), 2000);
Now, is there a way to return user to the activity after he enables the keyboard?
Aucun commentaire:
Enregistrer un commentaire