Skip to content

Commit

Permalink
Fix methodmap.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
gugavaro committed Jul 10, 2019
1 parent 30beb17 commit 5564de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build-tools/enumification-helpers/methodmap.ext.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,8 @@
29, android.app, RemoteInput, getEditChoicesBeforeSending, return, Android.App.EditChoices
29, android.app, Service, getForegroundServiceType, return, Android.App.ForegroundService
29, android.app, Service, startForeground, foregroundServiceType, Android.App.ForegroundService
29, android.app, WallpaperManager.OnColorsChangedListener, onColorsChanged, which, Android.App.WallpaperManagerFlags
// Cannot change this at this state.
// 27, android.app, WallpaperManager.OnColorsChangedListener, onColorsChanged, which, Android.App.WallpaperManagerFlags
29, android.content, Context, bindIsolatedService, flags, Android.App.Bind
29, android.content.pm, PackageInstaller.SessionInfo, getStagedSessionErrorCode, return, Android.Content.PM.StagedSession
29, android.content.pm, PackageInstaller, installExistingPackage, installReason, Android.Content.PM.InstallReason
Expand Down
3 changes: 2 additions & 1 deletion src/Mono.Android/methodmap.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2519,7 +2519,8 @@
29, android.app, RemoteInput, getEditChoicesBeforeSending, return, Android.App.EditChoices
29, android.app, Service, getForegroundServiceType, return, Android.App.ForegroundService
29, android.app, Service, startForeground, foregroundServiceType, Android.App.ForegroundService
29, android.app, WallpaperManager.OnColorsChangedListener, onColorsChanged, which, Android.App.WallpaperManagerFlags
// Cannot change this at this state.
// 27, android.app, WallpaperManager.OnColorsChangedListener, onColorsChanged, which, Android.App.WallpaperManagerFlags
29, android.content, Context, bindIsolatedService, flags, Android.App.Bind
29, android.content.pm, PackageInstaller.SessionInfo, getStagedSessionErrorCode, return, Android.Content.PM.StagedSession
29, android.content.pm, PackageInstaller, installExistingPackage, installReason, Android.Content.PM.InstallReason
Expand Down

0 comments on commit 5564de8

Please sign in to comment.