wallpaperboard-enhanced
wallpaperboard-enhanced copied to clipboard
Option to disable "buy ad-free version" message
I want to disable this message in the app because the app I'm working on right now doesn't have an ad-free version. I can't find how to disable it.
Replace WallpaperBoardActivity.java & WallpaperBoardPreviewActivity.java with these - LINK
Those files are not accessible when im using sample project, right?
Yep. You need to replace those files in the actual library. Just download/clone the project as it also contains the sample app.
i wanted to avoid using the actual library since it gets messy and sometimes confusing for a person who doesn't do programming. ill try it.
Once you import the project in android studio you can see two modules, namely "app" & "library". Use the app module just like you do with the sample project & you won't have any difficulties.
Thanks. I will do it.
But it would be good if you also add the option in the sample version.