Lines Matching full:your
1 page.title=Remembering Your User
20 <li><a href="#IdentifyUser">Use the Account Object to Personalize Your App</a></li>
28 effective things you can do to make your app more lovable is to remember who
29 your user is—especially when the user upgrades to a new device or starts carrying
30 a tablet as well as a phone. But how do you know who your user is? And how do
54 entering your app will automatically make your app less appealing. Second,
62 your app no longer remembers them.</p>
66 see in this lesson, using Account Manager lets you remember your user, no matter
67 how many devices the user may own, by adding just a couple of extra taps to your
83 <p>In order to get a list of accounts on the device, your app needs the {@link
86 <uses-permission>}</a> tag in your manifest file to request
116 <h2 id="IdentifyUser">Use the Account Object to Personalize Your App</h2>
124 <li> As a key into your own online database of usage and personalization information.</li>
133 itself doesn't protect your data or give you access to anything besides the user's account name. If your app
136 deals with writing a custom authenticator so that you can install your own