protected final void onCreate(Bundle paramBundle) {
   super.onCreate(paramBundle);
   paramBundle = new Intent(this, ko());
   paramBundle.putExtra("SearchActionVerificationClientExtraIntent", getIntent());
   startService(paramBundle);
   finish();
 }
Пример #2
0
 public void onCreate(Bundle paramBundle)
 {
   super.onCreate(paramBundle);
   paramBundle = getIntent();
   try
   {
     this.orderId = Integer.parseInt(paramBundle.getStringExtra("orderId"));
     this.shopName = paramBundle.getStringExtra("shopName");
   }
   catch (NumberFormatException localNumberFormatException2)
   {
     try
     {
       this.shopId = Integer.parseInt(paramBundle.getStringExtra("shopId"));
       setTitle(this.shopName);
       this.adapter = new Adapter(this);
       setupView();
       initData(paramBundle);
       initBottomAd(paramBundle);
       this.source = getIntent().getData().getQueryParameter("source");
       paramBundle = new Intent("tuan:add_review_successfully");
       paramBundle.putExtra("shopId", this.shopId);
       paramBundle.putExtra("orderId", this.orderId);
       sendBroadcast(paramBundle);
       requestRecommendReview();
       return;
       localNumberFormatException1 = localNumberFormatException1;
       localNumberFormatException1.printStackTrace();
     }
     catch (NumberFormatException localNumberFormatException2)
     {
       while (true)
         localNumberFormatException2.printStackTrace();
     }
   }
 }
 public void onCreate(Bundle paramBundle) {
   super.onCreate(paramBundle);
   Uri localUri = getIntent().getData();
   paramBundle = b(localUri);
   String str = a(localUri);
   if (!TextUtils.isEmpty(str)) {
     if (TextUtils.isEmpty(str)) {
       break label121;
     }
     if (!"yelp".equals(localUri.getScheme())) {
       break label104;
     }
     paramBundle =
         ActivityMediaViewer.a(
             this, str, BusinessMediaRequest.singlePhoto(str, paramBundle), new ArrayList(0), 0);
   }
   for (; ; ) {
     paramBundle.putExtra("yelp:external_request", true);
     AppData.b().k().a(new o(localUri));
     startActivity(paramBundle);
     finish();
     return;
     label104:
     paramBundle = ActivityMediaViewer.a(this, str, new ArrayList(), paramBundle);
     continue;
     label121:
     paramBundle =
         ActivityMediaBrowser.a(
             this,
             getString(2131166331),
             null,
             new BusinessMediaRequest(str, 0, 20),
             new ArrayList(),
             false);
   }
 }