aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/theb/provider/HostDb.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/theb/provider/HostDb.java')
-rw-r--r--src/org/theb/provider/HostDb.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/org/theb/provider/HostDb.java b/src/org/theb/provider/HostDb.java
index e38396c..9939893 100644
--- a/src/org/theb/provider/HostDb.java
+++ b/src/org/theb/provider/HostDb.java
@@ -18,13 +18,13 @@
*/
package org.theb.provider;
-import android.net.ContentURI;
+import android.net.Uri;
import android.provider.BaseColumns;
public final class HostDb {
public static final class Hosts implements BaseColumns {
- public static final ContentURI CONTENT_URI
- = ContentURI.create("content://org.theb.provider.HostDb/hosts");
+ public static final Uri CONTENT_URI
+ = Uri.parse("content://org.theb.provider.HostDb/hosts");
public static final String DEFAULT_SORT_ORDER = "hostname DESC";