Merge pull request #264 from chrisgarrity/fix-manifest

Avoid concatenation in AndroidManifest
This commit is contained in:
chrisgarrity 2020-04-21 09:57:01 -04:00 committed by GitHub
commit 31e9cb5bc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,11 +45,10 @@
<!-- These additional pathPattern blocks are to allow for paths with
additional periods in them. See:
http://stackoverflow.com/questions/3400072/pathpattern-to-match-file-extension-does-not-work-if-a-period-exists-elsewhere-i/8599921 -->
<data android:pathPattern="@{`.*\\.` + @string/share_extension_filter}"/>
<data android:pathPattern="@{`.*\\..*\\.` + @string/share_extension_filter}"/>
<data android:pathPattern="@{`.*\\..*\\..*\\.` + @string/share_extension_filter}"/>
<data android:pathPattern="@{`.*\\..*\\..*\\..*\\.` + @string/share_extension_filter}"/>
<data android:pathPattern="@{`.*\\..*\\..*\\..*\\..*\\.` + @string/share_extension_filter}"/>
<data android:pathPattern=".*\\..*\\.sjr"/>
<data android:pathPattern=".*\\..*\\..*\\.sjr"/>
<data android:pathPattern=".*\\..*\\..*\\..*\\.sjr"/>
<data android:pathPattern=".*\\..*\\..*\\..*\\..*\\.sjr"/>
<data android:host="*" />
</intent-filter>
<intent-filter>