sdm660-common: org.ifaa.android.manager: Use new UnsupportedAppUsage annotation
Signed-off-by: Subhajeet Muhuri <subhajeet.muhuri@gmail.com> Change-Id: Ic152fcc48739158c83f68037b50cfb3565d7ecc5
This commit is contained in:
parent
ecae69c66c
commit
8b548ce124
6 changed files with 6 additions and 5 deletions
|
@ -24,5 +24,6 @@ java_library {
|
|||
aidl: {
|
||||
local_include_dirs: ["src"],
|
||||
},
|
||||
libs: [ "unsupportedappusage" ],
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package org.ifaa.android.manager;
|
||||
|
||||
import android.annotation.UnsupportedAppUsage;
|
||||
import android.compat.annotation.UnsupportedAppUsage;
|
||||
import android.content.Context;
|
||||
import android.os.Build.VERSION;
|
||||
import android.os.SystemProperties;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package org.ifaa.android.manager;
|
||||
|
||||
import android.annotation.UnsupportedAppUsage;
|
||||
import android.compat.annotation.UnsupportedAppUsage;
|
||||
import android.content.Context;
|
||||
|
||||
public class IFAAManagerFactory {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package org.ifaa.android.manager;
|
||||
|
||||
import android.annotation.UnsupportedAppUsage;
|
||||
import android.compat.annotation.UnsupportedAppUsage;
|
||||
import android.content.Context;
|
||||
|
||||
public abstract class IFAAManagerV2 extends IFAAManager {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package org.ifaa.android.manager;
|
||||
|
||||
import android.annotation.UnsupportedAppUsage;
|
||||
import android.compat.annotation.UnsupportedAppUsage;
|
||||
|
||||
public abstract class IFAAManagerV3 extends IFAAManagerV2 {
|
||||
@UnsupportedAppUsage
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package org.ifaa.android.manager;
|
||||
|
||||
import android.annotation.UnsupportedAppUsage;
|
||||
import android.compat.annotation.UnsupportedAppUsage;
|
||||
|
||||
public abstract class IFAAManagerV4 extends IFAAManagerV3 {
|
||||
@UnsupportedAppUsage
|
||||
|
|
Loading…
Reference in a new issue