diff options
Diffstat (limited to 'res/xml/method.xml')
-rw-r--r-- | res/xml/method.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/xml/method.xml b/res/xml/method.xml index b8d98ff..adf59b5 100644 --- a/res/xml/method.xml +++ b/res/xml/method.xml @@ -1,2 +1,3 @@ <?xml version="1.0" encoding="utf-8"?> -<input-method xmlns:android="http://schemas.android.com/apk/res/android" />
\ No newline at end of file +<input-method xmlns:android="http://schemas.android.com/apk/res/android" + android:settingsActivity="us.minak.SettingsActivity" /> |