mirror of
https://github.com/vanitasvitae/Spherical
synced 2025-12-11 23:01:10 +01:00
Fix intent filters
This commit is contained in:
parent
3e09b47632
commit
57b3068e70
2 changed files with 11 additions and 7 deletions
|
|
@ -19,15 +19,9 @@
|
|||
|
||||
<!-- Spherical images -->
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.GET_CONTENT" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.OPENABLE" />
|
||||
<data android:mimeType="application/vnd.google.panorama360+jpg" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.PICK" />
|
||||
<action android:name="android.intent.action.SEND" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:mimeType="application/vnd.google.panorama360+jpg" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue