Back to project page Joetz-Android-V2.
The source code is released under:
GNU General Public License
If you think the Android project Joetz-Android-V2 listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.example.jens.myapplication.sam; /* w w w . j av a 2 s .c om*/ import android.support.v4.app.Fragment; /** * Created by Sam on 17/11/2014. */ public class MyFragment extends Fragment { /** * Called when the back button is pressed * @return true if action is consumed */ public boolean onBackPressed(){ return false; } }