-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to disable OnShake action when using AndroidSnooper #37
Comments
Hi @kashi1982 , could you please help me understand your usecase ? If it's about disabling the snooper in certain builds, you can use our |
Hello Jainsahab/Androidsnooper
Thanks for your reply. Let me elaborate.
- The app I am working on is using AndroidSnooper.
- When the app is in Foreground, and the user shakes the devices the app
goes into the Http Logs Screen which has the network response of the app.
- I would like to disable the shake feature which is part of
AndroidSnooper which takes the user to the Http Logs screen.
- Please let me know if you need any more information.
…On Tue, Dec 27, 2022 at 8:10 PM Prateek ***@***.***> wrote:
Hi @kashi1982 <https://github.com/kashi1982> , could you please help me
understand your usecase ?
If it's about disabling the snooper in certain builds, you can use our
no-op modules.
https://mvnrepository.com/artifact/com.github.jainsahab/Snooper-No-Op
—
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADNAIYQER3MEXBK2NZFELNLWPL5UZANCNFSM6AAAAAATKPC3FM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Thanks
Kashi
|
@kashi1982 that's how it is supposed to work. If you want to completely disable the snooper for your production build and still want it to be enable in |
Hello,
I would like to disable onShake Action for my app which is using AndroidSnooper. Let me know how it can be done.
The text was updated successfully, but these errors were encountered: