1<?xml version="1.0" encoding="utf-8"?>
2<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
3
4    <!-- Package name [CHAR LIMIT=NONE]-->
5    <string name="app_name">Activity Stub</string>
6
7    <!-- Toast message displayed when a stub activity is launched. [CHAR LIMIT=NONE] -->
8    <string name="message_not_supported">No application can handle this action</string>
9
10    <!-- Toast message displayed for pip settings when pip isn't supported. [CHAR LIMIT=NONE] -->
11    <string name="pip_not_supported">Picture in Picture is not supported on this device</string>
12
13    <!-- Toast message displayed when MANAGE_UNKNOWN_APP_SOURCES isn't supported. [CHAR LIMIT=NONE] -->
14    <string name="manage_unknown_app_sources_not_supported">Manage Unknown App Sources is not supported on this device</string>
15
16    <!-- Toast message displayed when android.settings.DREAM_SETTINGS isn't supported. [CHAR LIMIT=NONE] -->
17    <string name="dream_not_supported">Screensavers are not supported on this device</string>
18
19    <!-- Stub name [CHAR LIMIT=NONE]-->
20    <string name="stub_name">None</string>
21
22</resources>
23