AgoraIO / Docs-Source

A repository for the Agora Docs source content.
MIT License
20 stars 11 forks source link

[Bug]: Dynamically loading .so files is no longer permitted. #1530

Closed blaisethomas closed 8 months ago

blaisethomas commented 8 months ago

Platform

Android

Platform details

An app distributed via Google Play may not modify, replace, or update itself using any method other than Google Play's update mechanism. Likewise, an app may not download executable code (such as dex, JAR, .so files) from a source other than Google Play. This restriction does not apply to code that runs in a virtual machine or an interpreter where either provides indirect access to Android APIs (such as JavaScript in a webview or browser).

https://support.google.com/googleplay/android-developer/answer/9888379?hl=en

Product

Video Calling

Product details

No response

Business Case

https://support.google.com/googleplay/android-developer/answer/9888379?hl=en

Subject Matter Expert

No response

Documentation Link

https://support.google.com/googleplay/android-developer/answer/9888379?hl=en

Scope

No response

Acceptance Criteria

Additional Information

No response

atovpeko commented 8 months ago

JIRA ticket for tracking: https://jira.agoralab.co/browse/ENDOC-140