android - Issue with GGlympseLite.start() -


when creating glympse first time in activity, call

start() 

which required before

sendticket() 

the glympse doesn't show in notifications until after hit send in glympse wizard. great, works.

after stopping glympse using normal code given in wrapper class

_glympse.stop() _glympse = null 

it stops. great, works too.

now when want show wizard again create new glympse, have call

start() 

before call

sendticket() 

the problem after call start() , before hit "send" in glympse wizard, notification shows in android time remaining on stopped glympse. don't want notification there.

how make sure stopped glympse not show in android's notifications when creating new one?

i think trouble terminology off.

the glympse object started , stopped glympse platform (the services manage location gathering, uploading, etc.)

the ticket object gets created , sent out user's location can shared specific period of time. tickets have expire method can used end ticket , stop sharing location until new ticket created , sent.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -