Italian Broadcast Intent oreo

zenlab

Member
Licensed User
Longtime User
Ciao, ho realizzato un app per uno smartphone android con lettore qrcode integrato della newland (MT90). Il qrcode viene mandato in briadcast non l'intent nlscan.action.SCANNER_RESULT. Versione Andorid 7.0...TUTTO PERFETTO! funziona che è una meraviglia....Versione Android 8.1...non ricevo più nulla...
Per capirsi, nel manifest ho creato quersto:
Manifest:
AddReceiverText(scan,
<intent-filter>
    <action android:name="nlscan.action.SCANNER_RESULT" />
</intent-filter>)
mentre nel service scan ho messo il codice per ricevere l'intent...ma non viene nemmeno startato?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…