Java tutorial
//package com.java2s; //License from project: Apache License import android.os.Bundle; public class Main { public static Bundle newInstance() { return new Bundle(); } }