This repository has been archived by the owner on Feb 3, 2020. It is now read-only.
Ver 2.4.0
- Update SDK
- support library 28.0.0
- Support Android P(#82)
- Foreground service permission
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
- DisplayCutout
UseFloatingViewManager.findCutoutSafeArea(activity)
- Foreground service permission
- Bugs on Galaxy S9+ (#88)
- dirty hack...
- Fix FloatingViewManager.removeAllViewToWindow() causes IllegalArgumentException (#89)
All changes here