adds min_apk_version for ar.core on Android
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
|
||||
index 8cd1fb84e55c6fb971db3441fa41bd7460ed738e..369cd188698f05263ce2cbe20971049a5812afcc 100644
|
||||
index 8cd1fb84e55c6fb971db3441fa41bd7460ed738e..474bcd0868f4cb0ef5d3d24d5488aee328265020 100644
|
||||
--- a/chrome/android/java/AndroidManifest.xml
|
||||
+++ b/chrome/android/java/AndroidManifest.xml
|
||||
@@ -34,7 +34,9 @@ by a child template that "extends" this file.
|
||||
@@ -63,7 +63,15 @@ index 8cd1fb84e55c6fb971db3441fa41bd7460ed738e..369cd188698f05263ce2cbe20971049a
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:roundIcon="@drawable/ic_launcher_round"
|
||||
android:label="{% block application_label %}@string/app_name{% endblock %}"
|
||||
@@ -1294,6 +1309,7 @@ android:value="true" />
|
||||
@@ -175,6 +190,7 @@ by a child template that "extends" this file.
|
||||
<!-- ARCore APK integration -->
|
||||
<!-- This tag indicates that this application optionally uses ARCore. -->
|
||||
<meta-data android:name="com.google.ar.core" android:value="optional" />
|
||||
+ <meta-data android:name="com.google.ar.core.min_apk_version" android:value="190603076"/><activity android:name="com.google.ar.core.InstallActivity" android:configChanges="keyboardHidden|orientation|screenSize" android:excludeFromRecents="true" android:exported="false" android:launchMode="singleTop" android:theme="@android:style/Theme.Material.Light.Dialog.Alert" />
|
||||
{% endif %}
|
||||
|
||||
<!-- Cast support -->
|
||||
@@ -1294,6 +1310,7 @@ android:value="true" />
|
||||
</activity>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user