summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/pm
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-09-24 19:22:12 -0700
committerDianne Hackborn <hackbod@google.com>2009-09-25 00:48:02 -0700
commit3b3e145d3c41fd68974e08f799b1fd1f8f060cf0 (patch)
tree3f699e0b2f51bfce7061ef87b2690c8ab1032a64 /core/java/android/content/pm
parentfdf53a4628f915203752660aa07049aa22c01b5a (diff)
downloadframeworks_base-3b3e145d3c41fd68974e08f799b1fd1f8f060cf0.zip
frameworks_base-3b3e145d3c41fd68974e08f799b1fd1f8f060cf0.tar.gz
frameworks_base-3b3e145d3c41fd68974e08f799b1fd1f8f060cf0.tar.bz2
A variety of work on animations.
- The lock screen now fades in and out. - Fixed a bug where we would accidentally freeze the screen when switching to an activity with a different orientation than the current (but the screen itself is in the current orientation). This would mess up the animations on the car dock. - New API to force a particular animation for an activity transition (untested). - New wallpaper animations. - Resources now uses the next API version when in a development build, to help applications being developed against such builds. Change-Id: I2d9998f8400967ff09a04d693dc4ce55f0dbef5b
Diffstat (limited to 'core/java/android/content/pm')
-rw-r--r--core/java/android/content/pm/ApplicationInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/pm/ApplicationInfo.java b/core/java/android/content/pm/ApplicationInfo.java
index 8839f95..7a65af8 100644
--- a/core/java/android/content/pm/ApplicationInfo.java
+++ b/core/java/android/content/pm/ApplicationInfo.java
@@ -253,7 +253,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
public int uid;
/**
- * The minimum SDK version this application targets. It may run on earilier
+ * The minimum SDK version this application targets. It may run on earlier
* versions, but it knows how to work with any new behavior added at this
* version. Will be {@link android.os.Build.VERSION_CODES#CUR_DEVELOPMENT}
* if this is a development build and the app is targeting that. You should