From 06b9f3d7b9182868206f4c665a74899219d2e7f7 Mon Sep 17 00:00:00 2001 From: Aleksandro Eterverda Date: Wed, 25 Sep 2013 00:32:12 +0400 Subject: [PATCH] Fixed wrong annotations for android.content.ComponentName ComponentName.getClassName() and ComponentName.getPackageName() cannot return null. Also it's not possible to create ComponentName with null packageName or className --- .../android/content/annotations.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/android-sdk-annotations/android/content/annotations.xml b/android-sdk-annotations/android/content/annotations.xml index 05fb4a96d92..fadb969fb4d 100644 --- a/android-sdk-annotations/android/content/annotations.xml +++ b/android-sdk-annotations/android/content/annotations.xml @@ -758,6 +758,15 @@ + + + + + + + + + @@ -1421,6 +1430,12 @@ + + + + + +