Commit c48bc45 1 parent 421e120 commit c48bc45 Copy full SHA for c48bc45
File tree 1 file changed +7
-5
lines changed
framework/src/org/apache/cordova
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -371,12 +371,14 @@ public void onNewIntent(Intent intent) {
371
371
}
372
372
373
373
/**
374
- * @todo should we move this somewhere public and accessible by all plugins?
375
- * For now, it is placed where it is used and kept private so we can decide later and move without causing a breaking change.
376
- * An ideal location might be in the "ConfigXmlParser" at the time it generates the "launchUrl".
374
+ * TODO: should we move this somewhere public and accessible by all plugins?
377
375
*
378
- * @todo should we be restrictive on the "file://" return? e.g. "file:///android_asset/www/"
379
- * Would be considered as a breaking change if we apply a more granular check.
376
+ * <p>For now, it is placed where it is used and kept private so we can decide later and move without causing a breaking change.
377
+ * An ideal location might be in the "ConfigXmlParser" at the time it generates the "launchUrl".</p>
378
+ *
379
+ * TODO: should we be restrictive on the "file://" return? e.g. "file:///android_asset/www/"
380
+ *
381
+ * <p>Would be considered as a breaking change if we apply a more granular check.</p>
380
382
*/
381
383
private String getLaunchUrlPrefix () {
382
384
if (!app .getPreferences ().getBoolean ("AndroidInsecureFileModeEnabled" , false )) {
You can’t perform that action at this time.
0 commit comments