停止Android通知栏就不会显示在触摸事件 [英] Stop Android Notification Bar From Appearing on Touch Events

查看:143
本文介绍了停止Android通知栏就不会显示在触摸事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要帮助删除或修改从打电话通知栏出现在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 .

这篇关于停止Android通知栏就不会显示在触摸事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆