lockscreen Questions

0

I want to open activity through push notification, but in mi devices it is not opening due to "Show on lock screen" permission of, how to enable this programmatically.
Strategist asked 3/12, 2018 at 7:3

1

Is it possible to start an app from the lockscreen without unlocking the phone? Every time I lock my phone and want to use it again, I must enter a password or the correct sequence of pattern to be...
Glynnis asked 24/1, 2017 at 14:14

0

How can I enable "show on lock screen" permission on Xiaomi phones? Is it possible by programmatically or add custom permission in manifest or still somehow? Is it possible to know whether th...
Platitude asked 12/10, 2018 at 14:40

1

Solved

Android screen lock/ unlock programmatically and How to lock/unlock phone programmatically : Android and many questions i have searched for answer but i didn't got the exact answer for my usage...
Optics asked 25/9, 2018 at 18:2

2

I know same question is here, already asked by some one and there is answer for that,but i have issue with that answer. My requirement is,I want to identify if user is inactivity for 5 minute then...
Vestiary asked 29/5, 2018 at 14:16

1

I'm trying to show the Google Location Services (turn on GPS, network data, etc.) Dialog through lock screen. I'm using KeyguardManager to disable Lock screen. This works fine as my MainActivity i...

2

I am developing music app but for lock screen control i am not able to assign time duration and elapsed time here is my code let commandCenter = MPRemoteCommandCenter.shared() commandCenter.pre...
Jessjessa asked 3/11, 2016 at 15:15

5

Is there any one that can help me with a code to set a password to lock the screen ? thx
Lingulate asked 15/3, 2012 at 16:54

1

I set up GCM notifications successfully and can get the message from Server side success via GCM. I also can show notification on notification bar system in android via these codes. I try to show...
Wickliffe asked 24/8, 2015 at 3:48

2

I am trying to get lock screen in the mobile I am able to get every thing work like notification and other things of my app but when I try to display the lock screen it is not working at all for an...

5

I am developing custom lockscreen app.its working fine in below 4.0 but above 4.0,when we press home button the app stops.is there any solution for this no apps will stop when pressing home b...
Calpe asked 24/2, 2014 at 9:20

1

I'm looking for a reliable way to let the Android user show a web site on the lock screen. This could be done in principle in 3 ways: Showing it on the native Android lock screen, but then...
Horan asked 27/4, 2017 at 1:41

1

Solved

I'm new on Swift. I write because I want to ask a question. Me and my friend we are developing an audio player, but we have a problem. The player also works in background and remote controls ...
Ontologism asked 20/3, 2017 at 6:46

1

Solved

How can I bring up the lock screen from within a python app? I would like the application to do that for me instead of pressing the Ctrl-Alt-L separately.
Trisyllable asked 1/1, 2017 at 1:13

5

Solved

I'm interested about Android and have been trying to find an example or tutorial about creating a custom lockscreen. I wanna create new lock screen for easy accessibilities. For example fast a...
Earing asked 2/11, 2011 at 15:41

2

I need to get package name of android lock screen activity. I have googled found nothing except https://stackoverflow.com/a/16881064/2803557 which doesn't seem to work. Is there any way to get loc...
Wheelbarrow asked 3/12, 2016 at 20:29

3

Solved

TL;DR How can I make a notification that does some work from the lock-screen without unlocking? After clicking an action, a button on the notification or just the complete notification, I want to ...

1

My app sends out a notification, which opens the Browser with the given url on tapping. Actually, the wrapped intent is sent to a BroadcastReceiver, and this broadcast receiver starts Browser. Int...
Fissiparous asked 2/9, 2016 at 5:39

1

I am working on an Android app. This last makes use of a notification with a custom view that is displayed on the lock screen. Unfortunately, I am not able to get the ripple and elevation effect wh...
Whomp asked 30/8, 2016 at 16:33

3

Solved

I want to change the lockscreen wallpaper of android. I was able to change home screen wallpaper through WallpaperManager.setResource But not able to set LockScreen Wallpaper
Belton asked 6/2, 2013 at 12:12

1

While trying to obtain a transparent cover image on iPhone lock screen I got white background where it should be transparent. Is it possible to use image with alpha channel for MPMediaItemArtwork ...

1

When playing media, I am able to place media image onto a lockscreen via RemoteControlClient.MetadataEditor editor = remoteControlClient.editMetadata(true); editor.putBitmap(RemoteControlClient.M...
Campinas asked 9/4, 2015 at 15:59

1

Solved

I ran into an issue with Android 6.0. Marshmallow was loaded to a Nexus 6 from the official Nexus factory firmware image site (https://developers.google.com/android/nexus/images). I have an app wh...
Milagrosmilam asked 14/10, 2015 at 16:52

2

Im working on lockscreen in android How we can disable navigation soft buttons, have tried all the ways, systemoverlay but its doesnt work, on pressing home button its kill the service and activity...
Discourtesy asked 11/12, 2015 at 13:11

3

Solved

I'm making a custom lock screen. The lock screen is an activity which I launch by the time the screen goes off. However, I can't make the activity be both transparent & fullscreen. The Stat...
Tuneless asked 24/12, 2011 at 8:45

© 2022 - 2024 — McMap. All rights reserved.