mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-28 18:15:37 -05:00
Merge pull request #264 from chrisgarrity/fix-manifest
Avoid concatenation in AndroidManifest
This commit is contained in:
commit
31e9cb5bc2
1 changed files with 4 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue