Make PlaybackActivity abstract
This prevents lint from complaining that it is not in the manifest
This commit is contained in:
parent
8349780252
commit
caf8cf1893
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user