This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Android.App; | |
using Android.Content; | |
// Tell Android to open a particular file type in your Xamarin.Android app | |
// Different apps will produce different intents for the same file, so | |
// you will need multiple intent filters to handle all the cases. | |
// You can look in the `adb logcat` logs to see which intent appears | |
// after you have tapped on a file in an app. |