mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
CB-4318: We have docs, this doesn't need to be in the comments
This commit is contained in:
parent
166b35bc6c
commit
f42b34d6b4
@ -123,16 +123,6 @@ import android.widget.LinearLayout;
|
|||||||
* Log level: ERROR, WARN, INFO, DEBUG, VERBOSE (default=ERROR)
|
* Log level: ERROR, WARN, INFO, DEBUG, VERBOSE (default=ERROR)
|
||||||
* <log level="DEBUG" />
|
* <log level="DEBUG" />
|
||||||
*
|
*
|
||||||
* Cordova plugins:
|
|
||||||
* Cordova uses a file at res/xml/plugins.xml to list all plugins that are installed.
|
|
||||||
* Before using a new plugin, a new element must be added to the file.
|
|
||||||
* name attribute is the service name passed to Cordova.exec() in JavaScript
|
|
||||||
* value attribute is the Java class name to call.
|
|
||||||
*
|
|
||||||
* <plugins>
|
|
||||||
* <plugin name="App" value="org.apache.cordova.App"/>
|
|
||||||
* ...
|
|
||||||
* </plugins>
|
|
||||||
*/
|
*/
|
||||||
public class CordovaActivity extends Activity implements CordovaInterface {
|
public class CordovaActivity extends Activity implements CordovaInterface {
|
||||||
public static String TAG = "CordovaActivity";
|
public static String TAG = "CordovaActivity";
|
||||||
|
Loading…
Reference in New Issue
Block a user