Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
796 stars 100 forks source link

Application Crashes with Errors in NoAPI Build Variant #1294

Closed kavi-kumaran-13962 closed 6 months ago

kavi-kumaran-13962 commented 6 months ago

Steps to Reproduce

  1. Select the build variant as noapi and run the app.

Current Behavior

App crashes with error.

Expected Behavior

App should start without any errors

Possible Solution

Fixed the issues will raise a pr with the solution

Error Logs and Stack Traces

1) In Android 12 or above One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified got this error in DownloadManager and VRBrowserActivity. 2) densityDpi is not set in onResume in OffscreenDisplay, hence received an error. ``` ```