Skip to content

Commit

Permalink
Reverted separate processes due to issues with shared preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisfeld committed Nov 6, 2021
1 parent a5143dd commit 650db42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 72 deletions.
68 changes: 0 additions & 68 deletions LifxTools/.idea/misc.xml

This file was deleted.

6 changes: 2 additions & 4 deletions LifxTools/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@
android:name="de.jeisfeld.lifx.app.animation.LifxAnimationService"
android:enabled="true"
android:exported="false"
android:foregroundServiceType="connectedDevice"
android:process=":de.jeisfeld.lifx.app.animation.LifxAnimationService" />
android:foregroundServiceType="connectedDevice" />
<service
android:name="de.jeisfeld.lifx.app.alarms.LifxAlarmService"
android:enabled="true"
android:exported="false"
android:foregroundServiceType="connectedDevice"
android:process=":de.jeisfeld.lifx.app.alarms.LifxAlarmService" />
android:foregroundServiceType="connectedDevice" />

<receiver
android:name="de.jeisfeld.lifx.app.alarms.BootReceiver"
Expand Down

0 comments on commit 650db42

Please sign in to comment.