mirror of
https://github.com/KeymonSoft/Gabinete-Roit.git
synced 2026-04-21 05:09:20 +00:00
- Se agregó el permiso de ACCESS_NETWORK_STATE al manifiesto para que no mande error en Android 14
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user