Android Question User Present Not Working

MrKim

Well-Known Member
Licensed User
Longtime User
Again, I am updating an old App and upping the API Level.

The following line from the manifest no longer starts the service UserPresent.

B4X:
AddReceiverText(UserPresent, <intent-filter>    <action android:name="android.intent.action.USER_PRESENT" />
</intent-filter>)

Any help appreciated.

It worked until I actually uninstalled the app and reinstalled it.
 
Top