We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcb964 commit 1ef9863Copy full SHA for 1ef9863
src/processing/mode/android/AndroidPreprocessor.java
@@ -285,6 +285,8 @@ public String[] getDefaultImports() {
285
}
286
*/
287
288
+ // No need for it now
289
+ /*
290
public String[] getDefaultImports() {
291
// String[] defs = super.getDefaultImports();
292
// return defs;
@@ -300,5 +302,6 @@ public String[] getDefaultImports() {
300
302
"android.app.Activity",
301
303
"android.app.Fragment"
304
};
- }
305
+ }
306
+ */
307
0 commit comments