Browse Source

Fixed a bug

master
Anthony Restaino 11 years ago
parent
commit
f50220d08b
  1. 12
      AndroidManifest.xml

12
AndroidManifest.xml

@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
<activity
android:name="acr.browser.barebones.activities.BarebonesActivity"
android:alwaysRetainTaskState="true"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard|screenSize"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:label="@string/app_name"
android:launchMode="singleTask" >
<intent-filter>
@ -47,8 +47,12 @@ @@ -47,8 +47,12 @@
<data android:scheme="javascript" />
</intent-filter>
<!--
For these schemes where any of these particular MIME types
have been supplied, we are a good candidate.
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" />
@ -121,4 +125,4 @@ @@ -121,4 +125,4 @@
</activity>
</application>
</manifest>
</manifest>

Loading…
Cancel
Save