-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add screenshots #54
Open
shuvashish76
wants to merge
5
commits into
iamr0s:main
Choose a base branch
from
shuvashish76:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add screenshots #54
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
4b660f4
Delete fastlane/metadata/android/en-US/images/phoneScreenshots directory
shuvashish76 77edded
Add Screenshots
shuvashish76 471d1dc
Add IzzyOnDroid repo link
shuvashish76 60d2a1d
Update full_description.txt
shuvashish76 27c5e38
Delete empty app icon
shuvashish76 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
Dhizuku is a tool that allows you to share device owner permissions with other apps. | ||
<i>Dhizuku</i> is a tool that allows you to share device owner permissions with other apps. | ||
|
||
<b>Enable service</b> | ||
This app is similar to Shizuku (ADB) and Magisk (Root) but instead, it shares device owner permissions with other apps. An example use would be having a new Installer in the Aurora Store for allowing devices such as those sold in Japan (and those where normal package installation is blocked) to install apps from third-party app stores. | ||
|
||
Make sure to follow the <a href="https://github.com/iamr0s/Dhizuku/discussions/19">Activation tutorial</a> | ||
|
||
<b>Enable service:</b> | ||
You can use the following methods to enable the service: | ||
<ul> | ||
<li>Shizuku</li> | ||
<li>ADB</li> | ||
<li>Shizuku</li> | ||
<li>ADB</li> | ||
</ul> | ||
|
||
Several apps already use Dhizuku. If you want to integrate it with yours, take a look at the <a href="https://github.com/iamr0s/Dhizuku-API">Dhizuku API repository</a> |
Empty file.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks oddly similar to my comment on RFP on F-Droid. Please don't use my comment here especially mentioning Aurora Store. Both projects are unrelated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IzzyRepo copied your comment & I just used same description here because I don't have any knowledge about how it really works or how different to Shizuku...
Ok I'll remove it, @s1204IT @iamr0s any better suggestions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, first of all, Shizuku and Dhizuku are completely different things. Please focus on each one individually.
Shizuku is for sharing internal shell services, while Dhizuku has no such functionality and is for sharing device owner permissions.
A Device Owner has higher privileges than a Device Admin and can only have one per device.
And you'll need Dhizuku to use the Device Owner across multiple apps.
To explore the features and benefits of Device Owner, try TestDPC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was my bad then. I've integrated that with the app description to make it a bit clearer what the app is intended for, which was hard to figure by "outsiders" not involved with developing the app or having deep knowledge on the topic otherwise.
Once a "proper" description has been merged to the fastlane structures here, please give me a ping so I enable that on my end and also manually trigger an update for it to be reflected in the IzzyOnDroid repo. Thanks a lot!