Joe Onorato | f9225f8 | 2009-05-05 18:34:31 -0700 | [diff] [blame] | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | package="com.android.backuptest"> |
Christopher Tate | 181fafa | 2009-05-14 11:12:14 -0700 | [diff] [blame] | 3 | <application android:backupAgent="BackupTestAgent"> |
Joe Onorato | f9225f8 | 2009-05-05 18:34:31 -0700 | [diff] [blame] | 4 | <activity android:name="BackupTestActivity" android:label="_BackupTest"> |
| 5 | <intent-filter> |
| 6 | <action android:name="android.intent.action.MAIN" /> |
| 7 | <category android:name="android.intent.category.DEFAULT" /> |
| 8 | <category android:name="android.intent.category.LAUNCHER" /> |
| 9 | </intent-filter> |
| 10 | </activity> |
Joe Onorato | f9225f8 | 2009-05-05 18:34:31 -0700 | [diff] [blame] | 11 | </application> |
| 12 | </manifest> |