Skip to content

Conversation

@Ygnas
Copy link
Contributor

@Ygnas Ygnas commented Jan 28, 2026

Apps installed via Shizuku and Root installers were not being marked as "App installed from (D)roid-ify" in system settings because the wrong package name was passed to the -i flag.

ShizukuInstaller was using the installed app's package name instead of Droid-ify's package name. RootInstaller was missing the -i flag entirely.

Now both installers use context.packageName to correctly identify Droid-ify as the installer, so pm list packages -i returns installer=com.looker.droidify.

Fixes #1044

Apps installed via Shizuku and Root installers were not being marked as
"App installed from (D)roid-ify" in system settings because the wrong
package name was passed to the -i flag.

ShizukuInstaller was using the installed app's package name instead of
Droid-ify's package name. RootInstaller was missing the -i flag
entirely.

Now both installers use context.packageName to correctly identify
Droid-ify as the installer, so `pm list packages -i` returns
`installer=com.looker.droidify`.

Fixes Droid-ify#1044
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

Successfully merging this pull request may close these issues.

[BUG] Apps installed using Shizuku aren't marked as downloaded from Droid-ify

1 participant