Closed jajangjayus closed 1 year ago
@jajangjayus In my case, the solution was to replace
<receiver
android:name=".TimeChangeDetectorPlugin"
...
with
<receiver
android:name="com.randomforest.time_change_detector.TimeChangeDetectorPlugin"
...
@jajangjayus In my case, the solution was to replace
<receiver android:name=".TimeChangeDetectorPlugin" ...
with
<receiver android:name="com.randomforest.time_change_detector.TimeChangeDetectorPlugin" ...
Based on this I've opened pr https://github.com/sikandernoori/time_change_detector/pull/6#issue-1925978214
Fix in version 0.0.3
Hello, I faced error java.lang.RuntimeException: Unable to instantiate receiver, when i changed device time zone
I assumed the problem in file manifest
please tell me what should i do, thanks