B4A Question Create a broadcast receiver when app loads using inline java - Jmu5667    Apr 16, 2015 (); registerReceiver(new MyReceiver(), new IntentFilter("com.hmkcode.android.USER_ACTION"... B4A Question When set sdk34 in xamarin android project, gives error one of receiver_exported or receiver_not_exported should be specified - busra.guler    Sep 26, 2024 (); IntentFilter filter = new IntentFilter(Intent.ActionRun); if (Build.VERSION.SdkInt >....Context; //IntentFilter filter = new IntentFilter(Intent.ActionRun....Init(this); } //RegisterReceiver(consoleCmdReceiver, new IntentFilter... B4A Question Help Ok Google - DonManfred (first post)    Feb 14, 2020   (1 reaction)
how can I create an Intentfilter?
https://www.b4x.com/android/forum/pages/results/?query=intentfilter... B4A Question Problem with Wait For and asynchronous code in library? - DonManfred (first post)    Apr 28, 2024   (1 reaction) (broadcastReceiver); } if (broadcastReceiver == null) { final IntentFilter intentFilter = new IntentFilter(WifiManager.NETWORK_STATE_CHANGED_ACTION); broadcastReceiver....applicationContext.registerReceiver(broadcastReceiver, intentFilter); receiverRegistered = true;... B4A Question Android Device with Built In Scanner - DonManfred (first post)    Jun 22, 2018   (2 reactions)   tags: Scanner can I consume this without using an SDK?
Maybe yes. Looks like.
Check Intent Filters - Intercepting SMS messages in the background
try to change then intentfilter to the one needed by the Scanner. "com.zkc.scancode"
If a Intentfilter does not work (i guess it should) you also can try to use Broadcastreceiverlib and setup a BCR.... German eigene B4A-App für Google Maps zum Teilen anbieten? - DonManfred (first post)    May 5, 2020   (2 reactions) Der folgende Intentfilter muss gesetzt sein. Zumindest laut:
https://stackoverflow.com/questions/3526700/how-to-add-your-application-to-the-share-this-place-list-in-google-maps
<intent-filter>
<action android:name="android.intent.action.MAIN" />... IntentFilter in B4A definiert wird.... Java Question Pass activity as parameter - XverhelstX    Aug 27, 2013 Hi I need to use an B4A activity instance in a B4A library. What is the correct way to do this? public void SaveTag(ActivityWrapper activity) { Activity act = activity.getObject(); //getObject() is a BALayout } I need an activity instance to pass for enabling foreground dispatch on that activity public void enableForegroundDispatch (Activity activity, PendingIntent intent, IntentFilter filters, String techLists) Regards, Tomas... Java Question Help setting up a reference. Not sure if my implementation or the manifest is wrong - DonManfred    Mar 23, 2020 import android.app.Service; import android.content.Intent; import android.content.IntentFilter;... found."); } IntentFilter filter = new IntentFilter(); filter.addAction... B4A Question [SOLVED] Detect wireless charging? - stevel05 (first post)    Nov 2, 2017   (5 reactions) ",Array("batterymanager"))
Dim IntentFilter As JavaObject
IntentFilter.InitializeNewInstance("android.content.IntentFilter",Array("android.intent.action...,Array(Null,IntentFilter))
' Dim Status As Int = BatteryStatus.GetExtra(BatteryManager... Java Question Malformed token: Changes in Manifest for Google CAST library. - MarcoRome (first post)    Jul 25, 2016 /intent‐filter>
13 - </activity>)
where :
line 1 close with line 13 ( <activity... ( <intent‐filter> ... </intent‐filter> )
But line 7 ( ..."*AN_OVERLAY_THEME*">... Page: 1   2   3   4   5   6   7   |