Questions tagged [always-on-display]

8 questions
1
vote
1 answer

WearOS always-on mode not working on device

I'm new to WearOS, I need to develop an activity tracking application. I'm starting from the example provided by Google for Always-on applications. In the emulator everything works fine as can be seen from this trace: 2020-05-27 15:44:11.003…
phcaze
  • 1,707
  • 5
  • 27
  • 58
1
vote
1 answer

Detect Always-On Display when trying to determine if the screen is off

I'm trying to figure out how to detect if the Display is Off on Android and I have a feeling that the Always-On Display on my S10 is affecting my results. Currently, I'm using the logic found in this stackoverflow answer. There is also a comment on…
Nathan F.
  • 3,250
  • 3
  • 35
  • 69
0
votes
0 answers

Are there options to develop an AOD app for samsung/android?

I want to create a simple app that would have a list of To-Dos that show up on the Always On Display (AOD) on Samsung/Android. I thought it could be useful for people like me who constantly need reminding of what they have to do. From what I…
0
votes
0 answers

How to make android always on display on Android Studio?

I want to create an AOD for my device, my device has a similar feature (Moto display) but is an ambient display so it shuts the screen off after a certain amount of time. I want an AOD that stays on all the time and displays time and notifications.…
E_Tech
  • 1
0
votes
1 answer

How do I keep the screen on in any activity or fragment in my App by using kotlin?

I wanted to keep the light of my app's screen always on when I go to a certain activity or fragment, but I can't do that.
0
votes
0 answers

How is a Always on Display for Android coded?

My smartphone (Samsung A21s) doesn't supoort the AOD of Samsung. So i tested several apps from the Play store. But I want an app,so i decided to code my own app, which allows me to choose my own background. I want to use the pictures from the…
0
votes
1 answer

Android, Wear OS. Detect Always-On-Display is on/off

I'm trying to understand how you can determine that Always-On-Display mode is on/off. Before starting my process, I must know whether this option is selected in advance in the device's system menu. In the question (another question), one way or…
0
votes
1 answer

Toggling Animation based on Apple Watch's Always On Scenen Phase not working as expected?

I may be doing something wrong, but following Apple's Docs for how to pause animation to support Always On in WatchOS 8, with the code below my animation will pause correctly when the the scene phase is inactive, but when it becomes active again the…
GarySabo
  • 5,806
  • 5
  • 49
  • 124