Improvements

This commit is contained in:
Maurice
2024-06-19 19:24:15 +02:00
parent dceb5b49d8
commit 007ca4ef0f
3 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ using Java.Lang;
namespace DemoAndroid;
[Activity(Label = "WakeOnLanActivity", MainLauncher = true, Theme = "@style/NoActionBar")]
[Activity(Label = "@string/app_name", MainLauncher = true, Theme = "@style/Default")]
public class WakeOnLanActivity : Activity
{
private const int BiometricStrong = 0x0000000f;