Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dacb29a1 authored by Sal Savage's avatar Sal Savage Committed by Gerrit Code Review
Browse files

Merge "Make setComponentAvailable() synchronous"

parents d4446d87 e67055c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ public abstract class ProfileService extends Service {
                component,
                enable ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED
                       : PackageManager.COMPONENT_ENABLED_STATE_DISABLED,
                PackageManager.DONT_KILL_APP);
                PackageManager.DONT_KILL_APP | PackageManager.SYNCHRONOUS);
    }

    /**