You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we noticed that the app uses the deprecated (and for security reasons not recommended API) sendStickyBroadcast(). Moreover, this API seems to be triggered by sending an Intent message to this app.
example Intent: adb shell am start -n org.servalproject/.Main --ei "state" 4 -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
The text was updated successfully, but these errors were encountered:
Hi all,
we noticed that the app uses the deprecated (and for security reasons not recommended API) sendStickyBroadcast(). Moreover, this API seems to be triggered by sending an Intent message to this app.
example Intent: adb shell am start -n org.servalproject/.Main --ei "state" 4 -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
The text was updated successfully, but these errors were encountered: