11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" org.coolreader"
4- android : installLocation =" auto" >
3+ package =" org.coolreader"
4+ android : installLocation =" auto" >
55
66 <supports-screens
77 android : xlargeScreens =" true"
3434 >
3535
3636 <meta-data
37- android : name =" com.google.android.geo.API_KEY"
38- android : value =" AIzaSyCr_nWVRATHYaPyTn0wxpjpy4QR2eTEvB0" />
37+ android : name =" com.google.android.geo.API_KEY"
38+ android : value =" AIzaSyCr_nWVRATHYaPyTn0wxpjpy4QR2eTEvB0" />
3939
4040 <meta-data android : name =" android.max_aspect" android : value =" 2.1" />
4141
4242 <meta-data
43- android : name =" com.google.android.gms.version"
44- android : value =" @integer/google_play_services_version" />
45- <!--
46- android:configChanges="orientation|keyboardHidden|locale|screenSize"
47- -->
43+ android : name =" com.google.android.gms.version"
44+ android : value =" @integer/google_play_services_version" />
45+ <!--
46+ android:configChanges="orientation|keyboardHidden|locale|screenSize"
47+ -->
4848 <meta-data android : name =" android.max_aspect" android : value =" 2.1" />
4949 <activity android : name =" .CoolReader"
50- android : label =" @string/app_name_fork"
51- android : configChanges =" orientation|keyboardHidden|locale|screenSize|screenLayout|layoutDirection"
52- android : theme =" @android:style/Theme.NoTitleBar"
53- android : launchMode =" singleInstance"
54- android : windowSoftInputMode =" stateHidden"
55- android : screenOrientation =" sensor" >
50+ android : label =" @string/app_name_fork"
51+ android : configChanges =" orientation|keyboardHidden|locale|screenSize|screenLayout|layoutDirection"
52+ android : theme =" @android:style/Theme.NoTitleBar"
53+ android : launchMode =" singleInstance"
54+ android : windowSoftInputMode =" stateHidden"
55+ android : screenOrientation =" sensor" >
5656 <intent-filter >
5757 <action android : name =" android.intent.action.MAIN" />
5858 <category android : name =" android.intent.category.LAUNCHER" />
11551155 </intent-filter >
11561156 </activity-alias >
11571157
1158- <!-- alias activity to disable PIC -->
1159- <activity-alias
1160- android : name =" .CoolReaderForPIC"
1161- android : targetActivity =" .CoolReader" >
1162- <!-- intent-filter with recognized extensions and */* mimeType -->
1163- <intent-filter >
1164- <action android : name =" android.intent.action.MAIN" />
1165- <action android : name =" android.intent.action.VIEW" />
1166- <action android : name =" android.intent.action.GET_CONTENT" />
1167-
1168- <category android : name =" android.intent.category.BROWSABLE" />
1169- <category android : name =" android.intent.category.DEFAULT" />
1170-
1171- <data android : host =" *" />
1172- <data android : scheme =" file" />
1173- <data android : scheme =" content" />
1174- <data android : mimeType =" */*" />
1175-
1176- <data android : pathPattern =" /.*\\.jpg" />
1177- <data android : pathPattern =" /.*\\..*\\.jpg" />
1178- <data android : pathPattern =" /.*\\..*\\..*\\.jpg" />
1179- <data android : pathPattern =" /.*\\.jpeg" />
1180- <data android : pathPattern =" /.*\\..*\\.jpeg" />
1181- <data android : pathPattern =" /.*\\..*\\..*\\.jpeg" />
1182- <data android : pathPattern =" /.*\\.png" />
1183- <data android : pathPattern =" /.*\\..*\\.png" />
1184- <data android : pathPattern =" /.*\\..*\\..*\\.png" />
1185- </intent-filter >
1186- <!-- intent-filter with recognized extensions and null mimeType -->
1187- <intent-filter >
1188- <action android : name =" android.intent.action.MAIN" />
1189- <action android : name =" android.intent.action.VIEW" />
1190- <action android : name =" android.intent.action.GET_CONTENT" />
1191-
1192- <category android : name =" android.intent.category.BROWSABLE" />
1193- <category android : name =" android.intent.category.DEFAULT" />
1194-
1195- <data android : host =" *" android : scheme =" file" />
1196- <data android : host =" *" android : scheme =" content" />
1197-
1198- <data android : pathPattern =" /.*\\.jpg" />
1199- <data android : pathPattern =" /.*\\..*\\.jpg" />
1200- <data android : pathPattern =" /.*\\..*\\..*\\.jpg" />
1201- <data android : pathPattern =" /.*\\.jpeg" />
1202- <data android : pathPattern =" /.*\\..*\\.jpeg" />
1203- <data android : pathPattern =" /.*\\..*\\..*\\.jpeg" />
1204- <data android : pathPattern =" /.*\\.png" />
1205- <data android : pathPattern =" /.*\\..*\\.png" />
1206- <data android : pathPattern =" /.*\\..*\\..*\\.png" />
1207- </intent-filter >
1208- <!-- intent-filter with no extensions and recognized mime-types -->
1209- <intent-filter >
1210- <action android : name =" android.intent.action.MAIN" />
1211- <action android : name =" android.intent.action.VIEW" />
1212- <action android : name =" android.intent.action.GET_CONTENT" />
1213-
1214- <category android : name =" android.intent.category.DEFAULT" />
1215- <category android : name =" android.intent.category.BROWSABLE" />
1216-
1217- <data android : scheme =" file" />
1218- <data android : scheme =" content" />
1219- <data android : mimeType =" image/jpeg" />
1220- <data android : mimeType =" image/png" />
1221- <data android : mimeType =" image/*" />
1222- </intent-filter >
1223- <intent-filter >
1224- <action android : name =" android.intent.action.SEND" />
1225- <category android : name =" android.intent.category.DEFAULT" />
1226- <data android : mimeType =" image/jpeg" />
1227- <data android : mimeType =" image/png" />
1228- <data android : mimeType =" image/*" />
1229- </intent-filter >
1230- <intent-filter >
1231- <action android : name =" android.intent.action.SEND_MUTIPLE" />
1232- <category android : name =" android.intent.category.DEFAULT" />
1233- <data android : mimeType =" image/jpeg" />
1234- <data android : mimeType =" image/png" />
1235- <data android : mimeType =" image/*" />
1236- </intent-filter >
1237- </activity-alias >
1238-
12391158 <!-- Sync support -->
12401159 <service android : name =" .sync.SyncService" />
12411160 <!-- Database service -->
12591178 </receiver >
12601179 </application >
12611180
1262- </manifest >
1181+ </manifest >
0 commit comments