blob: 9af01e574cd44001751ff482eecbe334820833c7 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.attestationexample">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".AttestationActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>