Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jclehner committed Dec 11, 2013
1 parent c101fc0 commit a8d0853
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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="at.jclehner.appopsxposed"
android:versionCode="1"
android:versionName="1.0" >
android:versionCode="2"
android:versionName="1.1" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AppOpsXposed
============

Module for the [Xposed Framework](http://forum.xda-developers.com/showthread.php?t=1574401) that restores the
"AppOps" functionality on Android 4.4.2. Note that you still need an app to launch app ops ([this](https://play.google.com/store/apps/details?id=com.findsdk.apppermission)
for example).
"AppOps" functionality on Android 4.4.2.

APKs can be found under the ["Releases"](https://github.com/jclehner/AppOpsXposed/releases).
AppOps can be started from the native Settings app, under the "Personal" section or, as a fallback, at the
bottom (usually below the "About" section).
4 changes: 2 additions & 2 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="description">Restores AppOps on Android 4.4.2. Note that you still need an app to launch
AppOps!</string>
<string name="description">Restores AppOps on Android 4.4.2 and adds an option to launch it from the
native Settings app.</string>

<string name="app_ops_title">AppOps</string>
</resources>

0 comments on commit a8d0853

Please sign in to comment.