File tree Expand file tree Collapse file tree 6 files changed +13
-1
lines changed
metadata/com.programminghoch10.CodecMod/en-US Expand file tree Collapse file tree 6 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1+ This Module allows you to selectively disable audio/video hardware/software encoders/decoders.
Original file line number Diff line number Diff line change 1+ CodecMod
You can’t perform that action at this time.
0 commit comments