Skip to content

Commit

Permalink
pa: Add Wellbeing Package to common overlay
Browse files Browse the repository at this point in the history
* Fix FC when wellbeing in settings is opening
com.google.android.apps.wellbeing :
E AndroidRuntime: java.lang.RuntimeException: java.lang.SecurityException: getUnsuspendablePackagesForUser: Neither user 10054 nor current process has android.permission.SUSPEND_APPS.

Change-Id: Ib3e93eb0f22bf579579eb64056fbb82b87a64311
  • Loading branch information
micky387 authored and Chris Crump committed Oct 5, 2019
1 parent 7ee1937 commit 1798304
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions overlay/common/frameworks/base/core/res/res/values/config.xml
Expand Up @@ -108,4 +108,12 @@
1: 2 button mode (back, home buttons + swipe up for overview)
2: gestures only for back, home and overview -->
<integer name="config_navBarInteractionMode">2</integer>

<!-- The package name for the default wellbeing app.
This package must be trusted, as it has the permissions to control other applications
on the device.
Example: "com.android.wellbeing"
-->
<string name="config_defaultWellbeingPackage">com.google.android.apps.wellbeing</string>

</resources>

0 comments on commit 1798304

Please sign in to comment.