Advertisement
ot_inc

Xperia 1 II Theme Changer(rounded)

Apr 30th, 2022
1,936
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. title Xperia 1 II Theme Changer(rounded)
  3. :choice
  4. set /P c=Xperia 1 IIのアイコンテーマをroundedに変更します[Yで続行]
  5. if /I "%c%" EQU "Y" goto :continue
  6. goto :continue
  7. :continue
  8. adb shell cmd overlay enable com.android.theme.icon_pack.rounded.android
  9. adb shell cmd overlay enable com.android.theme.icon_pack.rounded.systemui
  10. adb shell cmd overlay enable com.android.theme.icon_pack.rounded.settings
  11. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement