Lines Matching refs:to
31 <p>Android users get attached to their devices and to applications that they
32 love. One way to make your application lovable is to make it personal. Android
33 devices know who your user is, what services they have access to, and where they
34 store your data. With your user's permission, you can use that information to
38 user's identity, enabling you to:</p>
42 <li>Authenticate the user to make sure they are who they say they are
43 <li>Gain permission to access the user's online data via services like
45 <li>Add a custom account to the user's device to authenticate your own
54 <dd>Use {@link android.accounts.AccountManager} to learn the user's account name(s).</dd>
56 <dt><b><a href="authenticate.html">Authenticating to OAuth2 Services</a></b></dt>
57 <dd> Use OAuth2 to help users get permission to access web services without needing to type in a
61 <dd>Add your own account type to the Android Account Manager.</dd>