Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Commit

Permalink
Possible fix for the pause/resume loop crash, temporary remove the ex…
Browse files Browse the repository at this point in the history
…ternal link handler.
  • Loading branch information
fgei committed Sep 25, 2015
1 parent cb7fbc0 commit 4582c67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.duckduckgo.mobile.android"
android:installLocation="auto"
android:versionCode="71"
android:versionName="3.0.9">
android:versionCode="72"
android:versionName="3.0.10">

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="23" />
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down Expand Up @@ -41,7 +41,7 @@
<action android:name="android.intent.action.SEARCH_LONG_PRESS" />
<category android:name="android.intent.category.DEFAULT" />\
</intent-filter>-->

<!--
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="http" />
Expand All @@ -57,7 +57,7 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
-->
<meta-data android:name="android.app.searchable"
android:resource="@xml/searchable" />
</activity>
Expand Down Expand Up @@ -91,9 +91,9 @@
android:configChanges="locale|orientation"
android:theme="@android:style/Theme.Dialog"
android:taskAffinity="" />

<!--
<service android:name="com.duckduckgo.mobile.android.subscribers.MainSubscriber" />
-->
</application>

</manifest>

0 comments on commit 4582c67

Please sign in to comment.