Is there an Android build flag to check for APK versus Instant App version of an App

Viewed 1505

Just like BuildConfig.FLAVOR and BuildConfig.DEBUG is there a build flag to check at runtime for the APK version or the Instant App version of an Android application ?

Or is there another way to get the information ?

3 Answers
Related