I try to do like this:
<On Platform="Android">
<Button Text="后台运行权限设置"/>
</On>
But I got this runtime error:
System.InvalidCastException: 'Specified cast is not valid.'
I try to do like this:
<On Platform="Android">
<Button Text="后台运行权限设置"/>
</On>
But I got this runtime error:
System.InvalidCastException: 'Specified cast is not valid.'