Getting started with 'User Accounts' on Android 5.0 Lollipop (android的多用户支持)

With Android 5.0 Lollipop, Google is adding true multi-user support for tablets and smartphones alike.

When Google released Android 4.2 it included multiple user accounts for tablets; however, smartphone users were left in the cold. (In Google‘s defense, sharing a smartphone is far less likely than a tablet).

This has now changed.

The Users settings screen on a Nexus 9.Screenshot by Jason Cipriani/CNET

There are three different types of user accounts:

  • Guest account is similar to using Chrome‘s Incognito mode. Any information or data transmitted during a session is only temporarily stored. Each time you enter Guest mode, you‘re asked if you want to start fresh or continue your last Guest session.
  • Profile account is ideal for parents who want to provide limited access to apps and services to children. When setting up a Profile account you‘re able to enable (or disable) apps and services such as Google search.
  • User account provides full access to apps and services on the device. A User can download and install apps, set wallpapers and arrange home screens without altering other accounts. Any changes to system settings, such as adding a Wi-Fi network, will be applied to all other users accounts on the device.

You can access multi-user settings two different ways. The first is by launching the Settings app and selecting Users from the list of options. The other method requires you to tap on the user icon when viewing the Quick Settings shade. The latter method also provides a method for quickly switching between accounts from anywhere on the device, including the lock screen.

The different account types make it possible to share any Android device running Lollipop with a wide variety of people without putting your personal data at risk.

From the occasional friend needing to borrow a device, to sharing a tablet with multiple family members - Android 5.0 Lollipop seems to have gotten it right.

Getting started with 'User Accounts' on Android 5.0 Lollipop (android的多用户支持)

时间: 2024-08-26 01:09:22

Getting started with 'User Accounts' on Android 5.0 Lollipop (android的多用户支持)的相关文章

Android 5.0 Lollipop SDK下载地址(PASS)

Android 5.0 ARM EABI v7a System Image https://dl-ssl.google.com/android/repository/sys-img/google_apis/sysimg_arm-21_r01.zip Android 5.0 Android TV ARM EABI v7a System Imagehttps://dl-ssl.google.com/android/repository/sys-img/android-tv/sysimg_atv_ar

Android 5.0 Lollipop介绍

Android Lollipop介绍 Android 5.0 Lollipop,此版本为用户提供了丰富的新功能,并为开发者新增了数以千计的 API,它进一步扩展了 Android 的应用范围,从手机.平板电脑和可穿戴式设备,扩展到电视和汽车. 1.Android 5.0新增功能与特性 Material Design: 简介:Material Design语言的一些重要功能包括 系统字体Roboto的升级版本 ,同时颜色更鲜艳,动画效果更突出.杜拉特还简要谈到了新框架的一些变化--这个新框架也于今

Android 5.0(Lollipop)中的SurfaceTexture,TextureView, SurfaceView和GLSurfaceView

SurfaceView, GLSurfaceView, SurfaceTexture以及TextureView是Android当中名字比较绕,关系又比较密切的几个类.本文基于Android 5.0(Lollipop)的代码理一下它们的基本原理,联系与区别. SurfaceView从Android 1.0(API level 1)时就有 .它继承自类View,因此它本质上是一个View.但与普通View不同的是,它有自己的Surface.我们知道,一般的Activity包含的多个View会组成Vi

Android 根据城市获取经纬度 适配Android 7.0 、Android 8.0

今天在开发的过程中遇到了一个很奇葩的问题,就是之前已经写好的代码在Android 7.0 的系统中运行是正常的,但是在Android8.0 的系统中运行就出现了问题.在网上也找了很多资料,经过自己的不断折腾,终于找到了问题.废话不 多说了,直接上代码:public void getLatAndLng(String cityName) {Geocoder geocoder = new Geocoder(this,Locale.CHINA);try {List<Address> addressLi

Android 5.0 Lollipop初上手体验

在等了好几天还没有等到OTA升级提示,前天笔者给Nexus4线刷入了官方提供的Lollipop的镜像,在试用了这两天之后,现在总结下自己感觉很惊艳的地方和一些地方的吐槽.(点击图片可以查看大图) 1.Material Design: 不得不说,这次的UI风格与用户交互改变很大,主要的就是谷歌推行的Material Design,刚开始看着和用着都觉得挺别扭,但是一旦接受了这个设定,还是挺带感的括弧笑. 典型的用户界面与交互设计可以参考Gmail,不得不说,Gmail一直是谷歌给开发者设计应用的规

Android 5.0 Lollipop SDK下载地址

https://dl-ssl.google.com/android/repository/android-21_r01.zip https://dl-ssl.google.com/android/repository/platform-tools_r21-windows.zip https://dl-ssl.google.com/android/repository/platform-tools_r21-linux.zip https://dl-ssl.google.com/android/re

android 5.0 (lollipop)源码编译环境搭建(Mac OS X)

硬件环境:MacBook Pro Retina, 13-inch, Late 2013 处理器  2.4 GHz Intel Core i5 内存  8 GB 1600 MHz DDR3 硬盘60G以上 软件环境:OS X 10.9.2 GNU Make 3.81 Python 2.7.5 XCode 5.0.2 java version "1.7.0_55" repo VERSION = (1, 21) 某收费VPN(代理FAN墙是下载不了的,请使用VPN) (软件版本问题非常可能导

Android 5.0 Lollipop 短彩信接收流程

短彩信接收流程和来电流程有点类似,最开始也是RIL层上报短信事件,然后上层来处理接收短信的流程.android的ril位于应用程序框架与内核之间,分成了两个部分,一个部分是rild,它负责socket与应用程序框架进行通信.另外一个部分是Vendor RIL,这个部分负责向下是通过两种方式与radio进行通信,它们是直接与radio通信的AT指令通道和用于传输包数据的通道,数据通道用于手机的上网功能,其中RIL.java主要用于hardware层和framework通信.在RIL.java中通过

Android 5.0 Lollipop新的摄像头API

前记:今天突然发现我刚打开的项目代码在eclipse中打了好几个警告,Camera is deprecated, Camera.Parameters is deprecated--等已经废弃的警告.一看官方文档原来Google本次Android版本更新对Camera这块新出了替代类android.hardware.camera2. 这个类把Camera设备封装成多级(包含多个处理阶段)的线性管道,这个管道用来处理输入请求中捕获的每个帧.通过camera2向系统请求拍照时,会返回一个带有一套图像缓