NEW_OUTGOING_CALL not being called on Samsung Galaxy S

后端 未结 4 1515
攒了一身酷
攒了一身酷 2021-01-13 10:00

Trying to intercept outgoing calls, and have a solution working well on

  • nexus 1 stock android 2.2
  • HTC desire 2.2
  • Moto defy 2.1
4条回答
  •  北荒
    北荒 (楼主)
    2021-01-13 10:39

    Try putting the manifest in order as suggested by Google Dev: Manifest.xml

    Like this:

    
    ...
    
         . . . 
        
    
    

    There may be an issue in how some devices parse the Manifest and may not register the receiver correctly.

    EDIT: As of ADT 16 Lint will tell you that your permissions are in the wrong place, so I'm assuming this must be more of an issue then previously thought

    Cheers

提交回复
热议问题