1<HTML>
2<BODY>
3<p>Contains resource classes used by applications included in the platform and defines application
4permissions for system features.</p>
5
6<p>You can use some resources directly from these {@link android.R} classes in your own
7applications, but you should generally use only resources that you've provided directly in your
8application, in order to provide a cohesive application package that has no external dependencies.
9In particular, you should not use drawable resources from the {@code android} package, because they
10may change between platform versions, causing unforeseen conflicts with your design. Typically,
11{@link android.R.style styles} are the only resources you should use directly from these
12resources.</p>
13
14<p>For information about using resources, see the <a
15href="{@docRoot}guide/topics/resources/index.html">Application Resources</a> developer guide.</p>
16</BODY>
17</HTML>