Merge "Re-mark addPrivateFlags as UnsupportedAppUsage" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1806895bc6
@@ -1090,6 +1090,7 @@ public abstract class Window {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@UnsupportedAppUsage
|
||||
public void addPrivateFlags(int flags) {
|
||||
setPrivateFlags(flags, flags);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user