Android/Building/SystemAPPs: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=System APPs= |
=System APPs= |
||
Android system APPs are these APPs installed in system partition. Since system partition is read only, thus the system APPs are not remove-able for general user. |
Android system APPs are these APPs which are installed in system partition. Since system partition is read only at runtime, thus the system APPs are not remove-able for general user. |
||
==Add/Remove system APP== |
==Add/Remove system APP== |
||
In general, there are two ways to add/remove system applications. |
|||
*At build time |
|||
*At runtime |
|||
Revision as of 09:55, 5 August 2015
System APPs
Android system APPs are these APPs which are installed in system partition. Since system partition is read only at runtime, thus the system APPs are not remove-able for general user.
Add/Remove system APP
In general, there are two ways to add/remove system applications.
- At build time
- At runtime