Top "Android-5.0-lollipop" questions

Android Lollipop, formerly known as just "Android L", was first shown at Google I/O 2014.

Device owner on a nonrooted device (Android L), without NFC, using adb shell, dpm set-device-owner

Final intention here is to have a device in 'kiosk mod'. They say you don't need NFC nor rooting to …

android android-5.0-lollipop kiosk-mode
android.view.InflateException: Binary XML file line #7: Error inflating class Toolbar

I am trying to use ToolBar (Lollipop Widget) using android.support.v7 library. But while running an app getting an …

android android-5.0-lollipop inflate-exception
Seek Bar thumb not transparent in Android 5.0 API 21 Lollipop

API Level < 21 Thumb is transparent, as expected. On API Level 21 Thumb is opaque, Wonder why. Here is the code &…

android transparency android-5.0-lollipop
Android takes more time on application start up during first time launch

In my project, I have used libraries which require multidex support. Based on the research I did, I came to …

android android-studio android-5.0-lollipop android-multidex
Material Design Typography - Headlines, Titles, Spacing, Text Appearance

I've been following the Google official Material Design guidelines (http://www.google.com/design/spec/style/typography.html) on typography …

android fonts android-5.0-lollipop material-design typography
Android Lollipop know if app as Usage Stats access

Since Android Lollipop, we have now an API for accessing apps usage stats. However, your app must be granted those …

android android-5.0-lollipop usage-statistics android-recents
MultiDex support in Android application error

I want to use Android L compat libs. after adding the relevant code to gradle, I get the error: Error …

android android-gradle-plugin android-5.0-lollipop dex
How do i remove a foreground notification in Android Lollipop?

I'm looking to stop/dismiss a foreground notification for a service for a mediaplayer, much similar to Google's implementation for …

android service notifications android-5.0-lollipop foreground
Android - Shared element transitions with calling activity finish()

I'm working on making an application more Material and I'm just stuck on how to implement some shared element transitions. …

java android android-5.0-lollipop activity-finish shared-element-transition
Make Notification Large Icon Round

I want to display a circular avatar from the user's contacts as the large icon of the notification - like …

android android-notifications android-5.0-lollipop avatar