XomaDev / MIUI-Autostart

A library to check hidden MIUI autostart permission.
MIT License
127 stars 33 forks source link

Add an app module for example #5

Closed Dhina17 closed 2 years ago

Dhina17 commented 2 years ago

@XomaDev Shall I know why it's not merged yet?

XomaDev commented 2 years ago

I'll do it soon, I had other projects and exams.

XomaDev commented 2 years ago

I just wanted to tell you that the previous Gradle PR, does not include the other library required for the Autostart class (gradle output, misses it). I.e, me.weishu.reflection.Reflection, this should be fixed first ASAP.

Therefore the library does not function anymore when the classes.jar is directly used.

Dhina17 commented 2 years ago

I just wanted to tell you that the previous Gradle PR, does not include the other library required for the Autostart class (gradle output, misses it). I.e, me.weishu.reflection.Reflection, this should be fixed first ASAP.

Therefore the library does not function anymore when the classes.jar is directly used.

https://github.com/XomaDev/MIUI-autostart/blob/fda33ab5d32ffe526d8449c8a7ffaa91e10a32d0/library/build.gradle#L32

It included correctly

XomaDev commented 2 years ago

Yes, but not in the /library/build/intermediates/compile_library_classes_jar/.... I think we can ignore it, since it would be solved if one uses the Autostart library through gradle.

Dhina17 commented 2 years ago

I hope no one gonna use it without gradle since it's an android specific project. We can ignore it.

XomaDev commented 2 years ago

Alright. Will check the PR today, (Update: this may take longer, I just moved stuff to a new computer)

XomaDev commented 2 years ago

Looks good, thanks for the PR.