- Se agregó el permiso de ACCESS_NETWORK_STATE al manifiesto para que no mande error en Android 14

This commit is contained in:
2024-03-25 12:07:26 -06:00
parent 2d4e8dd2d2
commit dea84574e5
5 changed files with 25 additions and 29 deletions

View File

@@ -69,6 +69,12 @@ Sub notiLowReturn(title As String, Body As String, id As Int) As Notification 'i
notification.Notify(id)
' Log("notiLowReturn SetInfo")
Return notification
' java.lang.SecurityException: Starting FGS with Type location callerApp=ProcessRecord{d39abd3 32668:gabinete.keymon.lat/u0a261}
' targetSDK=34 requires permissions: all of the permissions allOf=True [android.permission.FOREGROUND_SERVICE_LOCATION]
' any of the permissions allOf=False [android.permission.ACCESS_COARSE_LOCATION, android.permission.ACCESS_FINE_LOCATION]
' And the app must be in the eligible state/exemptions To access the foreground only permission
End Sub
Sub IsConnectedToInternet As Boolean 'ignore