Fix issue #30766518: Document what targeting N does

Also small documentation cleanup in a few other places.

Change-Id: I16581c751aa0ffa146faba3b140a8fa2170f4520
This commit is contained in:
Dianne Hackborn
2016-08-09 13:18:21 -07:00
parent 154cc8237b
commit b34cbedb4e
4 changed files with 48 additions and 7 deletions

View File

@@ -210,7 +210,7 @@ public class AnimatedVectorDrawable extends Drawable implements Animatable2 {
/**
* In order to avoid breaking old apps, we only throw exception on invalid VectorDrawable
* animations * for apps targeting N and later. For older apps, we ignore (i.e. quietly skip)
* animations for apps targeting N and later. For older apps, we ignore (i.e. quietly skip)
* these animations.
*
* @return whether invalid animations for vector drawable should be ignored.