예제 #1
0
def clearMediaCache():
    if Dialog().yesno(30033):
        cleanDebris()
        notify(30301)
예제 #2
0
 def __init__(self, *args):
     super(_Base2, self).__init__(*args)
     cleanDebris()
예제 #3
0
def clearMediaCache():
    if Dialog().yesno(30033):
        cleanDebris()
        notify(30301)
 def __init__(self, *args):
     super(_Base2, self).__init__(*args)
     cleanDebris()