Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
make Tweakbox compatible with version 2.0 of the framework
Browse files Browse the repository at this point in the history
  • Loading branch information
rovo89 committed Jan 1, 2013
1 parent dbfb06c commit 33e3bf4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 31 deletions.
9 changes: 6 additions & 3 deletions XposedTweakbox/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.robv.android.xposed.mods.tweakbox"
android:versionCode="5"
android:versionName="1.3" >
android:versionCode="6"
android:versionName="1.3.1" >

<uses-sdk android:minSdkVersion="15" />

Expand All @@ -24,7 +24,10 @@
android:value="true" />
<meta-data
android:name="xposedminversion"
android:value="2.0rc1.*" />
android:value="2.0*" />
<meta-data
android:name="xposeddescription"
android:value="Collection of different tweaks" />
</application>

</manifest>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
26 changes: 0 additions & 26 deletions XposedTweakbox/assets/nativelibs.xml

This file was deleted.

4 changes: 2 additions & 2 deletions XposedTweakbox/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
italic="true"
padding="15"
android:selectable="false"
android:title="Please note: You need to enable the native library &quot;libsurfaceflinger.so&quot; in the Xposed Installer to use these effects." />
android:title="You need a special version of &quot;libsurfaceflinger.so&quot; to use most of these effects." />
</PreferenceScreen>

<PreferenceScreen
Expand Down Expand Up @@ -125,7 +125,7 @@
italic="true"
padding="15"
android:selectable="false"
android:title="Please note: You need to enable the native libraries &quot;hw/audio_policy.exynos4.so&quot; and &quot;hw/audio.primary.exynos4.so&quot; in the Xposed Installer to use call recording." />
android:title="Call recording will only work if you have special versions of &quot;hw/audio_policy.exynos4.so&quot; and &quot;hw/audio.primary.exynos4.so&quot;." />

<CheckBoxPreference
android:defaultValue="false"
Expand Down

0 comments on commit 33e3bf4

Please sign in to comment.