获取googlemapsactivity中的上下文

时间:2017-03-06 11:59:36

标签: android android-intent

我尝试使用GoogleMapsActivity。在这种情况下,当当前位置接近正确点时,活动必须开始其他活动。我读了很多文章,我发现了这个:

Intent intent = new Intent("fto.behapp.Locations");
intent.putExtra("situations",Integer.parseInt(valid));
intent.putExtra("ring",true);
intent.putExtra("type",1);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
intent.setClass(context, Locations.class);
intent.addFlags(WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED +
WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD +
WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON +
WindowManager.LayoutParams.FLAG_TURN_SCREEN_ON);
toast("inside");
startActivity(intent);

但是我没有context来设置意图类,我无法使用this,任何人都知道如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

如果您正在参加活动,可以使用Query query = em.createQuery("SELECT COUNT(c) FROM Customer c where c.countryId ='Canada' and c.lanuguage ='ENG'"); query.setMaxResults(10); long customerCount = (Long)query.getSingleResult(); 。或者如果你是片段,你可以使用getApplicationContext()