Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.
/ Phonograph-Pro Public archive
forked from kabouzeid/Phonograph

A material designed music player for Android

License

Notifications You must be signed in to change notification settings

breeze256/Phonograph-Pro

 
 

Repository files navigation

Phonograph-Pro

License: GPL v3

A material designed local music player for Android.

Screenshots

Do it yourself

  1. Fork the original Phonograph repo
  2. Go to /app/src/main/java/com/kabouzeid/gramophone/App.java
  3. Change the contents of this method:
public static boolean isProVersion() {
    return BuildConfig.DEBUG || 
    app.billingProcessor.isPurchased(PRO_VERSION_PRODUCT_ID);
}

        To this:

public static boolean isProVersion() {
    return true;
}

About

A material designed music player for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.1%
  • HTML 2.7%
  • Ruby 0.2%