|
|
|
@ -1,24 +1,25 @@
@@ -1,24 +1,25 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?><!-- Copyright 2014 A.C.R. Development --> |
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
package="acr.browser.lightning"> |
|
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" /> |
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
|
|
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> |
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
|
|
|
|
<uses-permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS" /> |
|
|
|
|
<uses-permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS" /> |
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
<!-- Copyright 2014 A.C.R. Development --> |
|
|
|
|
<manifest package="acr.browser.lightning" |
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"> |
|
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.INTERNET"/> |
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> |
|
|
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> |
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> |
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> |
|
|
|
|
<uses-permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"/> |
|
|
|
|
<uses-permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"/> |
|
|
|
|
|
|
|
|
|
<uses-feature |
|
|
|
|
android:name="android.hardware.location.gps" |
|
|
|
|
android:required="false" /> |
|
|
|
|
android:required="false"/> |
|
|
|
|
<uses-feature |
|
|
|
|
android:name="android.hardware.location" |
|
|
|
|
android:required="false" /> |
|
|
|
|
android:required="false"/> |
|
|
|
|
<uses-feature |
|
|
|
|
android:name="android.hardware.touchscreen" |
|
|
|
|
android:required="false" /> |
|
|
|
|
android:required="false"/> |
|
|
|
|
|
|
|
|
|
<application |
|
|
|
|
android:name=".app.BrowserApp" |
|
|
|
@ -34,18 +35,18 @@
@@ -34,18 +35,18 @@
|
|
|
|
|
android:launchMode="singleTask" |
|
|
|
|
android:theme="@style/Theme.LightTheme"> |
|
|
|
|
<intent-filter> |
|
|
|
|
<action android:name="android.intent.action.MAIN" /> |
|
|
|
|
<action android:name="android.intent.action.MAIN"/> |
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" /> |
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" /> |
|
|
|
|
<category android:name="android.intent.category.APP_BROWSER" /> |
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/> |
|
|
|
|
<category android:name="android.intent.category.LAUNCHER"/> |
|
|
|
|
<category android:name="android.intent.category.BROWSABLE"/> |
|
|
|
|
<category android:name="android.intent.category.APP_BROWSER"/> |
|
|
|
|
</intent-filter> |
|
|
|
|
<intent-filter> |
|
|
|
|
<action android:name="android.intent.action.VIEW" /> |
|
|
|
|
<action android:name="android.intent.action.VIEW"/> |
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" /> |
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/> |
|
|
|
|
<category android:name="android.intent.category.BROWSABLE"/> |
|
|
|
|
|
|
|
|
|
<data android:scheme="file"/> |
|
|
|
|
<data android:mimeType="text/html"/> |
|
|
|
@ -54,54 +55,54 @@
@@ -54,54 +55,54 @@
|
|
|
|
|
<data android:mimeType="application/vnd.wap.xhtml+xml"/> |
|
|
|
|
</intent-filter> |
|
|
|
|
<intent-filter> |
|
|
|
|
<action android:name="android.intent.action.VIEW" /> |
|
|
|
|
<action android:name="android.intent.action.VIEW"/> |
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" /> |
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/> |
|
|
|
|
<category android:name="android.intent.category.BROWSABLE"/> |
|
|
|
|
|
|
|
|
|
<data android:scheme="http" /> |
|
|
|
|
<data android:scheme="https" /> |
|
|
|
|
<data android:scheme="about" /> |
|
|
|
|
<data android:scheme="javascript" /> |
|
|
|
|
<data android:scheme="http"/> |
|
|
|
|
<data android:scheme="https"/> |
|
|
|
|
<data android:scheme="about"/> |
|
|
|
|
<data android:scheme="javascript"/> |
|
|
|
|
</intent-filter> |
|
|
|
|
<!-- |
|
|
|
|
For these schemes where any of these particular MIME types |
|
|
|
|
have been supplied, we are a good candidate. |
|
|
|
|
--> |
|
|
|
|
<intent-filter> |
|
|
|
|
<action android:name="android.intent.action.VIEW" /> |
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" /> |
|
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
|
|
|
|
|
|
<data android:scheme="http" /> |
|
|
|
|
<data android:scheme="https" /> |
|
|
|
|
<data android:scheme="inline" /> |
|
|
|
|
<data android:mimeType="text/html" /> |
|
|
|
|
<data android:mimeType="text/plain" /> |
|
|
|
|
<data android:mimeType="application/xhtml+xml" /> |
|
|
|
|
<data android:mimeType="application/vnd.wap.xhtml+xml" /> |
|
|
|
|
<action android:name="android.intent.action.VIEW"/> |
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.BROWSABLE"/> |
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/> |
|
|
|
|
|
|
|
|
|
<data android:scheme="http"/> |
|
|
|
|
<data android:scheme="https"/> |
|
|
|
|
<data android:scheme="inline"/> |
|
|
|
|
<data android:mimeType="text/html"/> |
|
|
|
|
<data android:mimeType="text/plain"/> |
|
|
|
|
<data android:mimeType="application/xhtml+xml"/> |
|
|
|
|
<data android:mimeType="application/vnd.wap.xhtml+xml"/> |
|
|
|
|
</intent-filter> |
|
|
|
|
<!-- For viewing saved web archives. --> |
|
|
|
|
<intent-filter> |
|
|
|
|
<action android:name="android.intent.action.VIEW" /> |
|
|
|
|
<action android:name="android.intent.action.VIEW"/> |
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" /> |
|
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
|
<category android:name="android.intent.category.BROWSABLE"/> |
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/> |
|
|
|
|
|
|
|
|
|
<data android:scheme="http" /> |
|
|
|
|
<data android:scheme="https" /> |
|
|
|
|
<data android:scheme="file" /> |
|
|
|
|
<data android:mimeType="application/x-webarchive-xml" /> |
|
|
|
|
<data android:scheme="http"/> |
|
|
|
|
<data android:scheme="https"/> |
|
|
|
|
<data android:scheme="file"/> |
|
|
|
|
<data android:mimeType="application/x-webarchive-xml"/> |
|
|
|
|
</intent-filter> |
|
|
|
|
<intent-filter> |
|
|
|
|
<action android:name="android.intent.action.WEB_SEARCH" /> |
|
|
|
|
<action android:name="android.intent.action.WEB_SEARCH"/> |
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" /> |
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/> |
|
|
|
|
<category android:name="android.intent.category.BROWSABLE"/> |
|
|
|
|
|
|
|
|
|
<data android:scheme="http" /> |
|
|
|
|
<data android:scheme="https" /> |
|
|
|
|
<data android:scheme="http"/> |
|
|
|
|
<data android:scheme="https"/> |
|
|
|
|
</intent-filter> |
|
|
|
|
</activity> |
|
|
|
|
<activity |
|
|
|
@ -110,9 +111,9 @@
@@ -110,9 +111,9 @@
|
|
|
|
|
android:label="@string/settings" |
|
|
|
|
android:theme="@style/Theme.SettingsTheme"> |
|
|
|
|
<intent-filter> |
|
|
|
|
<action android:name="android.intent.action.SETTINGS" /> |
|
|
|
|
<action android:name="android.intent.action.SETTINGS"/> |
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/> |
|
|
|
|
</intent-filter> |
|
|
|
|
</activity> |
|
|
|
|
<activity |
|
|
|
@ -125,9 +126,9 @@
@@ -125,9 +126,9 @@
|
|
|
|
|
android:theme="@style/Theme.DarkTheme" |
|
|
|
|
android:windowSoftInputMode="stateHidden"> |
|
|
|
|
<intent-filter> |
|
|
|
|
<action android:name="android.intent.action.INCOGNITO" /> |
|
|
|
|
<action android:name="android.intent.action.INCOGNITO"/> |
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/> |
|
|
|
|
</intent-filter> |
|
|
|
|
</activity> |
|
|
|
|
<activity |
|
|
|
@ -136,11 +137,11 @@
@@ -136,11 +137,11 @@
|
|
|
|
|
android:label="@string/reading_mode" |
|
|
|
|
android:theme="@style/Theme.SettingsTheme"> |
|
|
|
|
<intent-filter> |
|
|
|
|
<action android:name="android.intent.action.READING" /> |
|
|
|
|
<action android:name="android.intent.action.READING"/> |
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" /> |
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/> |
|
|
|
|
</intent-filter> |
|
|
|
|
</activity> |
|
|
|
|
</application> |
|
|
|
|
|
|
|
|
|
</manifest> |
|
|
|
|
</manifest> |
|
|
|
|