Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

API compatibility - hidden API usage #10

Closed
Tunous opened this issue Jan 12, 2019 · 0 comments
Closed

API compatibility - hidden API usage #10

Tunous opened this issue Jan 12, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@Tunous
Copy link
Owner

Tunous commented Jan 12, 2019

https://developer.android.com/about/versions/pie/restrictions-non-sdk-interfaces

W: Accessing hidden field Landroid/app/ActivityThread$ActivityClientRecord;->activity:Landroid/app/Activity; (light greylist, reflection)
W: Accessing hidden field Landroid/app/ActivityThread$ActivityClientRecord;->paused:Z (light greylist, reflection)
W: Accessing hidden field Landroid/app/ActivityThread;->mActivities:Landroid/util/ArrayMap; (light greylist, reflection)
W: Accessing hidden field Landroid/view/LayoutInflater;->mConstructorArgs:[Ljava/lang/Object; (light greylist, reflection)
W: Accessing hidden method Landroid/app/ActivityThread;->currentActivityThread()Landroid/app/ActivityThread; (light greylist, reflection)
W: Accessing hidden method Landroid/app/ActivityThread;->currentPackageName()Ljava/lang/String; (light greylist, reflection)
W: Accessing hidden method Landroid/graphics/drawable/AnimatedVectorDrawable;->reverse()V (dark greylist, reflection)
W: Accessing hidden method Landroid/media/AudioTrack;->getLatency()I (light greylist, reflection)
W: Accessing hidden method Landroid/text/SpannableStringInternal;->charAt(I)C (light greylist, linking)
W: Accessing hidden method Landroid/text/SpannableStringInternal;->getChars(II[CI)V (light greylist, linking)
W: Accessing hidden method Landroid/text/SpannableStringInternal;->length()I (light greylist, linking)
W: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection)
W: Accessing hidden method Landroid/view/View;->getTransitionAlpha()F (light greylist, reflection)
W: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection)
W: Accessing hidden method Landroid/view/ViewGroup;->suppressLayout(Z)V (light greylist, reflection)
W: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (light greylist, reflection)
W: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (light greylist, reflection)
W: Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (light greylist, reflection)
W: Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (light greylist, reflection)
W: Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (light greylist, reflection)
@Tunous Tunous added the bug Something isn't working label Jan 12, 2019
@Tunous Tunous closed this as completed Aug 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant