Skip to content

Commit

Permalink
cmsdk: Set directBootAware for CMSettingsProvider
Browse files Browse the repository at this point in the history
 * This is needed for providers which must start early.

Change-Id: Id44dc97dff1348766cbad37656486a787f716390
  • Loading branch information
Steve Kondik committed Sep 1, 2016
1 parent 6f2edde commit d64ea16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/CMSettingsProvider/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
android:process="system"
android:killAfterRestore="false"
android:allowClearUserData="false"
android:enabled="true">
android:enabled="true"
android:defaultToDeviceProtectedStorage="true"
android:directBootAware="true">

<provider android:name="CMSettingsProvider"
android:authorities="cmsettings"
Expand Down

0 comments on commit d64ea16

Please sign in to comment.