xref: /aosp_15_r20/tools/security/remote_provisioning/attestation_testing/AndroidManifest.xml (revision d9ecfb0f4d734c9ce41cde8ac4d585b094fd4222)
1*d9ecfb0fSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*d9ecfb0fSAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3*d9ecfb0fSAndroid Build Coastguard Worker    package="com.google.attestationexample">
4*d9ecfb0fSAndroid Build Coastguard Worker
5*d9ecfb0fSAndroid Build Coastguard Worker    <application
6*d9ecfb0fSAndroid Build Coastguard Worker        android:allowBackup="true"
7*d9ecfb0fSAndroid Build Coastguard Worker        android:icon="@mipmap/ic_launcher">
8*d9ecfb0fSAndroid Build Coastguard Worker        <activity
9*d9ecfb0fSAndroid Build Coastguard Worker            android:name=".AttestationActivity"
10*d9ecfb0fSAndroid Build Coastguard Worker            android:exported="true">
11*d9ecfb0fSAndroid Build Coastguard Worker            <intent-filter>
12*d9ecfb0fSAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN" />
13*d9ecfb0fSAndroid Build Coastguard Worker
14*d9ecfb0fSAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER" />
15*d9ecfb0fSAndroid Build Coastguard Worker            </intent-filter>
16*d9ecfb0fSAndroid Build Coastguard Worker        </activity>
17*d9ecfb0fSAndroid Build Coastguard Worker    </application>
18*d9ecfb0fSAndroid Build Coastguard Worker
19*d9ecfb0fSAndroid Build Coastguard Worker</manifest>
20