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

Commit

Permalink
3.6.2 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Feb 6, 2015
1 parent 06c966c commit 7ac5fd2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="biz.bokhorst.xprivacy"
android:installLocation="internalOnly"
android:versionCode="463"
android:versionName="3.6.1" >
android:versionCode="464"
android:versionName="3.6.2" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@ Changelog

**Next release**

* ...

[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

**Version 3.6.2 BETA**

* Block *ACTION_NEW_OUTGOING_CALL* and *ACTION_PHONE_STATE_CHANGED* instead of faking phone number ([issue](/../../issues/2132))
* Renamed restriction *View.WebView* into *View.initUserAgentString*
* Added restriction *View.postUrl*
* Changed restriction *View.loadUrl* to restrict loading URLs instead of restriction the user agent string ([issue](/../../issues/2123))
* Existing *loadUrl* restrictions will be reset and set to ask

[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

**Version 3.6.1 STABLE**

* Fixed location restriction in AOSP mode ([issue](/../../issues/2129))
Expand Down
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/PrivacyService.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public class PrivacyService extends IPrivacyService.Stub {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 463;
private static final int cCurrentVersion = 464;
private static final String cServiceName = "xprivacy453";

private boolean mCorrupt = false;
Expand Down

0 comments on commit 7ac5fd2

Please sign in to comment.