Skip to content
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

fixup! restore: Skip installing APKs if not allowed by policy #666

Merged
merged 1 commit into from
May 23, 2024

Conversation

chirayudesai
Copy link
Member

@chirayudesai chirayudesai commented May 23, 2024

Fixes AOSP QPR2 nullability build failure.

restore/install/InstallModule.kt:18:71: error: only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type UserManager?      
    androidContext().getSystemService(UserManager::class.java).isAllowedToInstallApks()

Change-Id: Iaa1590df84e3d1785baf0f938da0a2b2fe43ccd0
@chirayudesai chirayudesai requested a review from grote May 23, 2024 10:42
@grote grote merged commit 5184020 into seedvault-app:android14 May 23, 2024
3 checks passed
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.

2 participants