B4A Question Huawei (HMS) Integration requires android exported flag - mcqueccu    Apr 11, 2024 . (0.00s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.26s)
Linking...: https://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion... B4A Library [class] FileProvider - share files - Erel    Aug 16, 2021   (45 reactions)   tags: B4A Class FileProvider, share email file, share, File provider, email, WP SHARE ="$PACKAGE$.provider" android:exported="false" android:grantUriPermissions="true... and implement it in a class. Starting from Android 7 (API 24) you cannot directly share file uris... Android versions (4+). Instructions: 1. Add a reference to FileProvider library. 2. Add to the manifest editor: AddManifestText(<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="18" /> ) AddApplicationText( <provider... B4A Question Google play warning for intent filter to have android:exported="true - Juzer Hussain (first post)    Mar 31, 2025 ..
SetActivityAttribute(main, android:exported, "true")
SetReceiverAttribute(resumeservice, android:exported, "true")
SetReceiverAttribute(starter, android:exported, "true"... for starter_BR.
This way android:exported="true" is added to the already defined intent... B4A Library NotificationListener library (NotificationListenerService) - Erel    Jul 7, 2024   (19 reactions)   tags: notification Listener"
android:exported="false"
android:permission="android.permission...:
- Example updated with targetSdkVersion=34 - android:exported="false" added to the service... that the IDE references android.jar from API level 18+.
- Download the attached library and copy it to...).
- Add the following code to the manifest editor:
AddApplicationText(
<service android:name... B4A Library [class] Google Code Scanner - no permission, very simple to use, barcode scanning - Erel    Jul 18, 2024   (30 reactions) .vision.codescanner.internal.GmsBarcodeScanningDelegateActivity"
android:exported....GmsDocumentScanningDelegateActivity"
android:exported="false"
android...:authorities="${applicationId}.mlkitinitprovider"
android:exported="false"... B4A Question Upload to Play Store Fail, 'android:exported' - Sinan Tuzcu (first post)    Dec 9, 2023 Thanks, it works now... B4A Question Apk without 'android:exported' property set - holdemadvantage (first post)    Aug 31, 2023 .android.gms.ads.MobileAdsInitProvider: java.lang.IllegalStateException...: *
* https://googlemobileadssdk.page.link/admob-android-update-manifest... B4A Library Facebook - Extends FirebaseAuth to support Facebook - Erel    Nov 7, 2022   (25 reactions)   tags: Facebook Authentication ="${applicationId}.FacebookInitProvider" android:exported="false" />....CurrentAccessTokenExpirationBroadcastReceiver" android:exported="false" > <intent-filter....AuthenticationTokenManager$CurrentAuthenticationTokenChangedBroadcastReceiver" android:exported="false" > <intent...:name="com.facebook.CustomTabActivity" android:exported="true"...://www.b4x.com/android/forum/threads/firebaseauth-authenticate-your-users.67875/ Once it works... B4A Question Google Play App APK Submit error android:exported - Erel (first post)    Dec 23, 2022 Are you using B4A v12.0?... B4A Question android:exported once again - Erel (first post)    Nov 22, 2022 First step is to remove all the wrong android:exported attributes that you add to anything other than: activity, service or receiver.
AdminReceiver2 is missing android:exported declaration.... Page: 1   2   3   4   5   6   7   |