mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix build breakage due to api change
Change-Id: I72661c51f277cb9aa3df0bd5a16756408b53ab7f
This commit is contained in:
parent
0c05902e33
commit
d079b98ec4
@ -16,13 +16,13 @@
|
||||
|
||||
package com.android.inputmethod.latin;
|
||||
|
||||
import android.app.backup.BackupHelperAgent;
|
||||
import android.app.backup.BackupAgentHelper;
|
||||
import android.app.backup.SharedPreferencesBackupHelper;
|
||||
|
||||
/**
|
||||
* Backs up the Latin IME shared preferences.
|
||||
*/
|
||||
public class LatinIMEBackupAgent extends BackupHelperAgent {
|
||||
public class LatinIMEBackupAgent extends BackupAgentHelper {
|
||||
|
||||
public void onCreate() {
|
||||
addHelper("shared_pref", new SharedPreferencesBackupHelper(this,
|
||||
|
Loading…
x
Reference in New Issue
Block a user