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