Launch DO/PO sepecific settings when parental are enabled.

Test: make RunSettingsRoboTests && manual
Bug: 161861348

Change-Id: I73ce27d0aa740f47e6ed3e4be9bee4d5eaf039ad
This commit is contained in:
Jason Parks
2020-11-17 13:31:59 -06:00
parent 67a9908db4
commit 9f424cdec2
4 changed files with 72 additions and 1 deletions

View File

@@ -137,4 +137,10 @@ public interface EnterprisePrivacyFeatureProvider {
* info" page. Returns {@code true} if the activity has indeed been launched.
*/
boolean showWorkPolicyInfo();
/**
* Launches the parental controls settings page. Returns {@code true} if the activity has
* been launched.
*/
boolean showParentalControls();
}