OSDN Git Service

We don't need to wait to pin the camera app.
authorJeff Sharkey <jsharkey@android.com>
Wed, 3 Aug 2016 23:20:03 +0000 (17:20 -0600)
committerJeff Sharkey <jsharkey@android.com>
Wed, 3 Aug 2016 23:20:11 +0000 (17:20 -0600)
commit847bd85fc18f3fe851fd20d9e79d566074f595e8
treef1917f130402fc39ee84e4a1241c46fb8ba7694f
parentfbd93027e4f8024642271652e490653a4d0c2b55
We don't need to wait to pin the camera app.

There are PackageManager flags we can use to resolve the camera app
for a given user, even while they're still locked.

Bug: 30621101
Change-Id: I0098c9423e2cd453e957d4365cfbcac5ccbb2947
services/core/java/com/android/server/PinnerService.java