Make PlaybackActivity abstract

This prevents lint from complaining that it is not in the manifest
This commit is contained in:
Christopher Eby 2012-02-27 02:26:17 -06:00
parent 8349780252
commit caf8cf1893

View File

@ -48,7 +48,7 @@ import android.widget.Toast;
* communication with the PlaybackService and response to state and song
* changes.
*/
public class PlaybackActivity extends Activity
public abstract class PlaybackActivity extends Activity
implements Handler.Callback,
View.OnClickListener,
CoverView.Callback