diff options
| author | juloo | 2015-08-08 16:47:22 +0200 |
|---|---|---|
| committer | juloo | 2015-08-08 16:47:22 +0200 |
| commit | 153c3849903c3d8489c3af17581d3d1073abb935 (patch) | |
| tree | 2897c04eb82383e61face893ce9119dc6a498e8d /AndroidManifest.xml | |
| parent | c29a2a9c9cd08805f003005c5d884b6cf051505b (diff) | |
| download | unexpected-keyboard-153c3849903c3d8489c3af17581d3d1073abb935.tar.gz unexpected-keyboard-153c3849903c3d8489c3af17581d3d1073abb935.zip | |
Start SettingsActivity
Diffstat (limited to 'AndroidManifest.xml')
| -rw-r--r-- | AndroidManifest.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 5dde156..15b7d34 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -23,6 +23,14 @@ android:resource="@xml/method" /> </service> + <activity android:name="SettingsActivity" + android:icon="@drawable/ic_launcher" + android:label="@string/settings_activity_label"> + <intent-filter> + <action android:name="android.intent.action.MAIN"/> + </intent-filter> + </activity> + </application> <uses-permission android:name="android.permission.VIBRATE" /> |
