Jeff Hamilton | 4f86436 | 2009-04-23 02:29:07 -0500 | [diff] [blame^] | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | package="com.android.contacts2" |
| 3 | > |
| 4 | |
| 5 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 6 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
| 7 | |
| 8 | <application android:label="@string/app_name"> |
| 9 | <activity android:name="Contacts2"> |
| 10 | <intent-filter> |
| 11 | <action android:name="android.intent.action.MAIN" /> |
| 12 | <category android:name="android.intent.category.LAUNCHER" /> |
| 13 | </intent-filter> |
| 14 | </activity> |
| 15 | </application> |
| 16 | </manifest> |