am aebe000c: merge from open-source master
Merge commit 'aebe000cfa26eb84031f7385bf363868a70f39ff' into kraken * commit 'aebe000cfa26eb84031f7385bf363868a70f39ff': removed unused imports
This commit is contained in:
committed by
Android Git Automerger
commit
d31ee22ff2
@@ -49,14 +49,9 @@ OS / Morse Code Vibrator
|
|||||||
*/
|
*/
|
||||||
public class MorseCode extends Activity
|
public class MorseCode extends Activity
|
||||||
{
|
{
|
||||||
/** Tag string for our debug logs */
|
|
||||||
private static final String TAG = "MorseCode";
|
|
||||||
|
|
||||||
/** Our text view */
|
/** Our text view */
|
||||||
private TextView mTextView;
|
private TextView mTextView;
|
||||||
|
|
||||||
;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialization of the Activity after it is first created. Must at least
|
* Initialization of the Activity after it is first created. Must at least
|
||||||
* call {@link android.app.Activity#setContentView setContentView()} to
|
* call {@link android.app.Activity#setContentView setContentView()} to
|
||||||
|
|||||||
Reference in New Issue
Block a user