1, please modify the Frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/keyguardhostview.java, will In the Onfinishinflate () method
Adddefaultwidgets ();
This line of code commented out;
2. Please modify frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ Keyguardhostview.java, modify the mswitchpagerunnable to read as follows:
Runnable mswitchpagerunnable = new Runnable () {
@Override
public void Run () {
Showappropriatewidgetpage ();
}
};
3, please modify the Frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/pagedview.java, will
The Onintercepttouchevent and Ontouchevent methods are commented out except for the return statement;
Note:
This modification will result in the installation of the GMS package, the lock screen when playing music with play music, and the widget with no music playing on the lock screen.
Android4.2 How to disable the lock screen left and right swipe function?