1*8975f5c5SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*8975f5c5SAndroid Build Coastguard Worker<!-- 3*8975f5c5SAndroid Build Coastguard Worker Copyright 2021 The ANGLE Project Authors. All rights reserved. Use of this 4*8975f5c5SAndroid Build Coastguard Worker source code is governed by a BSD-style license that can be found in the 5*8975f5c5SAndroid Build Coastguard Worker LICENSE file. 6*8975f5c5SAndroid Build Coastguard Worker--> 7*8975f5c5SAndroid Build Coastguard Worker 8*8975f5c5SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android" 9*8975f5c5SAndroid Build Coastguard Worker xmlns:tools="http://schemas.android.com/tools" 10*8975f5c5SAndroid Build Coastguard Worker package="com.android.angle"> 11*8975f5c5SAndroid Build Coastguard Worker 12*8975f5c5SAndroid Build Coastguard Worker <application android:allowBackup="false" 13*8975f5c5SAndroid Build Coastguard Worker android:label="com.android.angle" 14*8975f5c5SAndroid Build Coastguard Worker android:extractNativeLibs="false" 15*8975f5c5SAndroid Build Coastguard Worker android:forceQueryable="true" 16*8975f5c5SAndroid Build Coastguard Worker android:multiArch="true"> 17*8975f5c5SAndroid Build Coastguard Worker 18*8975f5c5SAndroid Build Coastguard Worker <activity android:name="com.android.angle.EmptyMainActivity" 19*8975f5c5SAndroid Build Coastguard Worker android:label="Empty Main Activity" 20*8975f5c5SAndroid Build Coastguard Worker android:visibleToInstantApps="true" 21*8975f5c5SAndroid Build Coastguard Worker android:launchMode="singleTask" 22*8975f5c5SAndroid Build Coastguard Worker android:exported="true"> 23*8975f5c5SAndroid Build Coastguard Worker 24*8975f5c5SAndroid Build Coastguard Worker <intent-filter> 25*8975f5c5SAndroid Build Coastguard Worker <action android:name="android.intent.action.MAIN"/> 26*8975f5c5SAndroid Build Coastguard Worker <category android:name="android.intent.category.INFO"/> 27*8975f5c5SAndroid Build Coastguard Worker </intent-filter> 28*8975f5c5SAndroid Build Coastguard Worker 29*8975f5c5SAndroid Build Coastguard Worker <!-- Indicate that this PKG is ANGLE. --> 30*8975f5c5SAndroid Build Coastguard Worker <intent-filter android:priority="1"> 31*8975f5c5SAndroid Build Coastguard Worker <action android:name="android.app.action.ANGLE_FOR_ANDROID" /> 32*8975f5c5SAndroid Build Coastguard Worker <category android:name="android.intent.category.DEFAULT" /> 33*8975f5c5SAndroid Build Coastguard Worker </intent-filter> 34*8975f5c5SAndroid Build Coastguard Worker 35*8975f5c5SAndroid Build Coastguard Worker </activity> 36*8975f5c5SAndroid Build Coastguard Worker </application> 37*8975f5c5SAndroid Build Coastguard Worker</manifest> 38