relocate android.util.base64.* -> android.util.*

b/2553469 - API REVIEW: android.util.base64

Change-Id: I6a514032152a8b1899db52d020aca8e8b19e74e9
This commit is contained in:
Doug Zongker
2010-03-29 13:23:15 -07:00
parent 272b504ee6
commit ab69e29c19
6 changed files with 239 additions and 242 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package android.util.base64;
package android.util;
import java.io.UnsupportedEncodingException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package android.util.base64;
package android.util;
import java.io.FilterInputStream;
import java.io.IOException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package android.util.base64;
package android.util;
import java.io.FilterOutputStream;
import java.io.IOException;