-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Detection & filter for side-loaded apps #5
Comments
Basic detection (Google Play or not) is available since https://github.com/d4rken/mystic-permissions/releases/tag/v0.0.7 |
vivo app store: |
Hmm the app also detected that i installed this app via PC adb. |
Is that the official label? Do you have a link to documentation that says this? |
This is the Code you use to determine from what source the app installed right? Well i dont know if that's the official label when you install an app via adb (i think maybe this is different on other Android version?) and other app manager seems catches it too and adds label "pc" |
AFAIK installing via ADB does not automatically set a value, but it is I think the label here should be a default "Unknown installer (pc)".
This is a container class to later allow me to add more information easily. The detection itself currently happens here: PS:(Remove the |
I've added these, see: |
If sideloading detection itself is working ok, please close this, and for adding new app stores, we can make new tickets. |
Uh, you are the one created this XD |
Okay, sure 👍 |
From #1 (comment)
See for installer packagenames: d4rken-org/sdmaid#5618
/cc @TheMysticS
The text was updated successfully, but these errors were encountered: