android_dbinspector icon indicating copy to clipboard operation
android_dbinspector copied to clipboard

Control over dbinspector shortcut

Open nightfury96 opened this issue 1 year ago • 2 comments

:warning: 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.

:bulb: Describe the solution you'd like

:bar_chart: Describe alternatives you've considered

:page_facing_up: Additional context

:raising_hand: Do you want to develop this feature yourself?

  • [ ] Yes
  • [ ] No

nightfury96 avatar Oct 10 '23 07:10 nightfury96

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"

raanaYavari avatar Dec 11 '23 08:12 raanaYavari

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.

nightfury96 avatar Dec 11 '23 09:12 nightfury96