UnityEditor.FacebookEditor.FacebookAndroidUtil.HasAndroidKeystoreFile C# (CSharp) Method

HasAndroidKeystoreFile() public static method

public static HasAndroidKeystoreFile ( ) : bool
return bool
        public static bool HasAndroidKeystoreFile()
        {
		    return System.IO.File.Exists(DebugKeyStorePath);
        }