Allow backing up and debugging

This commit is contained in:
ave 2019-05-13 11:45:31 +03:00
parent 62972eff16
commit 88f97bc519
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B
3 changed files with 31 additions and 10 deletions

View file

@ -1,6 +1,8 @@
## DisTok CutTheCord: Custom Branding Patch
This patch renames Discord app to Cutthecord.
This patch renames Discord app to CutTheCord.
It also enables debuggability (`android:debuggable`) and backupability (`android:allowBackup`) of the application.
You'll need to run "addpatch.py" with syntax of `python3 addpatch.py $in_patch_filename $app_name $branch_name` and use the `-custom.patch` version, or else it'll fail. You'll need to put a valid directory for storing hacky build counters to it.