Skip to content

Commit

Permalink
fix: service cannot start (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mochamad Noor Syamsu authored Apr 11, 2022
1 parent a190d6c commit 3691f10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hypertrace/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</receiver>

<service
android:name="tech.hyperjump.hypertrace.io.bluetrace.opentrace.services.BluetoothMonitoringService"
android:name="io.bluetrace.opentrace.services.BluetoothMonitoringService"
android:foregroundServiceType="location" />

<activity
Expand All @@ -58,13 +58,13 @@
android:theme="@style/AppTheme.DebugNoActionBar" />

<activity
android:name="tech.hyperjump.hypertrace.io.bluetrace.opentrace.streetpassdebug.StreetPassDebugActivity"
android:name="io.bluetrace.opentrace.streetpassdebug.StreetPassDebugActivity"
android:exported="false"
android:screenOrientation="portrait"
android:theme="@style/AppTheme.DebugNoActionBar" />

<receiver
android:name="tech.hyperjump.hypertrace.io.bluetrace.opentrace.receivers.UpgradeReceiver"
android:name="io.bluetrace.opentrace.receivers.UpgradeReceiver"
android:exported="false">
<intent-filter>
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
Expand Down

0 comments on commit 3691f10

Please sign in to comment.