Android Question [Solved] About Crashlytics in B4A 10.2

asales

Expert
Licensed User
Longtime User
I don't need this lines anymore in the manifest? And the GUID identifier?
B4X:
AddApplicationText(
 <provider
            android:name="com.crashlytics.android.CrashlyticsInitProvider"
            android:authorities="$PACKAGE$.crashlyticsinitprovider"
            android:exported="false"
            android:initOrder="100" />
           )
          
CreateResource(values, com_crashlytics_build_id.xml,
<resources xmlns:tools="http://schemas.android.com/tools">
<string tools:ignore="UnusedResources,,TypographyDashes" name="com.crashlytics.android.build_id"
   translatable="false">e23349d7e4524ab1b684e5c6f911b122</string>
</resources>)
 

DonManfred

Expert
Licensed User
Longtime User
 
Upvote 0
Top