[A] Fix insights api key access for Legacy Android

This commit is contained in:
E.Z. Hart 2016-03-23 15:07:26 -06:00
Родитель 5c63c8c74a
Коммит 1200fcce1b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -188,7 +188,7 @@ namespace Xamarin.Forms.ControlGallery.Android
base.OnCreate(bundle);
if (!Debugger.IsAttached)
Insights.Initialize(App.InsightsApiKey, this.ApplicationContext);
Insights.Initialize(App.Secrets["InsightsApiKey"], this.ApplicationContext);
Forms.Init(this, bundle);
FormsMaps.Init(this, bundle);