michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: package org.mozilla.gecko; michael@0: michael@0: import android.os.Bundle; michael@0: import android.support.v4.app.FragmentActivity; michael@0: michael@0: public class RobocopShare2 extends FragmentActivity { michael@0: private static Bundle sArguments; michael@0: michael@0: @Override michael@0: public void onCreate(Bundle arguments) { michael@0: super.onCreate(arguments); michael@0: } michael@0: }