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

Commit d212c30e authored by Christopher Tate's avatar Christopher Tate
Browse files

Refactor android.backup -> android.app.backup

Change-Id: I0ea45d114ef642bb50b0ea155cfc59f20da1f430
parent e4101f12
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@

package com.android.inputmethod.latin;

import android.backup.BackupHelperAgent;
import android.backup.SharedPreferencesBackupHelper;
import android.app.backup.BackupHelperAgent;
import android.app.backup.SharedPreferencesBackupHelper;

/**
 * Backs up the Latin IME shared preferences.
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ import java.util.Locale;

import android.app.AlertDialog;
import android.app.Dialog;
import android.backup.BackupManager;
import android.app.backup.BackupManager;
import android.content.DialogInterface;
import android.content.SharedPreferences;
import android.os.Bundle;