aboutsummaryrefslogtreecommitdiff
path: root/notification/LNotifications
diff options
context:
space:
mode:
authorTakeshi Hagikura <thagikura@google.com>2015-03-09 21:30:51 +0900
committerTakeshi Hagikura <thagikura@google.com>2015-03-09 21:30:51 +0900
commitd1fc86a388a5d147037a2aec6753e406829b67ff (patch)
treee0d8b33f6c6f452ca298f9c2264c34b1fc4806de /notification/LNotifications
parent19dc508bb90f3d517085cd1de5adc7054b0dd517 (diff)
downloadandroid-d1fc86a388a5d147037a2aec6753e406829b67ff.tar.gz
Fixes the AndroidManifest.xml in tests to remove duplicate elements for android:label. Fixes the targetPackage for Interpolater
Change-Id: I7a422202b9e4e6ed28ce66d57cc21d403d4a2532
Diffstat (limited to 'notification/LNotifications')
-rw-r--r--notification/LNotifications/Application/tests/AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/notification/LNotifications/Application/tests/AndroidManifest.xml b/notification/LNotifications/Application/tests/AndroidManifest.xml
index 46a65afc..6eb86214 100644
--- a/notification/LNotifications/Application/tests/AndroidManifest.xml
+++ b/notification/LNotifications/Application/tests/AndroidManifest.xml
@@ -34,7 +34,6 @@
-->
<instrumentation
android:name="android.test.InstrumentationTestRunner"
- android:label="Tests for L notifications sample"
android:targetPackage="com.example.android.lnotifications"/>
-</manifest> \ No newline at end of file
+</manifest>