diff options
author | 2018-04-03 05:51:01 -0700 | |
---|---|---|
committer | 2018-04-03 05:51:01 -0700 | |
commit | 0bc4eb8a77c00d14bea5eba004b2878834005d7d (patch) | |
tree | 24135be0ea832a8c4947d261dfe4870be76d073c | |
parent | aad9a3a9f1d8da50b23e67453802d49d61835347 (diff) | |
parent | 8a941bde2d6028c83a56ea4ec94ab87784474b53 (diff) |
Add more APIs to hidden API light greylist am: 78cea74881
am: 8a941bde2d
Change-Id: I6d6cdb4d8ce9e9c25c098c4a40949597ef6c7972
-rw-r--r-- | config/hiddenapi-light-greylist.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/hiddenapi-light-greylist.txt b/config/hiddenapi-light-greylist.txt index 9cb01234a6ef..423263fe8314 100644 --- a/config/hiddenapi-light-greylist.txt +++ b/config/hiddenapi-light-greylist.txt @@ -296,6 +296,7 @@ Landroid/app/job/IJobScheduler$Stub;->asInterface(Landroid/os/IBinder;)Landroid/ Landroid/app/job/IJobScheduler$Stub$Proxy;-><init>(Landroid/os/IBinder;)V Landroid/app/LoadedApk;->getAssets()Landroid/content/res/AssetManager; Landroid/app/LoadedApk;->getClassLoader()Ljava/lang/ClassLoader; +Landroid/app/LoadedApk;->getCompatibilityInfo()Landroid/content/res/CompatibilityInfo; Landroid/app/LoadedApk;->getDataDirFile()Ljava/io/File; Landroid/app/LoadedApk;->getResources()Landroid/content/res/Resources; Landroid/app/LoadedApk;->mActivityThread:Landroid/app/ActivityThread; @@ -377,8 +378,10 @@ Landroid/app/Vr2dDisplayProperties$Builder;-><init>()V Landroid/app/Vr2dDisplayProperties$Builder;->setEnabled(Z)Landroid/app/Vr2dDisplayProperties$Builder; Landroid/app/Vr2dDisplayProperties;-><init>(III)V Landroid/app/VrManager;->getPersistentVrModeEnabled()Z +Landroid/app/VrManager;->mService:Landroid/service/vr/IVrManager; Landroid/app/VrManager;->registerVrStateCallback(Landroid/app/VrStateCallback;Landroid/os/Handler;)V Landroid/app/VrManager;->setVr2dDisplayProperties(Landroid/app/Vr2dDisplayProperties;)V +Landroid/app/VrManager;->unregisterVrStateCallback(Landroid/app/VrStateCallback;)V Landroid/app/WallpaperColors;->getColorHints()I Landroid/app/WallpaperManager;->getBitmap()Landroid/graphics/Bitmap; Landroid/app/WallpaperManager;->getBitmap(Z)Landroid/graphics/Bitmap; @@ -447,6 +450,7 @@ Landroid/content/ContentResolver;->releaseUnstableProvider(Landroid/content/ICon Landroid/content/ContentResolver;->unstableProviderDied(Landroid/content/IContentProvider;)V Landroid/content/ContentValues;-><init>(Ljava/util/HashMap;)V Landroid/content/ContentValues;->mValues:Ljava/util/HashMap; +Landroid/content/Context;->getBasePackageName()Ljava/lang/String; Landroid/content/Context;->getSharedPrefsFile(Ljava/lang/String;)Ljava/io/File; Landroid/content/Context;->getThemeResId()I Landroid/content/Context;->sendBroadcastAsUser(Landroid/content/Intent;Landroid/os/UserHandle;Ljava/lang/String;I)V @@ -469,6 +473,7 @@ Landroid/content/IntentFilter;->mActions:Ljava/util/ArrayList; Landroid/content/Intent;->mExtras:Landroid/os/Bundle; Landroid/content/Intent;->putExtra(Ljava/lang/String;Landroid/os/IBinder;)Landroid/content/Intent; Landroid/content/pm/ActivityInfo;->resizeMode:I +Landroid/content/pm/ActivityInfo;->supportsPictureInPicture()Z Landroid/content/pm/ApplicationInfo;->enabledSetting:I Landroid/content/pm/ApplicationInfo;->getBaseResourcePath()Ljava/lang/String; Landroid/content/pm/ApplicationInfo;->installLocation:I |