Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android手機 >> Android刷機教程 >> 三星刷機 >> 三星S4 I9500多窗口完美全開的修改教程

三星S4 I9500多窗口完美全開的修改教程

編輯:三星刷機

   現在來和大家分享一個三星Galaxy S4 I9500多窗口完美全開的修改教程,通過這個三星S4多窗口全開修改教程修改系統文件之後,可以在Galaxy S4的flashbar/多窗口中使用所有安裝在應用抽屜的應用程序,新安裝的應用程序也可以使用,因此不需要在flashbar中添加新應用程序。

三星S4 I9500多窗口完美全開的修改教程

 

  【准備事項

  1. 准備好工具apktool,確定你對apktool的反編譯和重新編譯有所了解,而且知道怎麼使用。

  2. 准備好文本編輯器notepad++ 。

  3. 准備好工具backsmali 。

  【詳細修改步驟

  1、修改flashbarservice.apk

  用apktool反編譯system/app目錄中的flashbarservice.apk

  進入flashbarservice\smali\com\sec\android\app\FlashBar Service\

  用文件編輯器notepad++打開FlashBarInfo.smali文件

  搜索方法 .method public generateFlashBarList()V

  然後按照下面的說明來修改,左側有-號的是你要刪除的內容,有+號的是你要增加的內容

三星S4 I9500多窗口完美全開的修改教程

  iget-object v10, v6, Landroid/content/pm/ResolveInfo;->filter:Landroid/content/IntentFilter;

  - const-string v11, "android.intent.category.MULTIWINDOW_LAUNCHER"

  + const-string v11, "android.intent.category.LAUNCHER"

  invoke-virtual {v10, v11}, Landroid/content/IntentFilter;->hasCategory(Ljava/lang/String;)Z

  iget-object v10, v6, Landroid/content/pm/ResolveInfo;->filter:Landroid/content/IntentFilter;

  - const-string v11, "com.sec.android.intent.category.MULTIWINDOW_LAUNCHER"

  + const-string v11, "com.sec.android.intent.category.LAUNCHER"

  invoke-virtual {v10, v11}, Landroid/content/IntentFilter;->hasCategory(Ljava/lang/String;)Z

  :try_end_0

  iget-object v8, v7, Landroid/content/pm/ResolveInfo;->filter:Landroid/content/IntentFilter;

  - const-string v9, "android.intent.category.MULTIWINDOW_LAUNCHER"

  + const-string v9, "android.intent.category.LAUNCHER"

  invoke-virtual {v8, v9}, Landroid/content/IntentFilter;->hasCategory(Ljava/lang/String;)Z

  iget-object v8, v7, Landroid/content/pm/ResolveInfo;->filter:Landroid/content/IntentFilter;

  - const-string v9, "com.sec.android.intent.category.MULTIWINDOW_LAUNCHER"

  + const-string v9, "com.sec.android.intent.category.LAUNCHER"

  invoke-virtual {v8, v9}, Landroid/content/IntentFilter;->hasCategory(Ljava/lang/String;)Z

  :try_end_0

  修改完成後,保存文件,然後重新編譯回去,替換原文件,這一部分的修改就完成了。

  2、修改services.jar

  反編譯system/framework目錄中的services.jar文件

  進入services.jar.out\smali\com\android\server\am\目錄

  使用文本編輯器notepad++打開MultiWindowManagerService.smali文件

  搜索方法 .method public isSupportApp(Ljava/lang/StringZ

  然後按照下面的說明來修改,左側有-號的是你要刪除的內容,有+號的是你要增加的內容

三星S4 I9500多窗口完美全開的修改教程

  .prologue

  .line 567

  + const/4 v0, 0x1

  +

  + goto :goto_0

  +

  iget-object v0, p0, Lcom/android/server/am/MultiWindowManagerService;->mSupportAppList:Ljava/util/ArrayList;

  invoke-virtual {v0, p1}, Ljava/util/ArrayList;->contains(Ljava/lang/Object;)Z

  修改完成後,保存文件,然後重新編譯回去,替換原文件,這樣就修改完了。

  上述修改完成並替換好文件後,你會發現多窗口列表中已經列出了所有應用程序,這樣三星S4多窗口功能就可以隨心所欲的使用了。以上就是三星S4多窗口完美全開的修改教程,本教程僅供各位參考。

   
  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved