The first implementation of HardwareKeyWatcher has been finished with default FLAG_SECURE using via an AppLifecycleTracker. We need to bring this lifecycle into the lib + create a listener for recent apps thumbnail hiding customization on each activity.
Insight 👀
Move RecentAppsThumbnailHidingLifecycleTracker into lib instead
Create RecentAppsThumbnailHidingListener for thumbnail hiding layout customization
Make using FLAG_SECURE flag is the default implementation for RecentAppsThumbnailHidingListener
What happened 🤔
The first implementation of
HardwareKeyWatcher
has been finished with defaultFLAG_SECURE
using via anAppLifecycleTracker
. We need to bring this lifecycle into the lib + create a listener for recent apps thumbnail hiding customization on each activity.Insight 👀
RecentAppsThumbnailHidingLifecycleTracker
into lib insteadRecentAppsThumbnailHidingListener
for thumbnail hiding layout customizationFLAG_SECURE
flag is the default implementation forRecentAppsThumbnailHidingListener
PoW (a.k.a Proof Of Work)💪