B4A Question SOLVED - Help - Manifest problem - keep finding Permission.Install_packages - Erel (first post)    Oct 27, 2022   (1 reaction) android:exported="false" />
<service
android:name="com.google.firebase.iid.FirebaseInstanceIdService"
android:exported="true">
<intent-filter android:priority="-500">
<action android:name="com.google.firebase.INSTANCE_ID_EVENT" />
</intent-filter>
</service>
) B4A Question android:exported once again - EduardoElias (first post)    Nov 20, 2022 "You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. This file can't be installed on Android 12 or higher. See: developer.android.-changes-12#exported" B4A Question Android:exported - gigi0ne (first post)    Oct 11, 2022 You have uploaded an APK or Android App Bundle that contains an activity, activity alias, service or broadcast receiver filtered by intent,
but without the "android: exported" property set. This file cannot be installed on Android 12 or later.
Visit developer.android.-changes-12#exported.
I compile B4A Question [RESOLVED] One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for .... - Computersmith64 (first post)    Jul 22, 2024   (1 reaction) I'm pretty sure I had that error a while back (I think it's been a thing since SDK 33 at least) in one of my AS apps & I'm pretty sure the fix was as simple as adding
android:exported="true" '(or you can set it "false")
to the receiver declaration in the manifest - eg:
<receiver
android:name B4A Question Any ideas why this other app is able to keep running during device stress when my app can not? - JohnC    Jan 24, 2023   (1 reaction) keepalive.app.firebaseinitprovider" android:initOrder="100"/> -<provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.keepalive.app.androidx-startup"> <meta-data android:name="androidx.work.WorkManagerInitializer" android:value="androidx.st B4A Question ANDROID-AUTO - Mr Blue Sky (first post)    Jun 03, 2024   (1 reaction) starter"
android:exported="true">
</service>
<receiver
android:name=".starter$starter_BR"
android:exported="true">
</receiver>
<service android:name=".MyMediaBrowserService"
android:exported="true">
<intent-filter>
<action andr B4A Question Upload to Play Store Fail, 'android:exported' - mw71    Dec 24, 2022 google.android.gms.measurement.UPLOAD"/>
</intent-filter>
</receiver>
<service
android:name="com.google.android.gms.measurement.AppMeasurementService"
android:enabled="true"
android:exported="false"/>
<receiver
android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver"
and B4A Question Google Play & Target API level - luke2012 (first post)    Aug 02, 2024 main" android:label="BotegApp" android:screenOrientation="portrait" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> B4A Library [class] Google Code Scanner - no permission, very simple to use, barcode scanning - Erel    Jul 18, 2024   (24 reactions) android:exported="false" android:screenOrientation="portrait" android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" > </activity> <provider android:name="com.google.mlkit.common.internal.MlKitInitProvider" andro B4A Question Apk without 'android:exported' property set - holdemadvantage    Aug 31, 2023 google.android.gms.measurement.UPLOAD"/>
</intent-filter>
</receiver>
<service
android:name="com.google.android.gms.measurement.AppMeasurementService"
android:enabled="true"
android:exported="false"/>
<provider
android:authorities="${applicationId}.firebaseinitprovider"
android:n Page: 1   2   3   4   5   6   7   Powered by ColBERT |