forked from distok/cutthecord
Move betterrotation to xml patch
This commit is contained in:
parent
0359f5f975
commit
1c6b151083
17 changed files with 15 additions and 1 deletions
|
@ -12,3 +12,4 @@ Here's why these patches are no longer maintained in this form:
|
|||
- noprofilestrip: UI changes removed the profile strip.
|
||||
- nonearby: Didn't add much anyways.
|
||||
- squareavatars: Moved to xml-patchs
|
||||
- betterrotation: Moved to xml-patchs
|
||||
|
|
6
resources/xmlpatches/betterrotation/87202.xml
Normal file
6
resources/xmlpatches/betterrotation/87202.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<diffs>
|
||||
<diff file="AndroidManifest.xml" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Remove android:screenOrientation entry -->
|
||||
<remove msel="manifest/application/activity/@android:screenOrientation"/>
|
||||
</diff>
|
||||
</diffs>
|
7
resources/xmlpatches/betterrotation/README.md
Normal file
7
resources/xmlpatches/betterrotation/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
## DisTok CutTheCord: Better Rotation
|
||||
|
||||
This patch changes rotation settings to disallow upside down rotation.
|
||||
|
||||
Contributed by [clienthax](https://gitdab.com/clienthax).
|
||||
|
||||
|
Loading…
Reference in a new issue