Kaynağa Gözat

Version 1.1

Added compatibility with the lastest version of "Google Assistant"
Moved this package to the Packix repo.
master
Gil Shahar 5 yıl önce
ebeveyn
işleme
2c0c4f67c2
İşleme yapanın e-posta adresine bağlı hesap yok
2 değiştirilmiş dosya ile 16 ekleme ve 2 silme
  1. +15
    -1
      Tweak.xm
  2. +1
    -1
      control

+ 15
- 1
Tweak.xm Dosyayı Görüntüle

@@ -6,10 +6,24 @@
@property (nonatomic, assign) OPASearchViewController *searchViewController;
@end

@interface OPAZeroStateViewController
-(void)openMicForVoiceQuery;
@end

%hook OPAViewController
-(void)viewDidLoad{
%orig;
[[NSNotificationCenter defaultCenter] addObserver:self.searchViewController selector:@selector(didTapOnGlifView) name:UIApplicationDidBecomeActiveNotification object:nil];
[self.searchViewController didTapOnGlifView];
}
%end
%end



%hook OPAZeroStateViewController
-(void)viewDidLoad{
%orig;
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(openMicForVoiceQuery) name:UIApplicationDidBecomeActiveNotification object:nil];
[self openMicForVoiceQuery];
}
%end

+ 1
- 1
control Dosyayı Görüntüle

@@ -1,7 +1,7 @@
Package: com.gilshahar7.instantassistant
Name: InstantAssistant
Depends: mobilesubstrate
Version: 1.0
Version: 1.1
Architecture: iphoneos-arm
Description: Always launches the Google Assistant in "listening mode"
Maintainer: gilshahar7

Yükleniyor…
İptal
Kaydet