From f02787275d311af463d5250c5998f541e5529982 Mon Sep 17 00:00:00 2001 From: YuutaW <17158086+trumeet@users.noreply.github.com> Date: Sat, 30 Mar 2019 16:28:27 -0700 Subject: feat(app): give non-owner user a notice for apps suspended by owner Signed-off-by: YuutaW <17158086+Trumeet@users.noreply.github.com> --- app/src/main/res/values-zh-rCN/strings.xml | 1 + app/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index b8959aa..671dab5 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -3,6 +3,7 @@ 工作模式 工作 您已进入工作模式,该应用无法使用。 + 您的设备机主启用了工作模式,无法使用此应用。 开启 停止 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index af3dd46..6324a9b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -2,6 +2,7 @@ Work Mode Work This app is disabled because you want to enjoy your work. + This app is disabled because your device owner wants you to enjoy your work. On Off -- cgit v1.2.3