我需要帮助从services.jar中删除或修改正确的动作或触摸事件,以调用通知栏显示。我有一个全屏应用程序,不断被通知栏的外观打断。我知道我无法在应用程序级别执行此操作,但需要反编译services.jar并直接编辑代码。
答案 0 :(得分:2)
也许我已离开基地,但我认为这正是你要找的:
<application
android:icon="@drawable/icon"
android:label="@string/app_name"
>
<activity
android:name=".WhateverYourAppIs"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
...
如果你去here
并且只需控制fullscreen
的f,它将显示android附带的所有全屏选项。您只需将_
替换为.