Somebody copy&pasted code from some other project... :)
This commit is contained in:
parent
fda10a9006
commit
3c9c405464
@ -71,7 +71,7 @@ public class Tutorial5 extends Activity implements SurfaceHolder.Callback, OnSee
|
||||
last_folder = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_MOVIES).getAbsolutePath();
|
||||
|
||||
PowerManager pm = (PowerManager) getSystemService(Context.POWER_SERVICE);
|
||||
wake_lock = pm.newWakeLock(PowerManager.FULL_WAKE_LOCK, "Android Aurena");
|
||||
wake_lock = pm.newWakeLock(PowerManager.FULL_WAKE_LOCK, "GStreamer tutorial 5");
|
||||
wake_lock.setReferenceCounted(false);
|
||||
|
||||
ImageButton play = (ImageButton) this.findViewById(R.id.button_play);
|
||||
|
Loading…
x
Reference in New Issue
Block a user