Skip to content

fix: Set correct installer package name for Shizuku#1202

Merged
Iamlooker merged 1 commit intoDroid-ify:mainfrom
Ygnas:shizuku-details
Feb 4, 2026
Merged

fix: Set correct installer package name for Shizuku#1202
Iamlooker merged 1 commit intoDroid-ify:mainfrom
Ygnas:shizuku-details

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
@Iamlooker
Copy link
Member

Thanks for the PR, will merge when Ci is complete

@Iamlooker
Copy link
Member

Tha failure seems to be something unrelated, build succeded

@Iamlooker Iamlooker merged commit 7f8ebad into Droid-ify:main Feb 4, 2026
1 check failed
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

2 participants