blob: c26078bb60e84e3dfcc824588d03459a16f031f6 [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.backuptest">
<application>
<activity android:name="BackupTestActivity" android:label="_BackupTest">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service android:name="BackupTestService">
<intent-filter>
<action android:name="android.backup.BackupService" />
</intent-filter>
</service>
</application>
</manifest>