B4A Tutorial Intent Filters - Intercepting SMS messages in the background - Erel    Jan 13, 2023   (14 reactions) SmsInterceptor objects from the Phone library also use dynamic registration to listen for common intents... is that dynamic receivers listen to intents as long as the process is running. Static receivers... killed. This means that you cannot rely on dynamic receivers to intercept intents when your... type of intents then you may prefer to use a static receiver. Note that some intents can only... intents to the service. For example when you call StartServiceAt, it is the receiver that actually... B4A Tutorial [B4X] [B4XPages] Intent based camera - Erel    Jul 23, 2024   (17 reactions) This solution will not work with Android 14+. Please use the more powerful MediaChooser instead: MediaChooser - cross platform videos and images chooser B4A + B4i project that uses an intent in B4A and the Camera object in B4i to take a picture using the default camera app. The B4A code depends on JpegUtils: https://www.b4x.com/android/forum/threads/11629/#content It rotates the bitmap based on the EXIF orientation attribute. Don't miss: - Manifest code in B4A. - #PListExtra in main... B4A Question Programmatically uninstall app on Android 11 - drgottjr (first post)    Mar 1, 2024   (1 reaction) enough to remedy if it is. (also think about Intent.ACTION_UNINSTALL_PACKAGE if android.intent.action... B4A Tutorial Intent Based Camera - Erel    Sep 19, 2021   (20 reactions)   tags: Erel, camera, intent, Fotos, camera intent Newer example: Intent based camera This example uses an intent to take a picture with the default camera app. It is based on this tutorial: https://developer.android.com/training/camera/photobasics.html It is simple to use and doesn't require any permission (*). It does rely on the default camera app to work properly and save the image file in the path passed in the intent. As a fallback, if the image was not saved it tries to get the thumbnail from the intent returned. Don't... B4A Question Different package name, same app how to uninstall/reinstall? - Erel (first post)    May 26, 2014   (1 reaction) Sure:
http://www.b4x.com/android/forum/pages/results/?query=uninstall+intent&page=1&prefix=0... B4A Question Can Activity.GetStartingIntent be reset or cleared? - Gregg Homan    Feb 19, 2014   (1 reaction) Hello, I use the code (below) within Activity_Create to process starting intents stemming from multiple images selected via Gallery app's share menu. I also added intent filters (below) to my.... Everything works fine except that the code below keeps seeing the same starting intent each time... named strStartingIntent (below) to 'strong-arm' a solution, but, I am looking for a more elegant way to reset or clear 'something' within the starting intent so that successive calls to... B4A Question install / uninstall APKs programmatically (by PackageManager) - peacemaker (first post)    Jul 4, 2012 NJDude, i know about this manual install\uninstall by Intents.
Question is for background installation\uninstallation APKs by the launcher that is a custom Market.... B4A Question [B4A] Logout before uninstall - Erel (first post)    Dec 5, 2022 The only way to intercept this intent, when your app is uninstalled, is with a second app.
You cannot do anything when your app is uninstalled.
Are you sending push messages? Once the app... B4A Question Updating program in external storage - Erel (first post)    Nov 24, 2013   (1 reaction) I'm using some devices for over three years and I'm doing many installations each day. Never encountered any issue with the internal memory.
You can programmatically uninstall an app: http://www.b4x.com/android/forum/pages/results/?query=uninstall+intent&page=1... B4A Question android.intent.action.MEDIA_BUTTON again... - lemonisdead    Jan 2, 2015   (1 reaction) as I am not still understanding the intent process so perhaps my code is not for this button ?
AddReceiverText(MyService, <intent-filter>
<action android:name="android.intent... Page: 1   2   3   4   5   6   7   |