Skip to content

Commit

Permalink
test: Add exported attribute to enable android11 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jul 15, 2021
1 parent 0b7b7ae commit 0b4f753
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace SamplesApp.Droid
{
[Activity(
MainLauncher = true,
Exported = true,
ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize | ConfigChanges.UiMode,
WindowSoftInputMode = SoftInput.AdjustPan | SoftInput.StateHidden
)]
Expand Down

0 comments on commit 0b4f753

Please sign in to comment.