blob: 3778742e105ed1387eafa50473726d5289383cd0 [file] [log] [blame]
Joe Onoratof9225f82009-05-05 18:34:31 -07001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.android.backuptest">
Christopher Tate181fafa2009-05-14 11:12:14 -07003 <application android:backupAgent="BackupTestAgent">
Joe Onoratof9225f82009-05-05 18:34:31 -07004 <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 Onoratof9225f82009-05-05 18:34:31 -070011 </application>
12</manifest>