faradaj / BlurBehind

[DEPRECATED] Easily have blurred and transparent background effect on your Android views.
514 stars 109 forks source link

Running an intent from a notification #9

Open hatpick opened 9 years ago

hatpick commented 9 years ago

If I have a main activity called A and I put .execute code inside it to go to another activity B where blurring happens, how can I have the same blurred background if I create activity B from a notification?

Thanks,

hatpick commented 9 years ago

Also when activity gets destroyed, when it comes back, there is no background, any solution?