B4A Question Dismiss screen lock and launch app from service - BKuvaki (first post)    Dec 06, 2015 p
Thank you for your reply.
This is what I have already tested: From the Service I wake up the phone and start the activity-x over the lock screen. So far all fine. In the Activity_Create Sub
in activity-x I call ShowWhenLocked then I wait 5 seconds (timer) and then I try to start the 3rd party ap B4A Code Snippet Prevent (unwanted) Screen Rotation - Harris    Apr 24, 2017   (1 reaction) StateManager will save the vars (and restore) when screen flips from Portrait to Landscape (and back). However, as I have found, when a custom panel is in view, and screen rotates, it is dismissed and you have to start over (unless you like to create MUCH code to work around this). So, to avoid all B4A Question Problem with Android 11, White screen and app doesn't start - Lello1964    Nov 30, 2021 FastPairScanner2: eventType=SCREEN_OFF, intReq=false, scanning=true, scanAllowed=false, bleEnabled=true, bleScanAvailable=true, lockScanRate=false FastPairScanner2: Stopping scan isLeEnabled(): ON Stopping discovery because the screen is locked. Can't stop advertising FastInitiation. Not advertis B4A Question Prevent msgbox from being dismissed - Biswajit    Aug 08, 2020 If you show a msgbox or progress dialog then lock the screen or send the app to background then reopen it, the msgbox will be gone.
How to prevent msgbox or progress dialog from being dismissed when the activity gets paused? B4A Question StartActivity from Service? - W. Graf    Jul 27, 2017 Hi!
I'm having a problem/question:
I want to start an activity from a service-module. The Activity only contains a Label and a button. The user read the text in the Label and confirms it by pressing the button. It works only for 3-4 times. At the 5th time, the activity tries to appear, but the scre B4A Question Notification Banner (Pinned) And Service - dennmtr    Feb 06, 2021 I want to ensure that the notification banner will be always active and non dismiss able , only when the phone is with screen active, awake, and unlocked (SECRET). No background, not at sleep mode not with screen off, not with screen locked. Of course with the less resources and battery consume. Can B4A Question Capturing the selected item in the XCustomListView control - Albert Kallal (first post)    Apr 03, 2021   (1 reaction) You code is working correct. Remember, "async" code does not wait, nor halt! What is in fact is occurring is the first msgbox displays, and then the 2nd one displays on top - hiding the first one!. When you dismiss the 2nd box, the one below it already displayed now comes into view.
You can fix, or B4A Question Rejection from Samsung Store due to stopping app - Sifu    Jan 25, 2022 Hi,
after almost 2 weeks I got a rejection from Samsung.
The app seems to stop after pressing power and unlocking the device.
I do not see this behaviour on my Android 11, and not on the emulator.
On my phone the music just plays in the Exoplayer, even when pressed on the Power button.
I will try t B4J Library [BANanoVueMaterial]: The first complete opensource VueJS UX based framework for BANano - Mashiane (first post)    Mar 09, 2020   (2 reactions) Things the new version comes with: Banners 89720 Dim banner1 As VMBanner = vm.CreateBanner("banner1", Me).SetTwoLine(True) Dim avat As VMAvatar = vm.CreateAvatar("avat1", Me).SetSlot("icon").SetSize("40").SetColorIntensity(vm.COLOR_DEEPPURPLE, vm.INTENSITY_ACCENT4) avat.SetIcon("mdi-lock", B4A Question Screen lock problem - Erel (first post)    Aug 13, 2024   (1 reaction) You can call the two methods with:
Dim ComponentName As Object = admin.As(JavaObject).GetField("rec")
Dim DevicePolicyManager As JavaObject = admin.As(JavaObject).GetField("dm")
Dim sr As SecureRandom 'Encryption library
Dim token(32) As Byte
sr.GetRandomBytes(token)
DevicePolicyManager.RunMethod( Page: 1   2   3   4   5   6   7   Powered by ColBERT |