Move packages between candidate volumes.
We now allow moving packages between all possible candidate volumes, as determined by the framework. Moving now jumps through wizard to help user understand what's going on. Bug: 19993667 Change-Id: I5416ed2865f400b1d718c68a3f0e033080fefa0e
This commit is contained in:
@@ -295,20 +295,6 @@ public class ApplicationsState {
|
||||
}
|
||||
};
|
||||
|
||||
public static final AppFilter FILTER_ON_SD_CARD = new AppFilter() {
|
||||
final CanBeOnSdCardChecker mCanBeOnSdCardChecker
|
||||
= new CanBeOnSdCardChecker();
|
||||
|
||||
public void init() {
|
||||
mCanBeOnSdCardChecker.init();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean filterApp(AppEntry entry) {
|
||||
return mCanBeOnSdCardChecker.check(entry.info);
|
||||
}
|
||||
};
|
||||
|
||||
public static final AppFilter FILTER_DISABLED = new AppFilter() {
|
||||
public void init() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user