maxx2478

Results 8 comments of maxx2478

I'm experiencing the same issue. Also as mentioned in #37 to disable folderscheck, but the method doesn't accept any parameter. I'm just checking .enableUnauthorizedAppsCheck().display(piracyCheckerDisplay) and nothing else.

> @maxx2478 folders check is disabled by default, `enableFoldersCheck` literally enables it, so no need to pass any parameter Thanks for your reply, but not adding folderscheck doesn't work. Library...

> ###### Details > - PiracyChecker version: `1.2.6` > - Device OS version: unknown > - Device Manufacturer: `unknown` > - Device Name: `unknown` > > Possibly related to closed...

> @maxx2478 > I have the same problem as above > I installed the app cloner, I really need the app cloner for mutitask work activities, the app cloner rejects...

> > > > > > > @maxx2478 > > > I have the same problem as above > > > I installed the app cloner, I really need the...

Thank you so much for information. BTW, yesterday I added wakelock for one line code in NotificationPublisher.class, i.e. ``` if (wakeLock != null) wakeLock.acquire(10000); mNotificationManager.notify(Integer.parseInt(notificationId), notification); if (wakeLock != null)...

Exactly after 1 hour @9am. Now I've added wakelock for whole Notification code, I'll test again for 2-3 days and see if I've did right implementation of Wakelock.