Skip to content

Instantly share code, notes, and snippets.

@jamesmcroft
Created March 5, 2016 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesmcroft/0df5454d53e3f177cab1 to your computer and use it in GitHub Desktop.
Save jamesmcroft/0df5454d53e3f177cab1 to your computer and use it in GitHub Desktop.
if(ApiInformation.IsTypePresent("Windows.Phone.UI.Input.HardwareButtons"))
{
Windows.Phone.UI.Input.HardwareButtons.BackPressed += this.OnHardwareBackPressed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment