Lockscreen Widgets adds a frame to your lock screen where you can add home screen widgets.
It also has a widget drawer with a handle you can drag to open it from anywhere.
Note that Lockscreen Widgets is not designed to work on the Always-On Display.
The precompiled version of Lockscreen Widgets is a paid app, available on the Google Play Store.
Lockscreen Widgets makes use of some hidden APIs. Since reflection gets tedious, I use a modified android.jar that exposes the hidden APIs so they can be used like normal.
If you want to build Lockscreen Widgets for yourself, make sure you use the android.jar from the following repo: https://github.com/Reginer/aosp-android-jar.
Lockscreen Widgets is currently built against API 34. Download the android-34
JAR from the above repo and copy it to YOUR-SDK-LOCATION/platforms/android-34/android.jar
. Make sure to back the original version up in case something goes wrong.
Lockscreen Widgets uses Crowdin for translations. You can view the project and contribute using the following link.
https://crowdin.com/project/lockscreen-widgets
Lockscreen Widgets uses Bugsnag for error reporting as of version 2.7.5. Previous versions use Firebase Crashlytics.