Closed GiuliaFranco closed 3 years ago
In order to make it work on real android device I needed to specify inside android/src/main/AndroidManifest.xml both :
<application <service android:name="dk.cachet.activity_recognition_flutter.ActivityRecognizedService" /> <service android:name="dk.cachet.activity_recognition_flutter.ForegroundService" /> </application>
Instead of:
<application <service android:name="dk.cachet.activity_recognition_flutter.activity.ActivityRecognizedService" /> </application>
You are right, will update docs. :)
See version 3.0.1+1
In order to make it work on real android device I needed to specify inside android/src/main/AndroidManifest.xml both :
Instead of: