Skip to content

Commit 603fca4

Browse files
committed
support android 12
ionic-team#255 ionic-team#260
1 parent 52906bf commit 603fca4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

plugin.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
</feature>
2828
</config-file>
2929

30-
3130
<config-file target="AndroidManifest.xml" parent="/manifest/application/activity">
3231
<intent-filter>
3332
<action android:name="android.intent.action.VIEW" />
@@ -39,11 +38,9 @@
3938
<action android:name="android.intent.action.VIEW" />
4039
<category android:name="android.intent.category.DEFAULT" />
4140
<category android:name="android.intent.category.BROWSABLE" />
42-
<data android:scheme="$DEEPLINK_SCHEME" android:host="$DEEPLINK_HOST" android:pathPrefix="$ANDROID_PATH_PREFIX" />
43-
<data android:scheme="$DEEPLINK_2_SCHEME" android:host="$DEEPLINK_2_HOST" android:pathPrefix="$ANDROID_2_PATH_PREFIX" />
44-
<data android:scheme="$DEEPLINK_3_SCHEME" android:host="$DEEPLINK_3_HOST" android:pathPrefix="$ANDROID_3_PATH_PREFIX" />
45-
<data android:scheme="$DEEPLINK_4_SCHEME" android:host="$DEEPLINK_4_HOST" android:pathPrefix="$ANDROID_4_PATH_PREFIX" />
46-
<data android:scheme="$DEEPLINK_5_SCHEME" android:host="$DEEPLINK_5_HOST" android:pathPrefix="$ANDROID_5_PATH_PREFIX" />
41+
<data android:scheme="$DEEPLINK_SCHEME" />
42+
<data android:host="$DEEPLINK_HOST" />
43+
<data android:pathPrefix="$ANDROID_PATH_PREFIX" />
4744
</intent-filter>
4845
</config-file>
4946

0 commit comments

Comments
 (0)