mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
Added streaming support for audio
This commit is contained in:
+3
-12
@@ -222,7 +222,6 @@ addLoadEvent(initGap);
|
||||
</div>
|
||||
|
||||
<div id="geo" title="Geo Location" class="panel" >
|
||||
|
||||
<h2>Change Location</h2>
|
||||
<fieldset>
|
||||
<div class="row">
|
||||
@@ -236,13 +235,10 @@ addLoadEvent(initGap);
|
||||
<div class="row">
|
||||
<a class="button blueButton" type="submit" onclick="updateLocation();">Update Location</a>
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="readgeo" title="Read Location" class="panel" >
|
||||
|
||||
<h2>Read Location</h2>
|
||||
<fieldset>
|
||||
<div class="row">
|
||||
@@ -254,11 +250,9 @@ addLoadEvent(initGap);
|
||||
<input disabled="enable" name="lon" id="userlon" value="" type="text"/>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="setintervals" title="Set Intervals" class="panel" >
|
||||
|
||||
<h2>Change Intervals</h2>
|
||||
<fieldset>
|
||||
<div class="row">
|
||||
@@ -272,13 +266,10 @@ addLoadEvent(initGap);
|
||||
<div class="row">
|
||||
<a class="button blueButton" type="submit" onclick="userSetIntervals();">Set Intervals</a>
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="accel" title="Accelerometer" class="panel">
|
||||
|
||||
<h2>Accelerometer</h2>
|
||||
<fieldset>
|
||||
<div class="row">
|
||||
@@ -339,6 +330,7 @@ addLoadEvent(initGap);
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
<div id="esm" title="Storage" class="panel" >
|
||||
<h2>Storage Management</h2>
|
||||
<fieldset>
|
||||
@@ -401,8 +393,8 @@ addLoadEvent(initGap);
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
<div id="pi" title="Phone Information" class="panel">
|
||||
|
||||
<fieldset>
|
||||
<div class="row">
|
||||
<label>Phone NO.</label>
|
||||
@@ -423,8 +415,7 @@ addLoadEvent(initGap);
|
||||
<div class="row">
|
||||
<label>Time Zone</label>
|
||||
<input disabled="enabled" name="tzid" id="tzid" value="" type="text" style="width: 30ex"></input>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user