Si già, ricordo di aver visto qualcosa in giro, credoPer respingere le chiamate dei rompi... (ehm , seccatori) non preoccuparti; esiste quella mia vecchia app (poi diventata widget) che fa proprio questo.
Dovrei solo ripescarla e verificare se non sia meglio utilizzare i broadcast dinamici piuttosto che quelli statici.
Poi, se ti piace, prendi spunto e la integri in PickUp
Broadcast.addAction("android.media.VOLUME_CHANGED_ACTION")
Broadcast.SetPriority(2147483647)
Broadcast.registerReceiver("")
Sub BroadcastReceiver_OnReceive (Action AsString, i AsObject)Dim i2 AsIntent
i2 = iLog("I2:" & i2.Action)
i2.getextra("android.media.EXTRA_VOLUME_STREAM_VALUE")'necessito controllo volume (IF)Dim curVol AsInt
curVol = i2.getextra("android.media.EXTRA_VOLUME_STREAM_VALUE")
...
...
Pubblicata Nuova versione
Ora devo andare ad na gara di Judo di mio figlio ma, domani, cecherò di pubblicare anche laversione FREE e, questa volta, attiverò cose ma a tempo limitato.
#If Debug
Log("Btn.Tag: " & Btn.Tag)
#End If
tmpString = tmpTag.Replace("OnLongClickSub","#")
#If Debug
Log("tmpString1: " & tmpString)
#End If
tmpString = tmpString.SubString(tmpString.IndexOf("#")+2)
tmpString = tmpString.SubString2(0,tmpString.IndexOf(","))
#If Debug
Log("tmpString2: " & tmpString)
Log("End of tmpString: " & Asc(tmpString.CharAt(tmpString.Length-1))) 'Here there is a chr10 (LF) at end
#End If
tmpString = tmpString.Replace("_LongClick","")
#If Debug
Log("tmpString2: " & tmpString)
Log("End of tmpString: " & Asc(tmpString.CharAt(tmpString.Length-1))) 'Here the same chr10 at end also, any test you do with the variable tmpString after don't work.
' See the log attached
' I don't know if it's due to SubString2 or Replace but with Android 4.x i haven't this problem before.
#End If
tmpString = tmpString.Trim ' <- ' I have add this and that's work now
#If Debug
Log("End of tmpString: " & Asc(tmpString.CharAt(tmpString.Length-1))) 'Here nothing more than the SubString who is needed.
Log("Sender: " & tmpString)
#End If
Bah, mi sono rotto... ripasso su questo sito solo se e quando mi servirà qualcosa!
pensa ho finito il manuale 80pag di alfadesk...ho avvisato tutti gli utenti con una newsletter...l hanno scaricata. ...ci fosse stato uno che ha ringraziato
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?