ot_inc

Xperia 1 II Theme Changer(filled)

Apr 30th, 2022 (edited)
295
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(filled)
  3. :choice
  4. set /P c=Xperia 1 IIのアイコンテーマにfilled変更します[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.filled.android
  9. adb shell cmd overlay enable com.android.theme.icon_pack.filled.systemui
  10. adb shell cmd overlay enable com.android.theme.icon_pack.filled.settings
  11. pause
Add Comment
Please, Sign In to add comment