Anthony Restaino 11 years ago
parent
commit
476ebadcb1
  1. 12
      AndroidManifest.xml
  2. 10
      README.md

12
AndroidManifest.xml

@ -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>
@ -47,8 +47,12 @@
<data android:scheme="javascript" /> <data android:scheme="javascript" />
</intent-filter> </intent-filter>
<!-- <!--
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" />
@ -121,4 +125,4 @@
</activity> </activity>
</application> </application>
</manifest> </manifest>

10
README.md

@ -1,7 +1,7 @@
#Lightning Browser #Lightning Browser
#![](https://lh3.ggpht.com/HLSuHvg80_HMmgZ8GkmxMkHvovFu0_QcBqK-omS-JLGe8s-ChPQPYZZFXBRHEtHoQZQ=w150-rw) #![](https://lh3.ggpht.com/HLSuHvg80_HMmgZ8GkmxMkHvovFu0_QcBqK-omS-JLGe8s-ChPQPYZZFXBRHEtHoQZQ=w150-rw)
####Download ####Download
* [APK File](https://github.com/anthonycr/Lightning-Browser/blob/master/Barebones.apk?raw=true) * [Most Recent APK](https://github.com/anthonycr/Lightning-Browser/blob/master/Barebones.apk?raw=true)
* [Google Play](https://play.google.com/store/apps/details?id=acr.browser.barebones) * [Google Play](https://play.google.com/store/apps/details?id=acr.browser.barebones)
@ -11,7 +11,7 @@
* History * History
* Multiple Search Engines (Google, Bing, Yahoo, StartPage, DuckDuckGo * Multiple Search Engines (Google, Bing, Yahoo, StartPage, DuckDuckGo)
* Incognito Mode * Incognito Mode
@ -19,11 +19,11 @@
* Privacy Aware * Privacy Aware
* ````#YOLOHOLO```` * YOLOHOLO
####Permissions Requested and Explained ####Permissions Requested and Explained
* INTERNET: For accessing the web * ````INTERNET````: For accessing the web
* ````WRITE_EXTERNAL_STORAGE````: For downloading files from the browser * ````WRITE_EXTERNAL_STORAGE````: For downloading files from the browser
@ -38,4 +38,4 @@
####The Code ####The Code
* Code additions are always welcome * Code additions are always welcome
* Please add translations/translation fixes as you see need * Please add translations/translation fixes as you see need
* Change ````FinalVariables.MAX_TABS```` from 5 to 50 to change the Lightning to the paid version * Change ````FinalVariables.MAX_TABS```` from 5 to 50 to change the Lightning to the paid version

Loading…
Cancel
Save