Again, I am updating an old App and upping the API Level.
The following line from the manifest no longer starts the service UserPresent.
Any help appreciated.
It worked until I actually uninstalled the app and reinstalled it.
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.