Supports thawing and freezing apps
Support to hide specified app in the app list
Support detection system core app to prevent delayed freezing causing cell phone to become brick
Support Cleanup App Cache
Support Force Stop App
APK file is only 47KB
Personal, open source
Similar to App:app quarantine, black and white doors, refrigerator Ice box, etc.version: v160119.04.03.045 Updated:2016/01/19 (file size: 47KB) + First release versionversion: v151231.03.01.035 Updated:2015/12
), and the vertical is the Y axis (1 to the downward direction, respectively, 0, 1, 2, 3 ). Daming Original: For reprinted, please indicate the source: http://blog.csdn.net/wdaming1986/article/details/6978814. First, let's look at the code in the layout file:
Figure (1) figure (2)
The code in the layout file is as follows:
[HTML]
View plaincopyprint?
Licensed under the Apache license, version 2.0 (the "License ");
You may not use this fil
I have been modifying launcher recently, so I plan to record the process of analyzing and modifying the source code. Recently I will write some blog posts about launcher analysis and modification. Because I modified the launcher of 4.0.3ArticleThe launcher is based on the launcher2 modification of android4.0.3.
Foreword: Has been looking at the Launcher module recently, after almost two months study, finally understood the launcher some main function realization, now continues still inGroping state. Did not see launcher, in my case, can only worship, thought that all functions are it to achieve; Getting started, only to discover that launcher's many functions are justIn
Android Launcher: get the list of apps installed on your mobile phone. Android launcher
The most important of Launcher is to obtain the entries and icons of all application lists. Generally, there are two methods to obtain them:
PackageInfo
ResolveInfo
Run and obtain the
After the boot is complete and unlocked, if there is more than one launcher on the Android system, a selection box pops up to let the user choose to enter a launcher. If the user does not want to choose, but want to go directly to a default launcher, how to modify?Note: This modification is not valid for Google Now
Blog migration-I have migrated my blog to www.ijavaboy.com to better manage it. We are sorry for the inconvenience caused by no updates! New address of this article: Click me
In this article, we will write how launcher achieves the drag and drop of items on the desktop in Android. After studying its mechanism, the brain suddenly gets angry and wants to implement a drag-and-drop listview, after understandin
The research code starts with: Androidmanifest.xml, custom Application.java.When the Android system starts, the system needs a home application to be responsible for displaying the applications, that is, the application is intended to be the first application launched by the Android system. On Android, this default home application is launcher.To use an applicati
) process:The following is an excerpt from the Web blog, the original author and blog address forgot [Sorry!]----------------------------------------------------------------------------------------------------------- -----------------------The Android platform is designed for handheld embedded devices, and most handheld devices work with batteries, which themselves have very limited resources.Therefore, the
Launcher is our home, which can be simply understood as a simplified Linux GUI. As a GUI, it must first complete its most essential functions,That is, it must be able to provide categing to all applications (category_launcher). However, as a GUI, it must not only be a good score, but also be a beautiful girl (wallpaper );In addition, it must be highly interactive. If there is no good interaction, just like you have been paying attention to a beauty fo
Step 1: Use our application as the home(That is, press the home key to start your launcher .)
To use our application as home, you only need to add the following in AndroidManifest. xml:
AndroidManifest.xml
Step 2: List the installed applications
List Installed applications as an indispensable feature for launcher. The following describes how to list applications. After the program is run, it looks as foll
launcherRun the following command in the terminal:(1) cd/usr/share/applications(2) sudo gedit application name. Desktop(3) Add in the text that pops up:[Desktop Entry]Type=applicationName= Namecomment= descriptionicon=/Application Folder/icon. xpmexec=/Application Folder/ application %FTerminal=falseCategories=development;The main ones are icon and exec, which are icons and the latter are applications.Such as:[Desktop Entry]Type=applicationName=understandComment=scitoolsicon=/home/myname/scitoo
Http://www.eoeandroid.com/thread-157511-1-1.html
An animated effect that extracts the menu from the next path. Look at the stickers first.Source: Pathmenu.zip (1.3 MB, download number: 466)Effect APK:PathMenu.apk (466.77 KB, download number: 57)Principle:Click on the red plus sign to trigger the event:public static void Startanimationsin (ViewGroup viewgroup,int durationmillis) {for (int i = 0; i ImageButton Inoutimagebutton = (ImageButton) viewgroup. Getchildat (i);Inoutimagebutton.setvisibili
Http://www.eoeandroid.com/thread-157511-1-1.html
Extract the animation effect of the next path menu. Look at the map first.Source: Pathmenu.zip (1.3 MB, download times: 466)Effect APK:PathMenu.apk (466.77 KB, download times: 57)Principle:Click the red plus sign to trigger the event:public static void Startanimationsin (ViewGroup viewgroup,int durationmillis) {for (int i = 0; i ImageButton Inoutimagebutton = (ImageButton) viewgroup. Getchildat (i);Inoutimagebutton.setvisibility (0);Marginlayoutp
Everyone has tried compiling android launcher 2.
However, it may fail for various reasons.
Today, I told him how to compile android launcher 2 on eclipse.
If you have compiled launcher 2 before android2.3.
Therefore, compiling android
Tian haili @ csdn
2012-8-21
Launcher plays the appwidgethost role in the entire android appwidget system. This article analyzes how launcher processes appwidgets, including: processing after appwidgetprovider is selected; processing of appwidget information during launcher initialization (including loading for the fir
Appium tests Android Launcher to obtain the target application by sliding the form. appium android
The so-called Launcher refers to the android Desktop Management Program. All application icons are placed on the launcher. In fact,
If you want to customize an Android system, you want to use your own launcher (home) as the main interface to replace your android home, you do not want to replace the launcher installed by the user.You can modify the framework to implement this function.
Here we use the source code of android2.1 as an example to descr
As mentioned in my previous blog, all the desktop item data of launcher is stored in the launcher. DB/favorites table.When launcher is started, the loadeworkspace function will query all the data in the database and display it. The data loading process of this desktop item is described in detail in my blog launcher-sta
Because of customization, the launcher package names of different mobile phones are different.
For example:
Miui: com. miui. home
Huawei: com. huawei. android. launcher
Moto and htc: com. android. launcher
Samsung: com. sec. android
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.