/PlaceHolderTTSEngine/src/com/example/placeholdertts/PlaceholderEngine.java
http://eyes-free.googlecode.com/ · Java · 17 lines · 10 code · 4 blank · 3 comment · 0 complexity · a96d332e553ec5e65019d26dd64607e4 MD5 · raw file
- package com.example.placeholdertts;
-
- import android.app.Activity;
- import android.os.Bundle;
-
- public class PlaceholderEngine extends Activity {
-
- @Override
- public void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- // The Java portion of this does nothing.
- // This activity is only here so that everything
- // can be wrapped up inside an apk file.
- finish();
- }
-
- }