I followed these 2 commands to change android device ID
./adb.exe shell settings get secure android_id
// Returns old device id
./adb.exe shell settings put secure android_id 1b32af358342cb24
// Passes without error
./adb.exe shell settings get secure android_id
// Returns 1b32af358342cb24
Restart my phone now.
./adb.exe shell settings get secure android_id
// Returns 1b32af358342cb24
Now when I use device id checker apps from play store, they still show the old device id. What should I do? I don't have root though. My phone is Oneplus 8T.