Skip to content

Commit

Permalink
feat: add com.xtaolabs.pagergram support (#80)
Browse files Browse the repository at this point in the history
* Update arrays.xml

* Update HookEntry.java
  • Loading branch information
lingqiqi5211 authored Jul 27, 2024
1 parent fe061e6 commit 3bb3ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/cc/ioctl/tmoe/startup/HookEntry.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class HookEntry implements IXposedHookLoadPackage, IXposedHookZygoteInit
"app.nicegram",
"xyz.nextalone.nagram",
"xyz.nextalone.nnngram",
"com.xtaolabs.pagergram",
"org.telegram.messenger.web",
"com.cool2645.nekolite",
"com.iMe.android",
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<item>app.nicegram</item>
<item>xyz.nextalone.nagram</item>
<item>xyz.nextalone.nnngram</item>
<item>com.xtaolabs.pagergram</item>
<item>org.telegram.messenger.web</item>
<item>com.cool2645.nekolite</item>
<item>com.iMe.android</item>
Expand Down

0 comments on commit 3bb3ac8

Please sign in to comment.