Prefer Javadoc where possible
This commit is contained in:
parent
003b9459da
commit
9f758c4f86
@ -428,9 +428,11 @@ public class AppDetails2 extends AppCompatActivity implements ShareChooserDialog
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Reset the display and list contents. Used when entering the activity, and
|
/**
|
||||||
// also when something has been installed/uninstalled.
|
* Reset the display and list contents. Used when entering the activity, and
|
||||||
// Return true if the app was found, false otherwise.
|
* also when something has been installed/uninstalled.
|
||||||
|
* Return true if the app was found, false otherwise.
|
||||||
|
*/
|
||||||
private boolean reset(String packageName) {
|
private boolean reset(String packageName) {
|
||||||
|
|
||||||
Utils.debugLog(TAG, "Getting application details for " + packageName);
|
Utils.debugLog(TAG, "Getting application details for " + packageName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user