forked from seek4/SilentInstall_AndroidTV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
#Silent Install | ||
# Silent Install | ||
|
||
This project targets to realize the following function:Control the client's apps by edit configure file in server, | ||
including install some apps,uninstall some apps and upgrade some apps. | ||
|
||
###Control Process | ||
### Control Process | ||
1.Download control info from server;<br> | ||
2.Analysis control info<br> | ||
3.Execute control operation<br> | ||
|
||
####Control Info | ||
#### Control Info | ||
The info kept in json files,an actual demo is [control_1.json](https://github.com/seek4/SilentInstall_AndroidTV/blob/master/control_1.json)<br> | ||
|
||
###Note | ||
### Note | ||
The app must obtain the system authority to realize silent-install. | ||
|
||
|
||
####contact me | ||
#### contact me | ||
E-mail:haoyunyangtong@gmail.com |