예제 #1
0
 public static string GetExtra(string key)
 {
     return(Intent.Call <string>("getStringExtra", key));
 }