Apply top intro preference for app pinning feature
Test: See the screenshot Bug: 173087905 Screenshot: https://screenshot.googleplex.com/Aogw7wAfXtsyiYQ Change-Id: Ia4a37bccde3303bfa1ab3ac558bbe1b9f4162192
This commit is contained in:
@@ -9409,10 +9409,11 @@
|
|||||||
|
|
||||||
<!-- [CHAR LIMIT=28] Screen pinning title -->
|
<!-- [CHAR LIMIT=28] Screen pinning title -->
|
||||||
<string name="screen_pinning_title">App pinning</string>
|
<string name="screen_pinning_title">App pinning</string>
|
||||||
|
<!-- [CHAR LIMIT=none] Screen pinning introduction -->
|
||||||
|
<string name="app_pinning_intro">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.</string>
|
||||||
<!-- [CHAR LIMIT=none] Screen pinning description -->
|
<!-- [CHAR LIMIT=none] Screen pinning description -->
|
||||||
<string name="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.
|
When an app is pinned, the pinned app may open other apps and personal data may be accessible.
|
||||||
\n\nWhen an app is pinned, the pinned app may open other apps and personal data may be accessible.
|
|
||||||
\n\nTo use app pinning:
|
\n\nTo use app pinning:
|
||||||
\t\n1.\tTurn on app pinning
|
\t\n1.\tTurn on app pinning
|
||||||
\t\n2.\tOpen Overview
|
\t\n2.\tOpen Overview
|
||||||
@@ -9420,8 +9421,7 @@
|
|||||||
</string>
|
</string>
|
||||||
<!-- [CHAR LIMIT=none] Screen pinning description -->
|
<!-- [CHAR LIMIT=none] Screen pinning description -->
|
||||||
<string name="screen_pinning_guest_user_description">
|
<string name="screen_pinning_guest_user_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.
|
When an app is pinned, the pinned app may open other apps and personal data may be accessible.
|
||||||
\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 user instead.
|
\n\nIf you want to securely share your device with someone, try using a guest user instead.
|
||||||
\n\nTo use app pinning:
|
\n\nTo use app pinning:
|
||||||
\t\n1.\tTurn on app pinning
|
\t\n1.\tTurn on app pinning
|
||||||
|
@@ -19,14 +19,18 @@
|
|||||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||||
android:title="@string/screen_pinning_title">
|
android:title="@string/screen_pinning_title">
|
||||||
|
|
||||||
|
<com.android.settingslib.widget.TopIntroPreference
|
||||||
|
android:title="@string/app_pinning_intro"
|
||||||
|
settings:searchable="false"/>
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="use_screen_lock"
|
android:key="use_screen_lock"
|
||||||
android:title="@string/screen_pinning_unlock_none" />
|
android:title="@string/screen_pinning_unlock_none"
|
||||||
|
settings:allowDividerAbove="true"/>
|
||||||
|
|
||||||
<com.android.settingslib.widget.FooterPreference
|
<com.android.settingslib.widget.FooterPreference
|
||||||
android:key="screen_pinning_settings_screen_footer"
|
android:key="screen_pinning_settings_screen_footer"
|
||||||
android:title="@string/screen_pinning_description"
|
android:title="@string/screen_pinning_description"
|
||||||
android:selectable="false"
|
|
||||||
settings:searchable="false" />
|
settings:searchable="false" />
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
Reference in New Issue
Block a user