document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. frameworks/base/wifi/java/android/net/wifi/p2p/WifiP2pService.java:326: cannot find symbol
  2.  
  3. symbol : method getSystemService(java.lang.String)
  4.  
  5. location: class android.net.wifi.p2p.WifiP2pService
  6.  
  7. final WifiManager wifi = (WifiManager) getSystemService(Context.WIFI_SERVICE);
  8.  
  9. ^
  10.  
  11. Note: Some input files use or override a deprecated API.
  12.  
  13. Note: Recompile with -Xlint:deprecation for details.
  14.  
  15. Note: Some input files use unchecked or unsafe operations.
  16.  
  17. Note: Recompile with -Xlint:unchecked for details.
  18.  
  19. 1 error
');