Skip to content
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

Control over dbinspector shortcut #110

Open
2 tasks
nightfury96 opened this issue Oct 10, 2023 · 2 comments
Open
2 tasks

Control over dbinspector shortcut #110

nightfury96 opened this issue Oct 10, 2023 · 2 comments

Comments

@nightfury96
Copy link

nightfury96 commented Oct 10, 2023

⚠️ Please describe your feature request

I want to use dbinspector just in the Explicit way for the release version, so I removed the additional launcher icon but the Android shortcut (long click of app icon) still exists. Please provide a way to remove the shortcut like the automatic launcher icon.

💡 Describe the solution you'd like

📊 Describe alternatives you've considered

📄 Additional context

🙋 Do you want to develop this feature yourself?

  • Yes
  • No
@raanaYavari
Copy link

raanaYavari commented Dec 11, 2023

If you are using Implementation,
Using "debugImplementation" and "releaseImplementation " in your app gradle file would be best.

debugImplementation "com.infinum.dbinspector:dbinspector:5.4.9"
releaseImplementation "com.infinum.dbinspector:dbinspector-no-op:5.4.9"

@nightfury96
Copy link
Author

If you are using Implementation, Using "debugImplementation" and "releaseImplementation " in your app gradle file would be best.

debugImplementation "com.infinum.dbinspector:dbinspector:5.4.9"
releaseImplementation "com.infinum.dbinspector:dbinspector-no-op:5.4.9"

Thanks, but I don't want to delete this feature in the release version because with no-op, I can't invoke dbinspector explicitly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants