Skip to content

Commit bb02162

Browse files
add documentation for CodecMod
1 parent 21cf7f1 commit bb02162

File tree

6 files changed

+13
-1
lines changed

6 files changed

+13
-1
lines changed

CodecMod/Readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# CodecMod
2+
3+
This Module allows you to selectively disable audio/video hardware/software encoders/decoders.
4+
5+
Supports all codecs reported by Android through the MediaCodecList API.

CodecMod/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
android:value="true" />
2121
<meta-data
2222
android:name="xposeddescription"
23-
android:value="@string/app_name" />
23+
android:value="@string/description" />
2424
<meta-data
2525
android:name="xposedminversion"
2626
android:value="93" />

CodecMod/src/main/res/values/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<resources>
22
<string name="app_name">CodecMod</string>
3+
<string name="description">This Module allows you to selectively disable audio/video hardware/software encoders/decoders.
4+
</string>
35
<string name="title_activity_settings">CodecMod Settings</string>
46
<string name="hardware_accelerated">Hardware-accelerated: %b</string>
57
<string name="software_only">Software-only: %b</string>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This Module allows you to selectively disable codecs on your android device.
2+
Every encoder and decoder is listed and can be selectively disabled at choice.
3+
Supports all codecs reported by Android through the MediaCodecList API.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This Module allows you to selectively disable audio/video hardware/software encoders/decoders.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CodecMod

0 commit comments

Comments
 (0)