fixes last commit
This commit is contained in:
parent
be3087fff6
commit
05e5970bef
197 changed files with 2203 additions and 2204 deletions
|
|
@ -12,7 +12,7 @@ using Android.Widget;
|
|||
using Android.Service.Chooser;
|
||||
using static Android.Manifest;
|
||||
|
||||
namespace BookAStar.Droid
|
||||
namespace ZicMoove.Droid
|
||||
{
|
||||
[Service(
|
||||
Name = "fr.pschneider.bas.YavscChooserTargetService",
|
||||
|
|
@ -33,7 +33,7 @@ namespace BookAStar.Droid
|
|||
ChooserTarget t = new ChooserTarget(
|
||||
new Java.Lang.String(
|
||||
Constants.ApplicationName), i,
|
||||
.5f, new ComponentName(this, "BookAStar.SendFilesActivity"),
|
||||
.5f, new ComponentName(this, "ZicMoove.SendFilesActivity"),
|
||||
null);
|
||||
var res = new List<ChooserTarget>();
|
||||
res.Add(t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue