Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
7992c34a
Kaydet (Commit)
7992c34a
authored
Ara 15, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
android: associate with ott, otg, otp, dotx and potx files as well
Change-Id: If77eb099cb132ea889f623b895b32b3eef223d76
üst
f52deabd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
AndroidManifest.xml.in
android/experimental/LOAndroid3/AndroidManifest.xml.in
+14
-1
No files found.
android/experimental/LOAndroid3/AndroidManifest.xml.in
Dosyayı görüntüle @
7992c34a
...
...
@@ -31,7 +31,7 @@
<action
android:name=
"android.intent.action.PICK"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<!-- OD
T
-->
<!-- OD
F
-->
<data
android:mimeType=
"application/vnd.oasis.opendocument.text"
/>
<data
android:mimeType=
"application/vnd.oasis.opendocument.graphics"
/>
<data
android:mimeType=
"application/vnd.oasis.opendocument.presentation"
/>
...
...
@@ -41,6 +41,12 @@
<data
android:mimeType=
"application/vnd.oasis.opendocument.presentation-flat-xml"
/>
<data
android:mimeType=
"application/vnd.oasis.opendocument.spreadsheet-flat-xml"
/>
<!-- ODF templates -->
<data
android:mimeType=
"application/vnd.oasis.opendocument.text-template"
/>
<data
android:mimeType=
"application/vnd.oasis.opendocument.graphics-template"
/>
<!-- Seems at least Anroid 5.0 does not recognize this as the mime type of .otp files. -->
<data
android:mimeType=
"application/vnd.oasis.opendocument.presentation-template"
/>
<!-- MS -->
<data
android:mimeType=
"application/rtf"
/>
<data
android:mimeType=
"text/rtf"
/>
...
...
@@ -54,8 +60,13 @@
<!-- OOXML -->
<data
android:mimeType=
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
/>
<data
android:mimeType=
"application/vnd.openxmlformats-officedocument.presentationml.presentation"
/>
<!-- Currently crashes. <data android:mimeType="application/vnd.openxmlformats-officedocument.presentationml.slideshow"/> -->
<data
android:mimeType=
"application/vnd.openxmlformats-officedocument.wordprocessingml.document"
/>
<!-- OOXML templates -->
<data
android:mimeType=
"application/vnd.openxmlformats-officedocument.wordprocessingml.template"
/>
<data
android:mimeType=
"application/vnd.openxmlformats-officedocument.presentationml.template"
/>
<!-- OTHER -->
<data
android:mimeType=
"text/csv"
/>
<data
android:mimeType=
"text/spreadsheet"
/>
...
...
@@ -85,3 +96,5 @@
</application>
</manifest>
<!-- vim: shiftwidth=4 softtabstop=4 expandtab:
-->
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment