You can back up the program data of an application on Android using the Android Debug Bridge (ADB). Here are the steps to do so:
### Prerequisites
1. **Android Device**: Ensure that your device is connected to your computer.
2. **USB Debugging**: Make sure USB debugging is enabled on your device. You can enable it in `Settings` > `Developer options`.
3. **ADB Installed**: Ensure ADB is installed on your computer. It is included with the Android