virtualx-engine/platform/android/java
volzhs 9d33f51066 Fix possible memory leak for Android
/godot_dev/platform/android/java/src/com/google/android/vending/expansion/downloader/impl/DownloaderService.java:575: Error: The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N. Try changing  to .getApplicationContext()  [WifiManagerLeak]
            mWifiManager = (WifiManager) getSystemService(Context.WIFI_SERVICE);
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Explanation for issues of type "WifiManagerLeak":
   On versions prior to Android N (24), initializing the WifiManager via
   Context#getSystemService can cause a memory leak if the context is not the
   application context. Change context.getSystemService(...) to
   context.getApplicationContext().getSystemService(...).

1 errors, 0 warnings
2017-05-12 14:44:37 +09:00
..
aidl/com/android/vending/billing -Removed ANT build system for Android, as it was deprecated by Google 2016-01-08 13:36:44 -03:00
gradle/wrapper Make Android build smarter (SCons + Gradle) 2016-06-27 10:49:15 +02:00
res Android: Rename values-zh to values-zh-rCN (#6063) 2016-08-08 11:51:30 +02:00
src Fix possible memory leak for Android 2017-05-12 14:44:37 +09:00
gradlew -Removed ANT build system for Android, as it was deprecated by Google 2016-01-08 13:36:44 -03:00
gradlew.bat -Removed ANT build system for Android, as it was deprecated by Google 2016-01-08 13:36:44 -03:00