Skip to content

Commit ae31bc4

Browse files
[Mono.Android] add [Flags] to Android.Print.PrintColorMode (#10688)
Added 'flags' to `COLOR_MODE_COLOR` and `COLOR_MODE_MONOCHROME` entries. Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
1 parent a84856e commit ae31bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Mono.Android/map.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9476,8 +9476,8 @@ E,30,android/os/Vibrator.VIBRATION_EFFECT_SUPPORT_NO,2,Android.OS.VibrationEffec
94769476
E,30,android/os/Vibrator.VIBRATION_EFFECT_SUPPORT_UNKNOWN,0,Android.OS.VibrationEffectSupport,Unknown,remove,
94779477
E,30,android/os/Vibrator.VIBRATION_EFFECT_SUPPORT_YES,1,Android.OS.VibrationEffectSupport,Yes,remove,
94789478
I,0,android/preference/Preference.DEFAULT_ORDER,2147483647,,,,
9479-
E,19,android/print/PrintAttributes.COLOR_MODE_COLOR,2,Android.Print.PrintColorMode,Color,remove,
9480-
E,19,android/print/PrintAttributes.COLOR_MODE_MONOCHROME,1,Android.Print.PrintColorMode,Monochrome,remove,
9479+
E,19,android/print/PrintAttributes.COLOR_MODE_COLOR,2,Android.Print.PrintColorMode,Color,remove,flags
9480+
E,19,android/print/PrintAttributes.COLOR_MODE_MONOCHROME,1,Android.Print.PrintColorMode,Monochrome,remove,flags
94819481
E,23,android/print/PrintAttributes.DUPLEX_MODE_LONG_EDGE,2,Android.Print.DuplexMode,LongEdge,keep,flags
94829482
E,23,android/print/PrintAttributes.DUPLEX_MODE_NONE,1,Android.Print.DuplexMode,None,keep,flags
94839483
E,23,android/print/PrintAttributes.DUPLEX_MODE_SHORT_EDGE,4,Android.Print.DuplexMode,ShortEdge,keep,flags

0 commit comments

Comments
 (0)