Commit 2296e7af by Tim Van Patten Committed by Commit Bot

Android: Add forceQueryable="true" to AndroidManifest.xml

ANGLE needs to set the attribute forceQueryable="true" to the AndroidManifest.xml to allow the Android framework to find the ANGLE package. Bug: angleproject:5035 Test: Manual verification Change-Id: I5ac1c18a584b72d3384978592065853f0a9456de Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2406131Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Commit-Queue: Tim Van Patten <timvp@google.com>
parent eba501c8
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
<application android:label="Android System Angle" <application android:label="Android System Angle"
android:icon="@drawable/icon" android:icon="@drawable/icon"
android:extractNativeLibs="false" android:extractNativeLibs="false"
android:forceQueryable="true"
android:multiArch="true"> android:multiArch="true">
<activity android:name="com.android.angle.MainActivity" <activity android:name="com.android.angle.MainActivity"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment