Pauls2
Lurker
Hello people, I'm a new user. I'm a beginner/apprentice in developing Android apps. Preliminarily, I have a little trouble.
if I gave the command
how can I now reactivate the previous state (in the recent app, at the top bars, there persist the icons for resizing forms)? Maybe putting the 0 value instead of 1 in the above command line may solve the problem? Thanks
if I gave the command
Code:
adb shell settings put global enable_freeform_support 1
how can I now reactivate the previous state (in the recent app, at the top bars, there persist the icons for resizing forms)? Maybe putting the 0 value instead of 1 in the above command line may solve the problem? Thanks