Skip to content

Commit

Permalink
Add N7 as test device
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydtorres committed Jan 30, 2016
1 parent 9b7ab6c commit 34a9cea
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,10 @@ public static void initAd(View view, int viewId)
AdView mAdView = (AdView) view.findViewById(viewId);
mAdView.setAdListener(new GenericAdListener(mAdView));
AdRequest adRequest = new AdRequest.Builder()
.addTestDevice(AdRequest.DEVICE_ID_EMULATOR)
.addTestDevice("03633EF76BA22B61C33C65CDCDB8D8B0")
.build();
.addTestDevice(AdRequest.DEVICE_ID_EMULATOR)
.addTestDevice("03633EF76BA22B61C33C65CDCDB8D8B0")
.addTestDevice("CB2FCCF13C56C7ADC4F190827D780B91")
.build();
mAdView.loadAd(adRequest);
}

Expand Down

0 comments on commit 34a9cea

Please sign in to comment.