mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
Removing cruft before restarting the work on the new android API
This commit is contained in:
@@ -186,13 +186,8 @@ addLoadEvent(initGap);
|
||||
|
||||
<ul id="home" title="Main" selected="true">
|
||||
<li><a href="#system" onclick="updateSettings();return false;">System...</a></li>
|
||||
<li><a href="#geo" onclick="">Change Location...</a></li>
|
||||
<li><a href="#readgeo" onclick="readLocation();">Read Location...</a></li>
|
||||
<li><a href="#setintervals" onclick="">Set user Intervals...</a></li>
|
||||
<!-- <li><a href="#geo" onclick="updateLocation();">Geo-Location...</a></li> -->
|
||||
<li><a href="#accel" onclick="updateAccel();">Accelerometer...</a></li>
|
||||
<li><a href="#vibration" onclick="Device.vibrate();">Vibration</a></li>
|
||||
<li><a href="#vibration" onclick="Device.playSound('on.mp3")">Play Sound</a></li>
|
||||
<li><a href="#photo" onclick="Device.Image.getFromPhotoLibrary();">Photo...</a></li>
|
||||
<li><a href="#audio" onclick="audio();">Audio...</a></li>
|
||||
<li><a href="#notification" onclick="notification();">Notification...</a></li>
|
||||
|
||||
Reference in New Issue
Block a user