realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

Throw exception when initializing Realm on an Instant app #7654

Closed clementetb closed 2 years ago

clementetb commented 2 years ago

Currently Realm is not able to run on Instant apps, trying to run it would result on a Permission denied while trying to open a Realm, that is hard to reason about.

With this PR we check if Realm is being initialized on an Instant app and if so a RealmError is thrown stating that Instant apps are not currently supported.

Manually tested with an Instant App.