0

Delet line exists when I define a channel type

MarvinC
  • 89
  • 1
  • 1
  • 8
  • It means that member is deprecated. In most cases javadoc explains what should be used instead. – Pshemo Jun 23 '16 at 22:16

1 Answers1

0

It means that you are trying to use a deprecated constant.

Javadoc says:

This constant was deprecated in API level 5. Use CHANNEL_OUT_MONO or CHANNEL_IN_MONO instead.

Juan Cruz Soler
  • 8,172
  • 5
  • 41
  • 44