Skip to content
This repository was archived by the owner on Aug 21, 2018. It is now read-only.

Commit 7a71d91

Browse files
committed
Removed m_WLANMAC string already declared error
1 parent a6e17aa commit 7a71d91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/pbell/offline/ole/org/pbell/FullscreenActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,6 @@ public boolean updateActivityOpenedResources(String resource_name, String resour
18751875
manager = new Manager(androidContext, Manager.DEFAULT_OPTIONS);
18761876
activityLog = manager.getDatabase("activitylog");
18771877
@SuppressLint("WifiManagerLeak") WifiManager wm = (WifiManager) getSystemService(Context.WIFI_SERVICE);
1878-
String m_WLANMAC = wm.getConnectionInfo().getMacAddress();
18791878
//This is for setting the MAC address if it is being run in a android emulator.
18801879
String m_WLANMAC;
18811880
m_WLANMAC = wm.getConnectionInfo().getMacAddress();

0 commit comments

Comments
 (0)