iamr0s / Dhizuku-API

API of Dhizuku.
MIT License
97 stars 12 forks source link

Add build workflow #7

Closed s1204IT closed 8 months ago

s1204IT commented 8 months ago
iamr0s commented 8 months ago

please explain:

s1204IT commented 8 months ago

Please don't upgrade AGP to 8.3

Simply put, the build fails.

Upgrade minSdk from 19 to 21

This is simply because we thought it was unnecessary before Lollipop.
If Dhizuku features work on Android 4.4, I will revert minSdk.

s1204IT commented 8 months ago

Simply put, the build fails.

No, it looks like the build passed.

s1204IT commented 8 months ago

Fixed both issues.

iamr0s commented 8 months ago

关于AGP,我后续会检查它为何会失败。

Dhizuku-API的初稿是我用于权限共享设计的,共享Device Owner只是它的一部分。

因为在Android中,只有sharedUID可以实现两个应用用相同的uid。而Dhizuku-API可以基于Binder和Process实现两个应用共享uid。

s1204IT commented 8 months ago

Well, what does that have to do with closing? If there are any additional points you'd like to correct, I'm open to them.