Skip to content

Commit

Permalink
[Xamarin.Android.NamingCustomAttributes] Add new manifest attributes …
Browse files Browse the repository at this point in the history
…for Android N API. (#56)
  • Loading branch information
atsushieno authored and jonpryor committed Jul 25, 2016
1 parent f70d356 commit 46e58ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ public ActivityAttribute ()
#endif
public string Permission {get; set;}
public string Process {get; set;}
#if ANDROID_24
public bool ResizeableActivity {get;set;}
public bool SupportsPictureInPicture {get;set;}
#endif
public ScreenOrientation ScreenOrientation {get; set;}
public bool StateNotNeeded {get; set;}
public string TaskAffinity {get; set;}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ public ApplicationAttribute ()
#if ANDROID_10
public bool VMSafeMode {get; set;}
#endif
#if ANDROID_24
public bool ResizeableActivity {get; set;}
#endif
#endif // JCW_ONLY_TYPE_NAMES
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public BroadcastReceiverAttribute ()
{
}

public bool DirectBootAware {get; set;}
public bool Enabled {get; set;}
public bool Exported {get; set;}
public string Icon {get; set;}
Expand Down

0 comments on commit 46e58ef

Please # to comment.