Merge "Teach bmgr that "android" is a valid package name" into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7658f0edef
@@ -354,7 +354,7 @@ public final class Bmgr {
|
||||
return;
|
||||
}
|
||||
|
||||
if (arg.indexOf('.') >= 0) {
|
||||
if (arg.indexOf('.') >= 0 || arg.equals("android")) {
|
||||
// it's a package name
|
||||
doRestorePackage(arg);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user