diff options
Diffstat (limited to 'packages/DocumentsUI/src/com/android/documentsui/DocumentChangedReceiver.java')
-rw-r--r-- | packages/DocumentsUI/src/com/android/documentsui/DocumentChangedReceiver.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/DocumentsUI/src/com/android/documentsui/DocumentChangedReceiver.java b/packages/DocumentsUI/src/com/android/documentsui/DocumentChangedReceiver.java index 72afd9e..0ce5968 100644 --- a/packages/DocumentsUI/src/com/android/documentsui/DocumentChangedReceiver.java +++ b/packages/DocumentsUI/src/com/android/documentsui/DocumentChangedReceiver.java @@ -21,12 +21,11 @@ import static com.android.documentsui.DocumentsActivity.TAG; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; +import android.provider.DocumentsContract.DocumentRoot; import android.util.Log; -import com.android.documentsui.model.Root; - /** - * Handles {@link Root} changes which invalidate cached data. + * Handles {@link DocumentRoot} changes which invalidate cached data. */ public class DocumentChangedReceiver extends BroadcastReceiver { @Override |