Skip to content

Commit

Permalink
chore: Add Leanback launcher for Samples app
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Apr 3, 2023
1 parent 0383ddf commit 689311a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SamplesApp/SamplesApp.Droid/MainActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ namespace SamplesApp.Droid
},
Categories = new[] {
Android.Content.Intent.CategoryDefault,
Android.Content.Intent.CategoryBrowsable
Android.Content.Intent.CategoryBrowsable,
Android.Content.Intent.CategoryLeanbackLauncher
},
DataScheme = "uno-samples-test")]
public class MainActivity : Windows.UI.Xaml.ApplicationActivity
Expand Down

0 comments on commit 689311a

Please sign in to comment.