mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-28 20:27:58 +03:00
8 lines
137 B
Java
8 lines
137 B
Java
package android.app.backup;
|
|
|
|
import android.content.Context;
|
|
|
|
public class BackupManager {
|
|
public BackupManager(Context context) {
|
|
}
|
|
}
|