<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Integrating PN7160 to android12 in NFC</title>
    <link>https://community.nxp.com/t5/NFC/Integrating-PN7160-to-android12/m-p/1603454#M10051</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;After I took some modification&amp;nbsp;TVDD configs in libnfc_nxp.conf&amp;nbsp; refered to our supplier FAE's suggestion.&lt;/P&gt;&lt;P&gt;The endless "&lt;STRONG&gt;unknow opcode 0x23&lt;/STRONG&gt;" has already&amp;nbsp; disappeared.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;#NXP_EXT_TVDD_CFG=0x02 #orig&lt;BR /&gt;NXP_EXT_TVDD_CFG=0x01&lt;BR /&gt;# CFG1: 3.3V for both Reader and Card modes&lt;BR /&gt;#NXP_EXT_TVDD_CFG_1={20, 02, 0F, 01, A0, 0E, 0B, 31, 01, 01, 31, 00, 00, 00, 01, 00, D0, 0C} #orig&lt;BR /&gt;NXP_EXT_TVDD_CFG_1={20, 02, 0F, 01, A0, 0E, 0B, 11, 01, 01, 01, 00, 00, 1E, 11, 00, 50, 0C}&lt;BR /&gt;# CFG2: VBAT2 to 5V and 4.7V for both Reader and Card modes&lt;BR /&gt;#NXP_EXT_TVDD_CFG_2={20, 02, 0F, 01, A0, 0E, 0B, 11, 01, C2, B2, 00, B2, 1E, 1F, 00, D0, 0C} #orig&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;log is in attachment&lt;/P&gt;&lt;P&gt;But now it has another issue -----&amp;nbsp; Android 12 NFC toggle switch view is not showed in Settings UI.&lt;/P&gt;&lt;P&gt;I find out there are some error log during NFC initialization may related to this issue.&lt;/P&gt;&lt;P&gt;I've traced sources ,&amp;nbsp; those error log are called in&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;packages/apps/Nfc/src/com/android/nfc/NfcService.java&amp;nbsp;&lt;/P&gt;&lt;P&gt;public NfcService(Application nfcApplication):&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Is it related to no-NFC-toggle-ui issue?&lt;/P&gt;&lt;P&gt;Since PN7160 porting on Android 11 has no problem.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;IntentFilter policyFilter = new IntentFilter(DevicePolicyManager.ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED);&lt;BR /&gt;mContext.registerReceiverAsUser(mPolicyReceiver, UserHandle.ALL, policyFilter, null, null);&lt;/P&gt;&lt;P&gt;updatePackageCache();&lt;/P&gt;&lt;P&gt;PackageManager pm = mContext.getPackageManager();&lt;BR /&gt;mIsBeamCapable = pm.hasSystemFeature(PackageManager.FEATURE_NFC_BEAM);&lt;BR /&gt;mIsNdefPushEnabled =&lt;BR /&gt;mPrefs.getBoolean(PREF_NDEF_PUSH_ON, NDEF_PUSH_ON_DEFAULT) &amp;amp;&amp;amp;&lt;BR /&gt;mIsBeamCapable;&lt;/P&gt;&lt;P&gt;if (mIsBeamCapable) {&lt;BR /&gt;mP2pLinkManager = new P2pLinkManager(&lt;BR /&gt;mContext, mHandoverDataParser, mDeviceHost.getDefaultLlcpMiu(),&lt;BR /&gt;mDeviceHost.getDefaultLlcpRwSize());&lt;BR /&gt;}&lt;BR /&gt;enforceBeamShareActivityPolicy(mContext, new UserHandle(mUserId));&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR log:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;02-01 09:18:05.238 1457 1457 I com.android.nf: [0201/091805.238572:INFO:NativeNfcManager.cpp(719)] nfcManager_initNativeStruc: enter&lt;BR /&gt;02-01 09:18:05.239 1457 1457 I com.android.nf: [0201/091805.239321:INFO:NativeNfcManager.cpp(786)] nfcManager_initNativeStruc: exit&lt;BR /&gt;02-01 09:18:05.246 1457 1457 D NfcService: NfcExtnsService not found&lt;BR /&gt;02-01 09:18:05.423 1457 1457 E ContextImpl: Tried to access visual service WindowManager from a non-visual Context:com.android.nfc.NfcApplication@7ffea78 W&lt;BR /&gt;indowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.&lt;BR /&gt;02-01 09:18:05.423 1457 1457 E ContextImpl: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.423 1457 1457 E ContextImpl: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:210)&lt;BR /&gt;02-01 09:18:05.423 1457 1457 E ContextImpl: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.423 1457 1457 E ContextImpl: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.423 1457 1457 E ContextImpl: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.423 1457 1457 E ContextImpl: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.430 1457 1457 E StrictMode: Tried to access the API:LayoutInflater which needs to have proper configuration from a non-UI Context:com.androi&lt;BR /&gt;d.nfc.NfcApplication@7ffea78 The API:LayoutInflater needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.430 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:LayoutInflater which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.430 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:216)&lt;BR /&gt;02-01 09:18:05.430 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.430 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.430 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.430 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.439 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.439 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.439 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.439 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.439 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.439 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.439 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.440 1457 1457 E ContextImpl: Tried to access visual service WindowManager from a non-visual Context:com.android.nfc.NfcApplication@7ffea78 W&lt;BR /&gt;indowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.&lt;BR /&gt;02-01 09:18:05.440 1457 1457 E ContextImpl: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.440 1457 1457 E ContextImpl: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.440 1457 1457 E ContextImpl: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.440 1457 1457 E ContextImpl: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.440 1457 1457 E ContextImpl: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.440 1457 1457 E ContextImpl: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.490 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.490 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.490 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.490 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.490 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.490 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.490 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.506 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.506 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.506 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.506 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.506 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.506 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.506 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.522 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.522 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.522 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.522 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.522 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.522 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.522 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.588 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.588 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.588 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.588 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.588 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.588 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.588 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.590 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.590 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.590 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.590 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.590 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.590 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.590 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.593 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.593 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.593 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.593 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.593 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.593 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.593 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.595 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.595 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.595 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.595 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.595 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.595 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.595 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.605 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.605 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.605 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.605 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.605 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.605 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.605 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.608 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.608 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.608 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.608 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.608 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.608 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.608 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.610 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.610 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.610 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.610 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.610 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.610 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.610 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.634 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.634 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.634 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:312)&lt;BR /&gt;02-01 09:18:05.634 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.634 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.634 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.634 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.640 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.640 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.640 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:312)&lt;BR /&gt;02-01 09:18:05.640 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.640 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.640 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.640 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.644 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.644 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.644 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:312)&lt;BR /&gt;02-01 09:18:05.644 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.644 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.644 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.644 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.650 1457 1457 E StrictMode: Tried to access the API:LayoutInflater which needs to have proper configuration from a non-UI Context:com.androi&lt;BR /&gt;d.nfc.NfcApplication@7ffea78 The API:LayoutInflater needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.650 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:LayoutInflater which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.650 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:312)&lt;BR /&gt;02-01 09:18:05.650 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.650 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.650 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.650 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.653 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.653 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.653 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:312)&lt;BR /&gt;02-01 09:18:05.653 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.653 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.653 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.653 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.757 1457 1457 D RegisteredNfcFServicesCache: Dynamic System Code, NFCID2 file does not exist.&lt;BR /&gt;02-01 09:18:05.759 1457 1457 D RegisteredNfcFServicesCache: Service unchanged, not updating&lt;BR /&gt;02-01 09:18:05.760 1457 1457 I com.android.nf: [0201/091805.760598:INFO:RoutingManager.cpp(1054)] setNfcSecure NfcService 0&lt;BR /&gt;02-01 09:18:05.773 1457 1610 D NfcService: checking on firmware download&lt;BR /&gt;02-01 09:18:05.774 1457 1610 D NfcService: NFC is on. Doing normal stuff&lt;BR /&gt;02-01 09:18:05.774 1457 1610 I NfcService: Enabling NFC&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Wed, 22 Feb 2023 06:42:12 GMT</pubDate>
    <dc:creator>wiser</dc:creator>
    <dc:date>2023-02-22T06:42:12Z</dc:date>
    <item>
      <title>Integrating PN7160 to android12</title>
      <link>https://community.nxp.com/t5/NFC/Integrating-PN7160-to-android12/m-p/1602847#M10048</link>
      <description>&lt;P&gt;I'm porting PN7160 on our Ti AM6254 android 12 platform.&lt;/P&gt;&lt;P&gt;Refered to AN13189 porting guide.&lt;/P&gt;&lt;P&gt;After it bootup and NFC services start initilization , it will keep receive &lt;STRONG&gt;unknown opcode =0x23&lt;/STRONG&gt; messege endlessly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help to analyze any possible problem during integration?&lt;/P&gt;&lt;P&gt;Attachment&amp;nbsp; are conf files and log from logcat.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 11:02:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Integrating-PN7160-to-android12/m-p/1602847#M10048</guid>
      <dc:creator>wiser</dc:creator>
      <dc:date>2023-02-21T11:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating PN7160 to android12</title>
      <link>https://community.nxp.com/t5/NFC/Integrating-PN7160-to-android12/m-p/1603454#M10051</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;After I took some modification&amp;nbsp;TVDD configs in libnfc_nxp.conf&amp;nbsp; refered to our supplier FAE's suggestion.&lt;/P&gt;&lt;P&gt;The endless "&lt;STRONG&gt;unknow opcode 0x23&lt;/STRONG&gt;" has already&amp;nbsp; disappeared.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;#NXP_EXT_TVDD_CFG=0x02 #orig&lt;BR /&gt;NXP_EXT_TVDD_CFG=0x01&lt;BR /&gt;# CFG1: 3.3V for both Reader and Card modes&lt;BR /&gt;#NXP_EXT_TVDD_CFG_1={20, 02, 0F, 01, A0, 0E, 0B, 31, 01, 01, 31, 00, 00, 00, 01, 00, D0, 0C} #orig&lt;BR /&gt;NXP_EXT_TVDD_CFG_1={20, 02, 0F, 01, A0, 0E, 0B, 11, 01, 01, 01, 00, 00, 1E, 11, 00, 50, 0C}&lt;BR /&gt;# CFG2: VBAT2 to 5V and 4.7V for both Reader and Card modes&lt;BR /&gt;#NXP_EXT_TVDD_CFG_2={20, 02, 0F, 01, A0, 0E, 0B, 11, 01, C2, B2, 00, B2, 1E, 1F, 00, D0, 0C} #orig&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;log is in attachment&lt;/P&gt;&lt;P&gt;But now it has another issue -----&amp;nbsp; Android 12 NFC toggle switch view is not showed in Settings UI.&lt;/P&gt;&lt;P&gt;I find out there are some error log during NFC initialization may related to this issue.&lt;/P&gt;&lt;P&gt;I've traced sources ,&amp;nbsp; those error log are called in&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;packages/apps/Nfc/src/com/android/nfc/NfcService.java&amp;nbsp;&lt;/P&gt;&lt;P&gt;public NfcService(Application nfcApplication):&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Is it related to no-NFC-toggle-ui issue?&lt;/P&gt;&lt;P&gt;Since PN7160 porting on Android 11 has no problem.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;IntentFilter policyFilter = new IntentFilter(DevicePolicyManager.ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED);&lt;BR /&gt;mContext.registerReceiverAsUser(mPolicyReceiver, UserHandle.ALL, policyFilter, null, null);&lt;/P&gt;&lt;P&gt;updatePackageCache();&lt;/P&gt;&lt;P&gt;PackageManager pm = mContext.getPackageManager();&lt;BR /&gt;mIsBeamCapable = pm.hasSystemFeature(PackageManager.FEATURE_NFC_BEAM);&lt;BR /&gt;mIsNdefPushEnabled =&lt;BR /&gt;mPrefs.getBoolean(PREF_NDEF_PUSH_ON, NDEF_PUSH_ON_DEFAULT) &amp;amp;&amp;amp;&lt;BR /&gt;mIsBeamCapable;&lt;/P&gt;&lt;P&gt;if (mIsBeamCapable) {&lt;BR /&gt;mP2pLinkManager = new P2pLinkManager(&lt;BR /&gt;mContext, mHandoverDataParser, mDeviceHost.getDefaultLlcpMiu(),&lt;BR /&gt;mDeviceHost.getDefaultLlcpRwSize());&lt;BR /&gt;}&lt;BR /&gt;enforceBeamShareActivityPolicy(mContext, new UserHandle(mUserId));&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR log:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;02-01 09:18:05.238 1457 1457 I com.android.nf: [0201/091805.238572:INFO:NativeNfcManager.cpp(719)] nfcManager_initNativeStruc: enter&lt;BR /&gt;02-01 09:18:05.239 1457 1457 I com.android.nf: [0201/091805.239321:INFO:NativeNfcManager.cpp(786)] nfcManager_initNativeStruc: exit&lt;BR /&gt;02-01 09:18:05.246 1457 1457 D NfcService: NfcExtnsService not found&lt;BR /&gt;02-01 09:18:05.423 1457 1457 E ContextImpl: Tried to access visual service WindowManager from a non-visual Context:com.android.nfc.NfcApplication@7ffea78 W&lt;BR /&gt;indowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.&lt;BR /&gt;02-01 09:18:05.423 1457 1457 E ContextImpl: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.423 1457 1457 E ContextImpl: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:210)&lt;BR /&gt;02-01 09:18:05.423 1457 1457 E ContextImpl: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.423 1457 1457 E ContextImpl: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.423 1457 1457 E ContextImpl: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.423 1457 1457 E ContextImpl: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.430 1457 1457 E StrictMode: Tried to access the API:LayoutInflater which needs to have proper configuration from a non-UI Context:com.androi&lt;BR /&gt;d.nfc.NfcApplication@7ffea78 The API:LayoutInflater needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.430 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:LayoutInflater which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.430 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:216)&lt;BR /&gt;02-01 09:18:05.430 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.430 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.430 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.430 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.439 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.439 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.439 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.439 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.439 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.439 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.439 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.440 1457 1457 E ContextImpl: Tried to access visual service WindowManager from a non-visual Context:com.android.nfc.NfcApplication@7ffea78 W&lt;BR /&gt;indowManager should be accessed from Activity or other visual Context. Use an Activity or a Context created with Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.&lt;BR /&gt;02-01 09:18:05.440 1457 1457 E ContextImpl: java.lang.IllegalAccessException: Tried to access visual service WindowManager from a non-visual Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.440 1457 1457 E ContextImpl: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.440 1457 1457 E ContextImpl: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.440 1457 1457 E ContextImpl: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.440 1457 1457 E ContextImpl: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.440 1457 1457 E ContextImpl: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.490 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.490 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.490 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.490 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.490 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.490 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.490 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.506 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.506 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.506 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.506 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.506 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.506 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.506 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.522 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.522 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.522 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.522 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.522 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.522 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.522 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.588 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.588 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.588 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.588 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.588 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.588 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.588 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.590 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.590 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.590 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.590 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.590 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.590 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.590 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.593 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.593 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.593 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.593 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.593 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.593 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.593 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.595 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.595 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.595 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.595 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.595 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.595 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.595 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.605 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.605 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.605 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.605 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.605 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.605 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.605 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.608 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.608 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.608 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.608 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.608 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.608 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.608 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.610 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.610 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.610 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:217)&lt;BR /&gt;02-01 09:18:05.610 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.610 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.610 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.610 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.634 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.634 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.634 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:312)&lt;BR /&gt;02-01 09:18:05.634 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.634 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.634 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.634 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.640 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.640 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.640 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:312)&lt;BR /&gt;02-01 09:18:05.640 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.640 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.640 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.640 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.644 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.644 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.644 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:312)&lt;BR /&gt;02-01 09:18:05.644 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.644 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.644 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.644 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.650 1457 1457 E StrictMode: Tried to access the API:LayoutInflater which needs to have proper configuration from a non-UI Context:com.androi&lt;BR /&gt;d.nfc.NfcApplication@7ffea78 The API:LayoutInflater needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.650 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:LayoutInflater which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.650 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:312)&lt;BR /&gt;02-01 09:18:05.650 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.650 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.650 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.650 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.653 1457 1457 E StrictMode: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.and&lt;BR /&gt;roid.nfc.NfcApplication@7ffea78 The API:ViewConfiguration needs a proper configuration. Use UI contexts such as an activity or a context created via createWindowContext(Display, int, Bundle) or createConfigurationContext(Configuration) with a proper configuration.&lt;BR /&gt;02-01 09:18:05.653 1457 1457 E StrictMode: java.lang.IllegalAccessException: Tried to access the API:ViewConfiguration which needs to have proper configuration from a non-UI Context:com.android.nfc.NfcApplication@7ffea78&lt;BR /&gt;02-01 09:18:05.653 1457 1457 E StrictMode: at com.android.nfc.beam.SendUi.&amp;lt;init&amp;gt;(SendUi.java:312)&lt;BR /&gt;02-01 09:18:05.653 1457 1457 E StrictMode: at com.android.nfc.P2pEventManager.&amp;lt;init&amp;gt;(P2pEventManager.java:65)&lt;BR /&gt;02-01 09:18:05.653 1457 1457 E StrictMode: at com.android.nfc.P2pLinkManager.&amp;lt;init&amp;gt;(P2pLinkManager.java:280)&lt;BR /&gt;02-01 09:18:05.653 1457 1457 E StrictMode: at com.android.nfc.NfcService.&amp;lt;init&amp;gt;(NfcService.java:586)&lt;BR /&gt;02-01 09:18:05.653 1457 1457 E StrictMode: at com.android.nfc.NfcApplication.onCreate(NfcApplication.java:66)&lt;BR /&gt;02-01 09:18:05.757 1457 1457 D RegisteredNfcFServicesCache: Dynamic System Code, NFCID2 file does not exist.&lt;BR /&gt;02-01 09:18:05.759 1457 1457 D RegisteredNfcFServicesCache: Service unchanged, not updating&lt;BR /&gt;02-01 09:18:05.760 1457 1457 I com.android.nf: [0201/091805.760598:INFO:RoutingManager.cpp(1054)] setNfcSecure NfcService 0&lt;BR /&gt;02-01 09:18:05.773 1457 1610 D NfcService: checking on firmware download&lt;BR /&gt;02-01 09:18:05.774 1457 1610 D NfcService: NFC is on. Doing normal stuff&lt;BR /&gt;02-01 09:18:05.774 1457 1610 I NfcService: Enabling NFC&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 22 Feb 2023 06:42:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Integrating-PN7160-to-android12/m-p/1603454#M10051</guid>
      <dc:creator>wiser</dc:creator>
      <dc:date>2023-02-22T06:42:12Z</dc:date>
    </item>
  </channel>
</rss>

