Thursday, 29 April 2021

How to create/replace Android.mk file to instantiate Notification.TvExtender()

My intention is to instantiate a Notification.TvExtender() which is annotated as @SystemApi as you can see in Android_SDK\sources\android-30\android\app\Notification.java see here

According to this medium article, I would need to modify the Android.mk file. Since I don't have this file in my project and I also don't use NDK, how can I create this file?

I manually created the file in a jni/ folder, but it won't appear in the project. What do I need to do?



from How to create/replace Android.mk file to instantiate Notification.TvExtender()

No comments:

Post a Comment