seedvault-app / seedvault

A backup application for the Android Open Source Project.
1.26k stars 74 forks source link

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

Closed chirayudesai closed 4 months ago

chirayudesai commented 4 months ago

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()