android:name=".LauncherActivity"
android:launchMode="singleTop"
android:theme="@style/AppTheme">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<!-- GrowingIO URLScheme -->
<data android:scheme="growing.xxxxxxxxxxxxxxxx" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<!-- 测试多个 scheme 能够成功被唤醒 -->
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />