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

Commit

Permalink
1.9.11 beta
Browse files Browse the repository at this point in the history
Refs #606
  • Loading branch information
Marcel Bokhorst committed Sep 1, 2013
1 parent 042ddd4 commit b76e71a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="biz.bokhorst.xprivacy"
android:versionCode="148"
android:versionName="1.9.10" >
android:versionCode="149"
android:versionName="1.9.11" >

<uses-sdk
android:minSdkVersion="14"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,10 @@ How to get beta releases:

* ...

**Version 1.9.11 BETA!**

* Fixed FC at boot by reverting intent at boot

**Version 1.9.10 BETA!**

* Split restriction cache timeout (15 seconds) and settings cache timeout (30 seconds)
Expand Down
4 changes: 1 addition & 3 deletions src/biz/bokhorst/xprivacy/BootReceiver.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ public void onReceive(Context context, Intent bootIntent) {
}

// Check if Xposed enabled
if (Util.isXposedEnabled())
context.startActivity(new Intent("biz.bokhorst.xprivacy.action.ACTIVE"));
else {
if (!Util.isXposedEnabled()) {
// Create Xposed installer intent
Intent xInstallerIntent = context.getPackageManager().getLaunchIntentForPackage(
"de.robv.android.xposed.installer");
Expand Down

0 comments on commit b76e71a

Please sign in to comment.