A new ui flow for screen pinning feature
The purpose of this change is to resolve a number of security issue around screen pinning. See more detail go/screen-pinning-allows There're a few change for Settings app. - Rename the screen pinning to app pinning. - Change the string description for app pinning. - Pop up a warning dialog while user is enabling this feature. Test: Rebuilt rom and see new ui flow. Bug: 151332926 Change-Id: Ife07d7b95ab5dccb2aed7f2bc8fa32f97763bd63
This commit is contained in:
@@ -9219,9 +9219,34 @@
|
||||
<string name="switch_off_text">Off</string>
|
||||
|
||||
<!-- [CHAR LIMIT=28] Screen pinning title -->
|
||||
<string name="screen_pinning_title">Screen pinning</string>
|
||||
<!-- [CHAR LIMIT=300] Screen pinning description -->
|
||||
<string name="screen_pinning_description">When this setting is turned on, you can use screen pinning to keep the current screen in view until you unpin.\n\nTo use screen pinning:\n\n1. Make sure screen pinning is turned on\n\n2. Open Overview\n\n3. Tap the app icon at the top of the screen, then tap Pin</string>
|
||||
<string name="screen_pinning_title">App pinning</string>
|
||||
<!-- [CHAR LIMIT=none] Screen pinning description -->
|
||||
<string name="screen_pinning_description">
|
||||
App pinning allows you to keep the current app in view until you unpin it. This feature can be used, for example, to let a trusted friend play a specific game.
|
||||
\n\nWhen an app is pinned, the pinned app may open other apps and personal data may be accessible.
|
||||
\n\nTo use app pinning:
|
||||
\t\n1.\tTurn on app pinning
|
||||
\t\n2.\tOpen Overview
|
||||
\t\n3.\tTap the app icon at the top of the screen, then tap Pin
|
||||
</string>
|
||||
<!-- [CHAR LIMIT=none] Screen pinning description -->
|
||||
<string name="screen_pinning_guest_mode_description">
|
||||
App pinning allows you to keep the current app in view until you unpin it. This feature can be used, for example, to let a trusted friend play a specific game.
|
||||
\n\nWhen an app is pinned, the pinned app may open other apps and personal data may be accessible.
|
||||
\n\nIf you want to securely share your device with someone, try using a guest profile instead.
|
||||
\n\nTo use app pinning:
|
||||
\t\n1.\tTurn on app pinning
|
||||
\t\n2.\tOpen Overview
|
||||
\t\n3.\tTap the app icon at the top of the screen, then tap Pin
|
||||
</string>
|
||||
<!-- [CHAR LIMIT=300] Screen pinning title -->
|
||||
<string name="screen_pinning_dialog_message">
|
||||
When app is pinned:
|
||||
\n\n\u2022\t\tPersonal data may be accessible
|
||||
\n\t\t(such as contacts and email content)
|
||||
\n\u2022\t\tPinned app may open other apps
|
||||
\n\nOnly use app pinning with people you trust.
|
||||
</string>
|
||||
<!-- [CHAR LIMIT=60] Unlock setting for screen pinning -->
|
||||
<string name="screen_pinning_unlock_pattern">Ask for unlock pattern before unpinning</string>
|
||||
<!-- [CHAR LIMIT=60] Unlock setting for screen pinning -->
|
||||
|
Reference in New Issue
Block a user