diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2013-05-27 14:51:33 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2013-05-27 14:51:33 +0200 |
commit | 868a21fe07d4ac760a3bc429edefe860b8255b6d (patch) | |
tree | ad6dc7f02cd757c3de22417dcf41233c93e188bf /android/AndroidManifest.xml | |
parent | af13164924fb4c627f201c943c7a18e5dbe39507 (diff) | |
download | mupdf-868a21fe07d4ac760a3bc429edefe860b8255b6d.tar.xz |
Fix indentation to be consistent with regard to tabs/spaces.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r-- | android/AndroidManifest.xml | 168 |
1 files changed, 84 insertions, 84 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index f91ccd83..631028e5 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,87 +1,87 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="com.artifex.mupdfdemo" - android:versionCode="2" - android:versionName="@string/version" - android:installLocation="auto"> - <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> - <uses-permission android:name="android.permission.INTERNET" /> - <supports-screens - android:smallScreens="true" - android:normalScreens="true" - android:largeScreens="true" - android:anyDensity="true" /> - <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="11"/> - <application - android:label="@string/app_name" - android:icon="@drawable/icon" - android:debuggable="true" - android:hardwareAccelerated="true"> - <activity - android:name="ChoosePDFActivity" - android:theme="@android:style/Theme.Light" - android:label="@string/app_name"> - <intent-filter> - <action android:name="android.intent.action.MAIN"/> - <category android:name="android.intent.category.LAUNCHER"/> - </intent-filter> - </activity> - <activity - android:name="MuPDFActivity" - android:theme="@style/AppBaseTheme" - android:label="@string/app_name"> - <intent-filter> - <action android:name="android.intent.action.VIEW"/> - <category android:name="android.intent.category.DEFAULT"/> - <data android:mimeType="application/vnd.ms-xpsdocument"/> - </intent-filter> - <intent-filter> - <action android:name="android.intent.action.VIEW"/> - <category android:name="android.intent.category.DEFAULT"/> - <data android:mimeType="application/pdf"/> - </intent-filter> - <intent-filter> - <action android:name="android.intent.action.VIEW"/> - <category android:name="android.intent.category.DEFAULT"/> - <data android:mimeType="application/x-cbz"/> - </intent-filter> - <intent-filter> - <action android:name="android.intent.action.VIEW"/> - <category android:name="android.intent.category.DEFAULT"/> - <category android:name="android.intent.category.BROWSABLE"/> - <data android:scheme="file"/> - <data android:mimeType="*/*"/> - <data android:pathPattern=".*\\.xps"/> - <data android:host="*"/> - </intent-filter> - <intent-filter> - <action android:name="android.intent.action.VIEW"/> - <category android:name="android.intent.category.DEFAULT"/> - <category android:name="android.intent.category.BROWSABLE"/> - <data android:scheme="file"/> - <data android:mimeType="*/*"/> - <data android:pathPattern=".*\\.pdf"/> - <data android:host="*"/> - </intent-filter> - <intent-filter> - <action android:name="android.intent.action.VIEW"/> - <category android:name="android.intent.category.DEFAULT"/> - <category android:name="android.intent.category.BROWSABLE"/> - <data android:scheme="file"/> - <data android:mimeType="*/*"/> - <data android:pathPattern=".*\\.cbz"/> - <data android:host="*"/> - </intent-filter> - </activity> - <activity - android:name="OutlineActivity" - android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" - android:label="@string/outline_title"> - </activity> - <activity - android:name="PrintDialogActivity" - android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" - android:label="@string/print"> - </activity> - </application> + package="com.artifex.mupdfdemo" + android:versionCode="2" + android:versionName="@string/version" + android:installLocation="auto"> + <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> + <uses-permission android:name="android.permission.INTERNET" /> + <supports-screens + android:smallScreens="true" + android:normalScreens="true" + android:largeScreens="true" + android:anyDensity="true" /> + <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="11"/> + <application + android:label="@string/app_name" + android:icon="@drawable/icon" + android:debuggable="true" + android:hardwareAccelerated="true"> + <activity + android:name="ChoosePDFActivity" + android:theme="@android:style/Theme.Light" + android:label="@string/app_name"> + <intent-filter> + <action android:name="android.intent.action.MAIN"/> + <category android:name="android.intent.category.LAUNCHER"/> + </intent-filter> + </activity> + <activity + android:name="MuPDFActivity" + android:theme="@style/AppBaseTheme" + android:label="@string/app_name"> + <intent-filter> + <action android:name="android.intent.action.VIEW"/> + <category android:name="android.intent.category.DEFAULT"/> + <data android:mimeType="application/vnd.ms-xpsdocument"/> + </intent-filter> + <intent-filter> + <action android:name="android.intent.action.VIEW"/> + <category android:name="android.intent.category.DEFAULT"/> + <data android:mimeType="application/pdf"/> + </intent-filter> + <intent-filter> + <action android:name="android.intent.action.VIEW"/> + <category android:name="android.intent.category.DEFAULT"/> + <data android:mimeType="application/x-cbz"/> + </intent-filter> + <intent-filter> + <action android:name="android.intent.action.VIEW"/> + <category android:name="android.intent.category.DEFAULT"/> + <category android:name="android.intent.category.BROWSABLE"/> + <data android:scheme="file"/> + <data android:mimeType="*/*"/> + <data android:pathPattern=".*\\.xps"/> + <data android:host="*"/> + </intent-filter> + <intent-filter> + <action android:name="android.intent.action.VIEW"/> + <category android:name="android.intent.category.DEFAULT"/> + <category android:name="android.intent.category.BROWSABLE"/> + <data android:scheme="file"/> + <data android:mimeType="*/*"/> + <data android:pathPattern=".*\\.pdf"/> + <data android:host="*"/> + </intent-filter> + <intent-filter> + <action android:name="android.intent.action.VIEW"/> + <category android:name="android.intent.category.DEFAULT"/> + <category android:name="android.intent.category.BROWSABLE"/> + <data android:scheme="file"/> + <data android:mimeType="*/*"/> + <data android:pathPattern=".*\\.cbz"/> + <data android:host="*"/> + </intent-filter> + </activity> + <activity + android:name="OutlineActivity" + android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" + android:label="@string/outline_title"> + </activity> + <activity + android:name="PrintDialogActivity" + android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" + android:label="@string/print"> + </activity> + </application> </manifest> |