My phone is an unrooted Oppo A1K running Android 9.0. Yesterday when removing bloatware from my phone, I accidentally uninstalled a system app using the adb command;
when I Open MY PHOTOS and click on send or share option in my photos, app automatically crashes I Don't want to factory reset my device. Please tell me another way...
adb pm uninstall
command can not really uninstall a system app, only disabling it, so the apps should still be there. You should be able to list them and then you should able to re-enable them usingadb shell pm enable PACKAGE
– Robert Mar 13 '24 at 16:01pm enable
commands works in all situations. – Robert Mar 14 '24 at 07:54