Android Instant Apps - Can not "Run unverified software, run arbitrary native code". Only Instant Apps runtime

Viewed 306
3 Answers

An unofficial answer from an official Google representative was that with Instant Apps, unlike normal apps, there is no technical way to run downloaded code, or load classes dynamically. For normal apps, the restriction is written in Play Store Developer Policy, and is enforced only on Play Store via standard security monitoring procedures.

Related