Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
updates for libOrweb browser library
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Feb 4, 2015
1 parent 6de2ef5 commit fd0bd46
Show file tree
Hide file tree
Showing 579 changed files with 70 additions and 9,845 deletions.
5 changes: 2 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="info.guardianproject.browser"
android:versionCode="28" android:versionName="0.7">
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="18"/>
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="19"/>

<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>

<application android:name=".OrwebApp"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar" android:icon="@drawable/icon_orweb"
<application android:name=".OrwebApp" android:icon="@drawable/icon_orweb"
android:label="@string/app_name" android:configChanges="locale|orientation|screenSize"
android:allowClearUserData="true"
android:allowBackup="false"
Expand Down
20 changes: 0 additions & 20 deletions external/appcompat/AndroidManifest.xml

This file was deleted.

10 changes: 0 additions & 10 deletions external/appcompat/README.txt

This file was deleted.

92 changes: 0 additions & 92 deletions external/appcompat/build.xml

This file was deleted.

0 comments on commit fd0bd46

Please sign in to comment.