How to completely reset app?

App version

Production

Issue description

How does one delete all app data and start fresh? In most apps, you can just go to Android Settings > Apps > [App Name] (or long-press the app icon and choose App Info), then click Storage and Cache > Clear storage > Delete. But in Symfonium, the last step only allows Clear image Cache, Manage offline files, and Manage generated files. There’s no option to do a complete reset. What am I missing?

Device type

Phone

Media provider

Subsonic (Open)

Steps to reproduce

Android Settings > Apps > [App Name] (or long-press the app icon and choose App Info), then click Storage and Cache > Clear storage.

Expected reset option is not present.

I searched existing issues first

on

I understand that logs are mandatory

on

Log upload name / description

This is not a question that should require logs.

The easiest way is to just uninstall and reinstall.

Advanced way is to use “adb shell pm clear (packageNameHere)”. If that doesn’t make sense to you, stick to the easy option.

Thanks. Uninstall reinstall is what I’ve been doing. The adb thing does make sense to me, I’ll try that next time.

:+1:

Obligatory reminder not to include the parentheses lol, that was just for clarity