|
|
@ -24,7 +24,7 @@ |
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name="acr.browser.barebones.activities.BarebonesActivity" |
|
|
|
android:name="acr.browser.barebones.activities.BarebonesActivity" |
|
|
|
android:alwaysRetainTaskState="true" |
|
|
|
android:alwaysRetainTaskState="true" |
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden|keyboard|screenSize" |
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden|keyboard" |
|
|
|
android:label="@string/app_name" |
|
|
|
android:label="@string/app_name" |
|
|
|
android:launchMode="singleTask" > |
|
|
|
android:launchMode="singleTask" > |
|
|
|
<intent-filter> |
|
|
|
<intent-filter> |
|
|
@ -49,6 +49,10 @@ |
|
|
|
<!-- |
|
|
|
<!-- |
|
|
|
For these schemes where any of these particular MIME types |
|
|
|
For these schemes where any of these particular MIME types |
|
|
|
have been supplied, we are a good candidate. |
|
|
|
have been supplied, we are a good candidate. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--> |
|
|
|
--> |
|
|
|
<intent-filter> |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.intent.action.VIEW" /> |
|
|
|
<action android:name="android.intent.action.VIEW" /> |
|
|
|