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

Commit 363c408a authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Fix BackupManager.isBackupEnabled()" into lmp-dev

parents ee44595b 9e079298
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -218,6 +218,7 @@ public class BackupManager {
     */
    @SystemApi
    public boolean isBackupEnabled() {
        checkServiceBinder();
        if (sService != null) {
            try {
                return sService.isBackupEnabled();