Add 'com.stevesoltys.backup' to ignored packages
This commit is contained in:
parent
0fd4c7833d
commit
b0465f7aae
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ class CreateBackupActivityController {
|
|||
private static final String TAG = CreateBackupActivityController.class.getName();
|
||||
|
||||
private static final Set<String> IGNORED_PACKAGES = Sets.newArraySet(
|
||||
"com.android.providers.downloads.ui", "com.android.providers.media"
|
||||
"com.android.providers.downloads.ui", "com.android.providers.downloads", "com.android.providers.media",
|
||||
"com.stevesoltys.backup"
|
||||
);
|
||||
|
||||
private final BackupManagerController backupManager;
|
||||
|
|
Loading…
Add table
Reference in a new issue