This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@IgnitedLocationActivity | |
public class IgnitedLocationSampleActivity extends MapActivity { | |
// MUST BE OVERRIDDEN OR IGNITION LOCATION WON'T WORK! | |
@Override | |
public void onCreate(Bundle savedInstanceState) { | |
super.onCreate(savedInstanceState); | |
... | |
} | |
// MUST BE OVERRIDDEN OR IGNITION LOCATION WON'T WORK! |
NewerOlder