History log of /packages/apps/Settings/src/com/android/settings/SettingsInitialize.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4761da3b738f10bdeba661ea696390a023808ece 16-May-2017 Kenny Guy <kennyguy@google.com> Disable managed profile version of shortcut picker.

Don't show managed profile version of shortcut
picker as it lunaches same activities as personal
one.

Test: manual - check badged shortcut isn't present in launcher.
Bug: 38333213
Change-Id: Iade6595255524a8dbf223a70a6c8312087258c23
/packages/apps/Settings/src/com/android/settings/SettingsInitialize.java
4d3334c50b07c60c137085a35a8fb670eabd2aca 13-Dec-2016 Gustav Sennton <gsennton@google.com> Update WebView implementation Dev Setting - new looks + descriptions.

Now that we are changing the WebView package mechanism so that a package
can only be used as WebView implementation if that package is enabled
for all users of the device we need to tell the user why a package can't
be chosen as WebView implementation.
With this CL we do so in the 'Set WebView Implementation' Developer
Setting.

We code for the WebView implementation Developer Setting is now based on
the same code as that of the Debug App Developer Setting.

Bug: 32894154
Test: Ensure WebView Implementation setting shows correct packages.
Test: Ensure WebView Implementation setting shows correct descriptions
for why a package is not usable - including the case where packages are
disabled/uninstalled for a second user.
Test: Ensure the summary for the WebView Implmentation setting is
updated after changing WebView package.
Test: Ensure the WebView package Activity
(Settings.ACTION_WEBVIEW_SETTINGS) is similar to the Dev Setting.
Test: ensure non-admin user cannot start WV-picker activity through
'adb shell am start -n com.android.settings/.WebViewImplementation'

Change-Id: Ia6e6e9e12ce8f8f45ec539807cd0c6479acb8ecb
/packages/apps/Settings/src/com/android/settings/SettingsInitialize.java
66313bb11df3aeab4c6e14385ad09ccd43c10114 11-May-2016 Gustav Sennton <gsennton@google.com> Disable WebViewSetting for non-admin users.

For an app to be able to know whether the WebViewSetting is enabled for
a user we disable the setting at boot for non-admin users. In this way
an app can call intent.resolveActivity[Info] for the WebViewSetting
intent to check whether the WebViewSetting is enabled before linking to
it.

Bug: 28034166
Change-Id: I33b3fa10a38f2a2600cddd0891ef746126abdd61
/packages/apps/Settings/src/com/android/settings/SettingsInitialize.java