History log of /frameworks/base/core/java/com/android/internal/app/UnlaunchableAppActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f02420c5e1bcc8b2c278f272aca633fe6d2b4e88 04-Apr-2016 Benjamin Franz <bfranz@google.com> Maybe decrypt user when quiet mode is disabled

When quiet mode is disabled for a user and that user is not currently
decrypted, we show a confirm credentials screen to trigger decryption
of that user. Only if that was successful, do we actually disable quiet
mode.

Bug: 27764124
Change-Id: Ib1f649194d89e225dad62c14f3ddba1fa3d79da2
/frameworks/base/core/java/com/android/internal/app/UnlaunchableAppActivity.java
e420c550ee98aefab92bae4017c46c7a969bf132 06-Apr-2016 Rubin Xu <rubinxu@google.com> Relaunch previous activity after turning work profile on

When work profile is turned off, attempts to start work app activity is
intercepted and redirected to an information dialog, which gives the
option to turn work profile back on. When the user does turn it back on,
the original activity should be relaunched.

Bug: 27740167
Change-Id: I4c9d5bc949499bdb5d9f2394e13e670a48d43629
/frameworks/base/core/java/com/android/internal/app/UnlaunchableAppActivity.java
7a9c34bd7a65bf27a3a7ea83d7a1391667bae50a 11-Mar-2016 Sudheer Shanka <sudheersai@google.com> Show admin support dialog if app is suspended.

Bug: 26922950
Change-Id: I21f048873244df52d14910cc01a658af476d9149
/frameworks/base/core/java/com/android/internal/app/UnlaunchableAppActivity.java
945fd0074a631722e10c63c0006bfd10729ca8a0 29-Jan-2016 Rubin Xu <rubinxu@google.com> Watch out for null pointers when getting profile owner info

Bug: 22776761
Change-Id: If9b7fe603c52b953633a81642b506c0b2fa8dc3a
/frameworks/base/core/java/com/android/internal/app/UnlaunchableAppActivity.java
58d25998321d9f4b1b76d18a5af9d42cdbaad30d 21-Jan-2016 Rubin Xu <rubinxu@google.com> Show dialog when launching work apps is not possible.

There are two cases when this could happen. First is when the work
profile is turned off by the user, and the second is when the profile
owner has suspened the package.

Bug: 22776761
Bug: 22541941
Change-Id: Ibc671e93f87dff0168bb7643494b9d6b45a1a7f9
/frameworks/base/core/java/com/android/internal/app/UnlaunchableAppActivity.java