Fixes the miss-fit concerning app name
This commit is contained in:
parent
62cb434607
commit
5ec55ac0ce
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ namespace BookAStar.Droid
|
|||
Resource.Drawable.icon);
|
||||
ChooserTarget t = new ChooserTarget(
|
||||
new Java.Lang.String(
|
||||
"BookingStar"), i,
|
||||
Constants.ApplicationName), i,
|
||||
.5f, new ComponentName(this, "BookAStar.SendFilesActivity"),
|
||||
null);
|
||||
var res = new List<ChooserTarget>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue