Skip to content
Snippets Groups Projects
Commit 134c902e authored by Joshua Blanchard's avatar Joshua Blanchard
Browse files

beckham: Fix formatting on modservice whitelist

- Otherwise these are ignored and ProjectorMod fails to start
  with background intent not allowed errors, leading to it
  eventually crashing modservice.

Change-Id: Ia11f0c76ff1261628a01dd9bcd473236afbf18e1
parent 7484fb02
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
Also prevents ModService from hanging up in the
background. -->
<config>
<allow-in-power-save package="package:com.motorola.modservice" />
<allow-in-power-save package="package:com.motorola.modservice.fmwkwrapper" />
<allow-in-power-save package="package:com.motorola.projectormod" />
<allow-in-power-save package="com.motorola.modservice" />
<allow-in-power-save package="com.motorola.modservice.fmwkwrapper" />
<allow-in-power-save package="com.motorola.projectormod" />
</config>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment