Niklas F.
Results
3
comments of
Niklas F.
You cannot set Permanent and Temporary at the same time
Set `properties.put(ChannelProperty.CHANNEL_FLAG_PERMANENT, "1");` to make it permanent and `properties.put(ChannelProperty.CHANNEL_FLAG_TEMPORARY, "1");` to set it temporary
Same problem and nobody help.