Improve Display javadoc slightly

Change-Id: Iaa7d599e11d42d4aaf50e87b141f9b8d04ba445e
This commit is contained in:
Mathias Agopian
2010-08-16 13:28:55 -07:00
parent 80810f86e9
commit 833533c929

View File

@@ -27,7 +27,8 @@ public class Display
/**
* Use the WindowManager interface to create a Display object.
* Use {@link android.view.WindowManager#getDefaultDisplay()
* WindowManager.getDefaultDisplay()} to create a Display object.
* Display gives you access to some information about a particular display
* connected to the device.
*/