qw123wh / new-clock

The best clock app there is
Apache License 2.0
79 stars 27 forks source link

cannot set in targetSdk 33 #27

Closed uchup closed 6 months ago

uchup commented 2 years ago

me update targetSdk 33 error : java.lang.IllegalStateException: Not allowed to start service Intent { act=STOP_ALARM ...

E/Zygote: isWhitelistProcess - Process is Whitelisted E/Zygote: accessInfo : 1 3689-3689/? I/.best.deskcloc: Late-enabling -Xcheck:jni 3689-3689/com.best.deskclock W/.best.deskcloc: Accessing hidden field Landroid/os/Trace;->TRACE_TAG_APP:J (light greylist, reflection) 3689-3689/com.best.deskclock W/.best.deskcloc: Accessing hidden method Landroid/os/Trace;->isTagEnabled(J)Z (light greylist, reflection) 3689-3689/com.best.deskclock I/DigitalWidgetProvider: onReceive: Intent { act=android.app.action.NEXT_ALARM_CLOCK_CHANGED flg=0x21000010 cmp=com.best.deskclock/com.best.alarmclock.DigitalAppWidgetProvider }

qw123wh commented 2 years ago

if you touch any value between target sdk, min sdk, the alarm does not sound it is a problem with the aosp clock source.

qw123wh commented 6 months ago

Done