On android 13 at the time of app launch getting copied and send to device toast even if clipboard is empty Following approaches are not working 1. Clipboard.setString(') 2. Clipboard.setString(null) 3. Clipboard.setString(undefined)