Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 357 Bytes

File metadata and controls

10 lines (7 loc) · 357 Bytes

SaferIntents samples

This sample shows that it is important to not have a NULL intent. It contains 2 buttons:

  • One button sends an NULL intent
  • Another button sends a regular intent

It is important to note that for the NULL intent an exception handling has taken place. If an app sends a NULL intent it will crash with an ActivityNotFound exception