iOS Launching Settings -> Restrictions URL Scheme

后端 未结 13 1280
自闭症患者
自闭症患者 2020-11-22 09:42

I\'ve recently discovered the awesome iOS5 custom Settings URL Scheme, which can be explained in detail at this great website.

I\'ve found this to work, dir

13条回答
  •  既然无缘
    2020-11-22 10:27

    In iOS 9 it works again!

    To open Settings > General > Keyboard, I use:

    prefs:root=General&path=Keyboard
    

    Moreover, it is possible to go farther to Keyboards:

    prefs:root=General&path=Keyboard/KEYBOARDS
    

提交回复
热议问题