1page.title=Security and Permissions
2page.landing=true
3page.landing.intro=Android's security architecture gives the user full control over what resources are accessible to each app, protecting the system itself and all apps in it. Learn how to use system permissions to request access to the resources your app needs and design your app for optimal security. 
4page.landing.image=
5
6@jd:body
7
8<div style="width=100%;padding-left:1em;">
9
10  <div style="float:left;clear:both;padding-top:20px;">
11    <p style="text-transform:uppercase;"><b style="color:#666;font-size:14px;">Blog Articles</b></p>
12
13    <div class="" style="border-top:2px solid #DDD;margin:1em 0;background-color:#F7F7F7;width:336px">
14
15      <div style="float:left;padding:8px;padding-right:16px;">
16        <img src="/assets/images/resource-article.png">
17      </div>
18
19      <div class="caption">
20        <p style="margin:0;padding:0;font-weight:bold;"><a href="">Accessibility: Are You Serving All Your Users?</a></p>
21        <p style="margin:0;padding:0">In the upcoming weeks, some of the older Client Login authentication keys will expire. 
22        If you generated the token you’re currently using to authenticate with the C2DM servers before October 2011, it will stop working.</p>
23
24        <p style="margin:0;padding:0;font-weight:bold;"><a href="">Android C2DM — Client Login key expiration</a></p>
25        <p  style="margin:0;padding:0">Accessibility is about making sure that Android users who have limited vision or other physical impairments can use your application just as well</p>
26
27        <p style="margin:0;padding:0;font-weight:bold;"><a href="">A Faster Emulator with Better Hardware Support</a></p>
28        <p  style="margin:0;padding:0">The Android emulator is a key tool for Android developers in building and testing their apps.
29        As the power and diversity of Android devices has grown quickly, it’s been hard for the emulator keep pace. </p>
30
31        <a href="">More &raquo;</a>
32      </div>
33    </div>
34  </div>
35
36  <div style="float:right;padding-top:20px;">
37    <p style="text-transform:uppercase;"><b style="color:#666;font-size:14px;">Training</b></p>
38
39    <div class="" style="border-top:2px solid #DDD;bordddser-top:2px solid #FF8800;margin:1em 0;background-color:#F7F7F7;width:336px">
40
41      <div style="float:left;padding:8px;padding-right:16px;">
42        <img src="/assets/images/resource-tutorial.png">
43      </div>
44
45      <div class="caption">
46        <p style="margin:0;padding:0;font-weight:bold;"><a href="">Managing the Activity Lifecycle</a></p>
47        <p  style="margin:0;padding:0">This class explains important lifecycle callback methods that each Activity
48        instance receives and how you can use them so your activity does what the user expects and does not consume system
49        resources when your activity doesn't need them.</p>
50
51        <p style="margin:0;padding:0;font-weight:bold;"><a href="">Supporting Different Devices</a></p>
52        <p  style="margin:0;padding:0">This class teaches you how to use basic platform features that leverage alternative
53        resources and other features so your app can provide an optimized user experience on a variety of Android-compatible devices,
54        using a single application package (APK).</p>
55
56        <p style="margin:0;padding:0;font-weight:bold;"><a href="">Sharing Content</a></p>
57        <p  style="margin:0;padding:0">This class covers some common ways you can send and receive content between
58        applications using Intent APIs and the ActionProvider object.</p>
59
60        <a href="">More &raquo;</a>
61      </div>
62    </div>
63</div>
64
65</div>