fixes last commit
This commit is contained in:
parent
be3087fff6
commit
05e5970bef
197 changed files with 2203 additions and 2204 deletions
|
|
@ -9,7 +9,7 @@ using Android.Gms.Gcm.Iid;
|
|||
using Android.OS;
|
||||
using Android;
|
||||
|
||||
namespace BookAStar.Droid
|
||||
namespace ZicMoove.Droid
|
||||
{
|
||||
|
||||
[Service(Exported = false)]
|
||||
|
|
@ -29,7 +29,7 @@ namespace BookAStar.Droid
|
|||
{
|
||||
base.OnCreate();
|
||||
sWakeLock = PowerManager.FromContext(this).NewWakeLock(WakeLockFlags.Partial,
|
||||
"BookAStar");
|
||||
"ZicMoove");
|
||||
sWakeLock.Acquire();
|
||||
}
|
||||
public override void OnDestroy()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue