Joe Onorato | 8932020 | 2010-06-24 17:49:44 -0700 | [diff] [blame] | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | package="com.android.fixvibratesetting"> |
| 3 | <uses-permission android:name="android.permission.VIBRATE" /> |
| 4 | |
| 5 | <application> |
| 6 | <activity android:name="FixVibrateSetting" android:label="@string/app_label"> |
| 7 | <intent-filter> |
| 8 | <action android:name="android.intent.action.MAIN" /> |
| 9 | <category android:name="android.intent.category.DEFAULT" /> |
| 10 | <category android:name="android.intent.category.LAUNCHER" /> |
| 11 | </intent-filter> |
| 12 | </activity> |
| 13 | </application> |
| 14 | </manifest> |