Initial commit
This commit is contained in:
commit
ddbdf96cf6
32 changed files with 1335 additions and 0 deletions
6
app/src/main/res/values/arrays.xml
Normal file
6
app/src/main/res/values/arrays.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string-array name="xposedscope">
|
||||
<item>org.telegram.messenger</item>
|
||||
</string-array>
|
||||
</resources>
|
4
app/src/main/res/values/strings.xml
Normal file
4
app/src/main/res/values/strings.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<resources>
|
||||
<string name="app_name">Killergram</string>
|
||||
<string name="app_desc">Remove sponsored messages of Telegram</string>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue