Implement Web Action settings
Users can enable / disable Web Action from "Opening links" under the apps setting. Bug: 28140107 Change-Id: I4ed4b77953952a56316b780a54a482d0c564cbe4 Test: manual testing of the settings app
This commit is contained in:
@@ -7763,5 +7763,16 @@
|
||||
|
||||
<string name="automatic_storage_manager_freed_bytes"><xliff:g id="size" example="3.25MB">%1$s</xliff:g> total made available\n\nLast ran on <xliff:g id="date" example="Jan 12">%2$s</xliff:g></string>
|
||||
|
||||
<!-- Title text for enabling web actions. [CHAR_LIMIT=60] -->
|
||||
<string name="web_action_enable_title">Open links in apps</string>
|
||||
|
||||
<!-- Summary text for enabling web actions. [CHAR_LIMIT=250] -->
|
||||
<string name="web_action_enable_summary">Open links in supported apps, even if the
|
||||
apps aren’t installed on your device</string>
|
||||
|
||||
<!-- Section title for the Web Action preference [CHAR LIMIT=60] -->
|
||||
<string name="web_action_section_title">Apps not installed</string>
|
||||
|
||||
<!-- Section title for the Domain URL app preference list [CHAR LIMIT=60]-->
|
||||
<string name="domain_url_section_title">Installed apps</string>
|
||||
</resources>
|
||||
|
||||
@@ -30,10 +30,7 @@
|
||||
<PreferenceScreen
|
||||
android:key="domain_urls"
|
||||
android:title="@string/domain_urls_title"
|
||||
android:fragment="com.android.settings.applications.ManageApplications">
|
||||
<extra
|
||||
android:name="classname"
|
||||
android:value="com.android.settings.Settings$DomainsURLsAppListActivity" />
|
||||
android:fragment="com.android.settings.applications.ManageDomainUrls">
|
||||
</PreferenceScreen>
|
||||
|
||||
<Preference
|
||||
|
||||
Reference in New Issue
Block a user