blob: a7287c51298c36f857b0e3087f459000c049e095 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001<HTML>
2<BODY>
Scott Mainf4f05b82011-01-07 14:38:23 -08003<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>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080016</BODY>
Scott Mainf4f05b82011-01-07 14:38:23 -080017</HTML>