Cleanup OWNER in Settings

Bug: 19913735
Change-Id: Iada650431328a304f7c1e6acb8cbde76e4210127
This commit is contained in:
Xiaohui Chen
2015-09-21 10:03:30 -07:00
parent cf92ef10a5
commit 9965b1438b

View File

@@ -90,7 +90,7 @@ public abstract class MigrateEstimateTask extends AsyncTask<Void, Void, Long> im
Log.d(TAG, "Estimating for current path " + path); Log.d(TAG, "Estimating for current path " + path);
final Intent intent = new Intent().setComponent(DEFAULT_CONTAINER_COMPONENT); final Intent intent = new Intent().setComponent(DEFAULT_CONTAINER_COMPONENT);
mContext.bindServiceAsUser(intent, this, Context.BIND_AUTO_CREATE, UserHandle.OWNER); mContext.bindServiceAsUser(intent, this, Context.BIND_AUTO_CREATE, UserHandle.SYSTEM);
try { try {
if (mConnected.await(15, TimeUnit.SECONDS)) { if (mConnected.await(15, TimeUnit.SECONDS)) {