mirror of
https://github.com/TrianguloY/LightningLauncher.git
synced 2025-01-29 20:34:55 +01:00
minor changes of existing comments
This commit is contained in:
parent
f431ac6059
commit
f6bc1e22b4
1 changed files with 4 additions and 4 deletions
|
@ -301,7 +301,7 @@ public class LL {
|
|||
}
|
||||
|
||||
/**
|
||||
* Write data to a file. This is for logging and debug purpose only. The path is not configurable and is: <external storage>/LightningLauncher/script/log.txt.
|
||||
* Write data to a file. This is for logging and debug purpose only. The path is not configurable and is: {@literal <}external storage{@literal >}/LightningLauncher/script/log.txt.
|
||||
* Please note that this method won't add newlines automatically when appending data.
|
||||
* @param data text to write to the file
|
||||
* @param append whether to clear the file before to write data, or append data to the existing content
|
||||
|
@ -369,7 +369,7 @@ public class LL {
|
|||
|
||||
/**
|
||||
* Create an image from a package and a resource name.
|
||||
* For instance:<code>LL.createImage("net.pierrox.lightning_launcher_extreme", "icon")</code>
|
||||
* For instance: <code>LL.createImage("net.pierrox.lightning_launcher_extreme", "icon")</code>
|
||||
* The density used is either the one given by ActivityManager.getLauncherLargeIconDensity if available, or the current one.
|
||||
* @param pkg name of the package, use "android" to access system resources.
|
||||
* @param name name of the drawable resource
|
||||
|
|
Loading…
Add table
Reference in a new issue