Update imports to android-common
Several files were moved to android-common. Update all the references to import those files from the new location.
This commit is contained in:
@ -17,8 +17,8 @@
|
||||
package com.android.server;
|
||||
|
||||
import com.android.internal.app.ResolverActivity;
|
||||
import com.android.internal.util.FastXmlSerializer;
|
||||
import com.android.internal.util.XmlUtils;
|
||||
import com.android.common.FastXmlSerializer;
|
||||
import com.android.common.XmlUtils;
|
||||
|
||||
import org.xmlpull.v1.XmlPullParser;
|
||||
import org.xmlpull.v1.XmlPullParserException;
|
||||
|
Reference in New Issue
Block a user