From 5ec1f0c4ab22b39730cbd37423ffd9f7784f42d0 Mon Sep 17 00:00:00 2001 From: David Black Date: Thu, 27 Dec 2012 12:18:38 +0000 Subject: [PATCH] Android Drawables description --- metadata/aws.apps.androidDrawables.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/metadata/aws.apps.androidDrawables.txt b/metadata/aws.apps.androidDrawables.txt index c341cb7039..09bdde179b 100644 --- a/metadata/aws.apps.androidDrawables.txt +++ b/metadata/aws.apps.androidDrawables.txt @@ -9,6 +9,9 @@ Description: This application will list all public and private Android resources (i.e. resources located under android.R.* and under com.android.internal.R.*) for the current device. If the resource is a drawable or a colour the background colour of the list can be changed to see how it looks next to a different colour. +Internal resources (anything under 'com.android._internal_.R') are not guaranteed to be in all +devices/Android versions. Do not reference them directly in your application or it will crash on +untested device configurations. . Repo Type:git