Search Unity

How to remove a requirement android.hardware.camera.ar in the AndroidManifest?

Discussion in 'AR/VR (XR) Discussion' started by Korolev, Dec 2, 2019.

  1. Korolev

    Korolev

    Joined:
    Sep 20, 2012
    Posts:
    22
    How to remove a requirement android.hardware.camera.ar in the AndroidManifest?
    I'm building an application that uses ar foundation. But this content is only enabled when the device is supported.
    When building an app, <uses-feature android:name="android.hardware.camera.ar" android:required= "true"/> is added to the manifest . Even though I added to the manifest android:required= "false".
    How to disable adding to final manifest <uses-feature android: name="android.hardware.camera.ar" android: required= "true"/>?