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
71e176c0
Kaydet (Commit)
71e176c0
authored
Haz 27, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
android: Reformat for readibility.
Change-Id: Ib33d3ee0c78302b858b7c814e486c417276b7e7d
üst
cfd74ae2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
25 deletions
+23
-25
AndroidManifest.xml
android/experimental/DocumentLoader/AndroidManifest.xml
+6
-6
AndroidManifest.xml
android/experimental/LibreOffice4Android/AndroidManifest.xml
+17
-19
No files found.
android/experimental/DocumentLoader/AndroidManifest.xml
Dosyayı görüntüle @
71e176c0
<?xml version="1.0" encoding="utf-8"?>
<!-- -*- indent-tabs-mode: nil -*- -->
<?xml version="1.0" encoding="utf-8"?>
<!-- -*- indent-tabs-mode: nil -*- -->
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.libreoffice.android.examples"
package=
"org.libreoffice.android.examples"
android:installLocation=
"preferExternal"
android:installLocation=
"preferExternal"
android:versionCode=
"1"
android:versionCode=
"1"
android:versionName=
"1.0"
>
android:versionName=
"1.0"
>
<uses-sdk
android:minSdkVersion=
"15"
<uses-sdk
android:minSdkVersion=
"15"
android:targetSdkVersion=
"15"
/>
android:targetSdkVersion=
"15"
/>
<application
android:label=
"LO Experimental DocumentLoader"
<application
android:label=
"LO Experimental DocumentLoader"
android:debuggable=
"true"
android:debuggable=
"true"
android:largeHeap=
"true"
android:largeHeap=
"true"
...
...
android/experimental/LibreOffice4Android/AndroidManifest.xml
Dosyayı görüntüle @
71e176c0
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.libreoffice"
package=
"org.libreoffice"
android:installLocation=
"preferExternal"
android:installLocation=
"preferExternal"
android:versionCode=
"1"
android:versionCode=
"1"
android:versionName=
"1.0"
>
android:versionName=
"1.0"
>
<uses-sdk
android:minSdkVersion=
"4"
android:targetSdkVersion=
"11"
/>
<uses-sdk
android:minSdkVersion=
"4"
android:targetSdkVersion=
"11"
/>
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
<application
<application
android:debuggable=
"true"
android:debuggable=
"true"
android:largeHeap=
"true"
android:largeHeap=
"true"
android:hardwareAccelerated=
"true"
android:hardwareAccelerated=
"true"
android:icon=
"@drawable/lo_icon"
android:icon=
"@drawable/lo_icon"
android:label=
"@string/app_name"
>
android:label=
"@string/app_name"
>
<!-- Original Document Loader activity - file Viewer -->
<!-- Original Document Loader activity - file Viewer -->
<activity
android:name=
".android.DocumentLoader"
<activity
android:name=
".android.DocumentLoader"
android:theme=
"@style/DocumentViewer"
android:theme=
"@style/DocumentViewer"
android:label=
"DocumentLoader"
android:label=
"DocumentLoader"
android:configChanges=
"orientation|keyboardHidden"
>
android:configChanges=
"orientation|keyboardHidden"
>
<!-- <intent-filter>
<!-- <intent-filter>
...
@@ -25,11 +24,10 @@
...
@@ -25,11 +24,10 @@
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>-->
</intent-filter>-->
</activity>
</activity>
<!-- File Explorer Activities taken from eclipse workspace -->
<!-- File Explorer Activities taken from eclipse workspace -->
<activity
<activity
android:name=
".ui.LibreOfficeUIActivity"
android:name=
".ui.LibreOfficeUIActivity"
android:label=
"@string/app_name"
android:label=
"@string/app_name"
android:theme=
"@style/Theme.Sherlock.Light.DarkActionBar"
>
android:theme=
"@style/Theme.Sherlock.Light.DarkActionBar"
>
<intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
...
@@ -39,6 +37,6 @@
...
@@ -39,6 +37,6 @@
<intent-filter
android:label=
"writer_viewer"
></intent-filter>
<intent-filter
android:label=
"writer_viewer"
></intent-filter>
</activity>
</activity>
<activity
android:name=
".ui.PreferenceEditor"
></activity>
<activity
android:name=
".ui.PreferenceEditor"
></activity>
</application>
</application>
</manifest>
</manifest>
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