From 3021e718e2cea50b88f3121a5b3a39c2fd32cc03 Mon Sep 17 00:00:00 2001 From: Marco Nelissen Date: Mon, 5 Apr 2010 14:59:45 -0700 Subject: [PATCH] Rename the "Media Scanner" DevTool to "Media Provider", and add functionality to insert random filler data in to the database. Change-Id: I632c7c8fea8aceca7b71dab88f3b01ed7ae49a92 --- apps/Development/AndroidManifest.xml | 2 +- .../res/layout/media_scanner_activity.xml | 49 +++- apps/Development/res/values/strings.xml | 5 + .../development/MediaScannerActivity.java | 215 ++++++++++++++++-- 4 files changed, 246 insertions(+), 25 deletions(-) diff --git a/apps/Development/AndroidManifest.xml b/apps/Development/AndroidManifest.xml index c4774c27a..389ac194c 100644 --- a/apps/Development/AndroidManifest.xml +++ b/apps/Development/AndroidManifest.xml @@ -117,7 +117,7 @@ - + diff --git a/apps/Development/res/layout/media_scanner_activity.xml b/apps/Development/res/layout/media_scanner_activity.xml index 974f68378..480684355 100644 --- a/apps/Development/res/layout/media_scanner_activity.xml +++ b/apps/Development/res/layout/media_scanner_activity.xml @@ -4,9 +4,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -14,12 +14,45 @@ limitations under the License. --> - + - + + +