On Android target, PPasswd and getpwuid() are not available / not usable (unless permitted in recent Android versions?) Proposal: ``` Replace {$ifdef POSIX} by {$if defined(POSIX) and not defined(ANDROID)} in function GetLoggedUserName : string; ```
On Android target, PPasswd and getpwuid() are not available / not usable (unless permitted in recent Android versions?)
Proposal: