Show animation when location indicator appears, to avoid cases where the dot...
Show animation when location indicator appears, to avoid cases where the dot is invisible due to app / wallpaper color. The animation only shows if an app has not used location for the past 10 min (i.e. debounce time is 10 minutes). https://screencast.googleplex.com/cast/NTY2MjkzODcxNDA3OTIzMnxlOGY0MDdiYy03Mw Fixes: 441820971 Flag: android.location.flags.location_indicators_enabled Change-Id: I3db3f9581905a70fd7f4277d43fdd902750a5063 Test: atest frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/events/SystemEventCoordinatorTest.kt Test: open maps -> chip should animate. close it -> wait 30s then reopen -> chip should not animate. wait 10+m -> chip should animate
Loading
Please register or sign in to comment