Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SandHook
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
SandHook
Commits
9f403419
Commit
9f403419
authored
Mar 14, 2019
by
swift_gan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync demo
parent
34d95b6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
MyApp.java
app/src/main/java/com/swift/sandhook/MyApp.java
+2
-3
No files found.
app/src/main/java/com/swift/sandhook/MyApp.java
View file @
9f403419
...
...
@@ -54,10 +54,9 @@ public class MyApp extends Application {
XposedCompat
.
classLoader
=
getClassLoader
();
XposedCompat
.
isFirstApplication
=
true
;
//some error when invoke backup in Android Q
//
//some error when invoke backup in Android Q
if
(
SandHookConfig
.
SDK_INT
>=
29
)
{
XposedCompat
.
useNewDexMaker
=
false
;
XposedCompat
.
useInternalStub
=
false
;
XposedCompat
.
useNewCallBackup
=
false
;
}
XposedHelpers
.
findAndHookMethod
(
Activity
.
class
,
"onResume"
,
new
XC_MethodHook
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment