blob: d992627de609174a54f0a659090d135cb6a7a41d [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 Tate0749dcd2009-08-13 15:13:03 -07003 <uses-permission android:name="android.permission.BACKUP_DATA" />
Christopher Tate181fafa2009-05-14 11:12:14 -07004 <application android:backupAgent="BackupTestAgent">
Joe Onoratof9225f82009-05-05 18:34:31 -07005 <activity android:name="BackupTestActivity" android:label="_BackupTest">
6 <intent-filter>
7 <action android:name="android.intent.action.MAIN" />
8 <category android:name="android.intent.category.DEFAULT" />
9 <category android:name="android.intent.category.LAUNCHER" />
10 </intent-filter>
11 </activity>
Joe Onoratof9225f82009-05-05 18:34:31 -070012 </application>
13</manifest>