Hi all, Has there been any discussion on forcing the Quick Settings tile for Android to check if the device is unlocked prior to allowing interaction with tunnels? According to https://developer.android.com/reference/android/service/quicksettings/TileService -- isLocked() can be used to ensure the device is unlocked by an authenticated user before initiating or terminating existing tunnels. Attached is a crude patch which adds this functionality. - Simon