googlearchive / android-instant-apps

Migrated:
https://github.com/android/app-bundle
Apache License 2.0
846 stars 277 forks source link

It's first page is "Detail" when run "instant" of "multi-feature-module" #37

Closed SwayChen closed 6 years ago

SwayChen commented 6 years ago

I found default-url is for "MainActivity", but it enter "detail" when launch

<meta-data
    android:name="default-url"
    android:value="https://multi-feature.instantappsample.com/main" />
SwayChen commented 6 years ago

I have found the path to set default entry

image