-
-
Notifications
You must be signed in to change notification settings - Fork 155
Update Hooks up to SDK 33 #16
Conversation
|
It seems new hook definitions are being added for Android versions before Android 13. This is inevitably going to cause problems for existing users and therefore I can't accept this commit. Can you please tell me why these new hook definitions are necessary on Android 13 ? |
|
All added hooks has same return type and discards parameters/arguments. Old hooks like "getInstalledPackages(int) and "getInstalledApplications(int)" were deprecated on API Level 33. |
|
I've committed some updates for webview constructors too. |
|
Here is the list of existing hooks deprecated on API Level 33:
|
|
I will probably have some time end of this week to look into this more closely. |
|
Allright, my dear friend. |
|
Since I don't want to make changes pre-Android 13, I have only added new hook definitions for minSdk 33. |
|
Glad to hear you ! |
No description provided.