停止Android通知栏就不会显示在触摸事件事件、通知、Android

2023-09-08 09:06:04 作者:看她长的那叫一个伤胃

我需要帮助删除或修改从打电话通知栏出现在services.jar正确的动作或触摸事件。我有一个不断得到通过通知栏的外观中断的全屏应用程序。我明白我将无法在应用层面做到这一点,但需要反编译services.jar并直接编辑code。

I need help removing or modifying the correct motion or touch events from the services.jar that call the notification bar to appear. I have a full screen application that keeps getting interrupted by the appearance of the notification bar. I understand I won't be able to do this at the application level but need to decompile the services.jar and edit the code directly.

推荐答案

也许我大错特错,但我认为这是你在找什么:

Perhaps I'm way off base but, I think this is what you are looking for:

<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"
...

如果你去这里和公正的控制-F为全屏,它会告诉你这一切都包含在Android上的全屏选项。你只需要替换 _

if you go here and just control-f for fullscreen, it will show you all of the fullscreen options that are included with android. you just have to replace the _ with .