Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
Preferences.app: Difference between revisions - iPhone Development Wiki

Preferences.app: Difference between revisions

From iPhone Development Wiki
(Created page with '{{infobox Application | bundle = com.apple.Preferences | path = /Applications/Preferences.app | since = 1.0 }} '''Preferences.app''', also known as '''Settings''', is the primar…')
 
(add details of prefs URL Scheme)
Line 6: Line 6:


'''Preferences.app''', also known as '''Settings''', is the primary user interface for modifying preference of the device.
'''Preferences.app''', also known as '''Settings''', is the primary user interface for modifying preference of the device.
== Private URL Scheme ==
Preferences app registers a private [[NSURL|URL scheme]], prefs:, the list below details opening specific views <ref>http://stackoverflow.com/a/8246814/</ref><ref>https://github.com/Burnsoft/Settings-Swipe/blob/master/Settings%20Swipe/settingsURLs.plist</ref>
*  prefs:root=General&path=About
*  prefs:root=General&path=ACCESSIBILITY
*  prefs:root=AIRPLANE_MODE
*  prefs:root=General&path=AUTOLOCK     
*  prefs:root=General&path=USAGE/CELLULAR_USAGE
*  prefs:root=Brightness 
*  prefs:root=General&path=Bluetooth     
*  prefs:root=General&path=DATE_AND_TIME
*  prefs:root=FACETIME     
*  prefs:root=General
*  prefs:root=General&path=Keyboard
*  prefs:root=CASTLE
*  prefs:root=CASTLE&path=STORAGE_AND_BACKUP     
*  prefs:root=General&path=INTERNATIONAL
*  prefs:root=LOCATION_SERVICES 
*  prefs:root=ACCOUNT_SETTINGS
*  prefs:root=MUSIC
*  prefs:root=MUSIC&path=EQ
*  prefs:root=MUSIC&path=VolumeLimit
*  prefs:root=General&path=Network   
*  prefs:root=NIKE_PLUS_IPOD
*  prefs:root=NOTES     
*  prefs:root=NOTIFICATIONS_ID
*  prefs:root=Phone
*  prefs:root=Photos     
*  prefs:root=General&path=ManagedConfigurationList     
*  prefs:root=General&path=Reset
*  prefs:root=Sounds&path=Ringtone     
*  prefs:root=Safari
*  prefs:root=General&path=Assistant
*  prefs:root=Sounds
*  prefs:root=General&path=SOFTWARE_UPDATE_LINK
*  prefs:root=STORE     
*  prefs:root=TWITTER
*  prefs:root=General&path=USAGE
*  prefs:root=VIDEO   
*  prefs:root=General&path=Network/VPN
*  prefs:root=Wallpaper     
*  prefs:root=WIFI
*  prefs:root=INTERNET_TETHERING


{{Navbox Classes}}
{{Navbox Classes}}
{{Navbox Applications}}
{{Navbox Applications}}

Revision as of 21:56, 22 August 2013

Preferences.app
Application
com.apple.Preferences
Available Since 1.0
/Applications/Preferences.app


Preferences.app, also known as Settings, is the primary user interface for modifying preference of the device.


Private URL Scheme

Preferences app registers a private URL scheme, prefs:, the list below details opening specific views [1][2]

  • prefs:root=General&path=About
  • prefs:root=General&path=ACCESSIBILITY
  • prefs:root=AIRPLANE_MODE
  • prefs:root=General&path=AUTOLOCK
  • prefs:root=General&path=USAGE/CELLULAR_USAGE
  • prefs:root=Brightness
  • prefs:root=General&path=Bluetooth
  • prefs:root=General&path=DATE_AND_TIME
  • prefs:root=FACETIME
  • prefs:root=General
  • prefs:root=General&path=Keyboard
  • prefs:root=CASTLE
  • prefs:root=CASTLE&path=STORAGE_AND_BACKUP
  • prefs:root=General&path=INTERNATIONAL
  • prefs:root=LOCATION_SERVICES
  • prefs:root=ACCOUNT_SETTINGS
  • prefs:root=MUSIC
  • prefs:root=MUSIC&path=EQ
  • prefs:root=MUSIC&path=VolumeLimit
  • prefs:root=General&path=Network
  • prefs:root=NIKE_PLUS_IPOD
  • prefs:root=NOTES
  • prefs:root=NOTIFICATIONS_ID
  • prefs:root=Phone
  • prefs:root=Photos
  • prefs:root=General&path=ManagedConfigurationList
  • prefs:root=General&path=Reset
  • prefs:root=Sounds&path=Ringtone
  • prefs:root=Safari
  • prefs:root=General&path=Assistant
  • prefs:root=Sounds
  • prefs:root=General&path=SOFTWARE_UPDATE_LINK
  • prefs:root=STORE
  • prefs:root=TWITTER
  • prefs:root=General&path=USAGE
  • prefs:root=VIDEO
  • prefs:root=General&path=Network/VPN
  • prefs:root=Wallpaper
  • prefs:root=WIFI
  • prefs:root=INTERNET_TETHERING