xref: /aosp_15_r20/frameworks/base/tests/backup/AndroidManifest.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1*d57664e9SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*d57664e9SAndroid Build Coastguard Worker
3*d57664e9SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4*d57664e9SAndroid Build Coastguard Worker     package="com.android.backuptest">
5*d57664e9SAndroid Build Coastguard Worker    <application android:backupAgent="BackupTestAgent">
6*d57664e9SAndroid Build Coastguard Worker        <activity android:name="BackupTestActivity"
7*d57664e9SAndroid Build Coastguard Worker             android:label="_BackupTest"
8*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
9*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
10*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
11*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
12*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
13*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
14*d57664e9SAndroid Build Coastguard Worker        </activity>
15*d57664e9SAndroid Build Coastguard Worker    </application>
16*d57664e9SAndroid Build Coastguard Worker</manifest>
17