zoranmil opened a new issue #1386:
URL: https://github.com/apache/cordova-android/issues/1386
# Bug Report
:CordovaLib:compileReleaseJavaWithJavac
## Problem
### What is expected to happen?
### What does actually happen?
## Information
<!-- Include all relevant information that might help understand and
reproduce the problem -->
Task :CordovaLib:compileReleaseJavaWithJavac
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\CordovaActivity.java:132:
warning: [deprecation] FLAG_FULLSCREEN in LayoutParams has been deprecated
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\CordovaActivity.java:133:
warning: [deprecation] FLAG_FULLSCREEN in LayoutParams has been deprecated
WindowManager.LayoutParams.FLAG_FULLSCREEN);
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\CordovaActivity.java:136:
warning: [deprecation] FLAG_FORCE_NOT_FULLSCREEN in LayoutParams has been
deprecated
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FORCE_NOT_FULLSCREEN,
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\CordovaActivity.java:137:
warning: [deprecation] FLAG_FORCE_NOT_FULLSCREEN in LayoutParams has been
deprecated
WindowManager.LayoutParams.FLAG_FORCE_NOT_FULLSCREEN);
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\CordovaInterfaceImpl.java:69:
warning: [deprecation] startActivityForResult(Intent,int) in ComponentActivity
has been deprecated
activity.startActivityForResult(intent, requestCode);
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\CordovaInterfaceImpl.java:222:
warning: [deprecation] onRequestPermissionResult(int,String[],int[]) in
CordovaPlugin has been deprecated
callback.first.onRequestPermissionResult(callback.second,
permissions, grantResults);
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\CordovaActivity.java:337:
warning: [deprecation] SYSTEM_UI_FLAG_LAYOUT_STABLE in View has been deprecated
final int uiOptions = View.SYSTEM_UI_FLAG_LAYOUT_STABLE
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\CordovaActivity.java:338:
warning: [deprecation] SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION in View has been
deprecated
| View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\CordovaActivity.java:339:
warning: [deprecation] SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN in View has been
deprecated
| View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\CordovaActivity.java:340:
warning: [deprecation] SYSTEM_UI_FLAG_HIDE_NAVIGATION in View has been
deprecated
| View.SYSTEM_UI_FLAG_HIDE_NAVIGATION
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\CordovaActivity.java:341:
warning: [deprecation] SYSTEM_UI_FLAG_FULLSCREEN in View has been deprecated
| View.SYSTEM_UI_FLAG_FULLSCREEN
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\CordovaActivity.java:342:
warning: [deprecation] SYSTEM_UI_FLAG_IMMERSIVE_STICKY in View has been
deprecated
| View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY;
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\CordovaActivity.java:344:
warning: [deprecation] setSystemUiVisibility(int) in View has been deprecated
getWindow().getDecorView().setSystemUiVisibility(uiOptions);
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\CordovaActivity.java:349:
warning: [deprecation] startActivityForResult(Intent,int,Bundle) in
ComponentActivity has been deprecated
public void startActivityForResult(Intent intent, int requestCode,
Bundle options) {
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\CordovaActivity.java:352:
warning: [deprecation] startActivityForResult(Intent,int,Bundle) in
ComponentActivity has been deprecated
super.startActivityForResult(intent, requestCode, options);
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\engine\SystemCookieManager.java:38:
warning: [deprecation] setAcceptFileSchemeCookies(boolean) in CookieManager
has been deprecated
cookieManager.setAcceptFileSchemeCookies(true);
^
E:\kopija\zoran\platforms\android\CordovaLib\src\org\apache\cordova\PermissionHelper.java:83:
warning: [deprecation] onRequestPermissionResult(int,String[],int[]) in
CordovaPlugin has been deprecated
plugin.onRequestPermissionResult(requestCode, permissions,
requestResults);
^
17 warnings
### Command or Code
<!-- What command or code is needed to reproduce the problem? -->
### Environment, Platform, Device
<!-- In what environment, on what platform or on which device are you
experiencing the issue? -->
windows 10
### Version information
<!--
What are relevant versions you are using?
For example:
Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
Other Frameworks: Ionic Framework and CLI version
Operating System, Android Studio, Xcode etc.
-->
cordova 10.1.1
no plugins test aplication
Android studio ARCTIC FOX 2020.3.1
## Checklist
<!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
- [X ] I searched for existing GitHub issues
- [X ] I updated all Cordova tooling to most recent version
- [x ] I included all the necessary information above
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]