:
MediaPlayer :
playerToPrepare.setWakeMode(context, PowerManager.PARTIAL_WAKE_LOCK);
, , MediaPlayer .
- ---
NuPlayer Android Lollipop 5.x?, NuPlayer, , NuPlayer .
Android, , AwesomePlayer . Lollipop NuPlayer , , , NuPlayer .
SystemProperties.java , android.os (it JNI-, ).
, Lollipop/5.0, AwesomePlayer , (, ):
public void openDeveloperSettingsIfAwesomePlayerNotActivated(final Context context) {
final boolean useAwesome = SystemProperties.getBoolean("persist.sys.media.use-awesome", false);
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP && !useAwesome) {
final Intent intent = new Intent(Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS);
context.startActivity(intent);
}
}