XmlAdapters sample example no longer depends on hidden XmlDocumentProvider

Bug 4477831

New changes. Copied code from protected methods to make the example stand-alone.

Change-Id: Ic6592811251090a634743d3d0383b4fd7b046c2f
This commit is contained in:
Gilles Debunne
2011-05-31 15:59:25 -07:00
parent 7a16938f3a
commit e27049a31a
4 changed files with 491 additions and 9 deletions

View File

@@ -17,7 +17,6 @@
package com.example.android.xmladapters;
import android.app.ListActivity;
import android.content.XmlDocumentProvider;
import android.net.Uri;
import android.os.Bundle;
import android.widget.AdapterView.OnItemClickListener;