Re-arrange android-common so framework no longer links with it.

This is the framework part, moving classes around so the framework
no longer needs to link to android-common.  Makes some APIs public,
others that didn't need to be public are private in the framework,
some small things are copied.
This commit is contained in:
Dianne Hackborn
2010-02-24 19:54:22 -08:00
parent e46145f7c1
commit 2269d1572e
64 changed files with 736 additions and 80 deletions

View File

@@ -16,9 +16,9 @@
package com.android.server;
import com.android.common.FastXmlSerializer;
import com.android.common.XmlUtils;
import com.android.internal.content.PackageMonitor;
import com.android.internal.util.FastXmlSerializer;
import com.android.internal.util.XmlUtils;
import com.android.internal.widget.LockPatternUtils;
import org.xmlpull.v1.XmlPullParser;