am 05192e5a
: Merge "Docs: replacing analytics ID from D.A.C. Bug: 11476435"
* commit '05192e5a9095ac6a89757157dfd3636a2f56df7f': Docs: replacing analytics ID from D.A.C. Bug: 11476435
This commit is contained in:
@@ -27,6 +27,17 @@ if:reference ?>
|
|||||||
if:resources ?>
|
if:resources ?>
|
||||||
<script src="<?cs var:toroot ?>resources/resources-data.js" type="text/javascript"></script><?cs
|
<script src="<?cs var:toroot ?>resources/resources-data.js" type="text/javascript"></script><?cs
|
||||||
/if ?>
|
/if ?>
|
||||||
|
<script type="text/javascript">
|
||||||
|
var _gaq = _gaq || [];
|
||||||
|
_gaq.push(['_setAccount', 'UA-10664927-1']);
|
||||||
|
_gaq.push(['_trackPageview']);
|
||||||
|
|
||||||
|
(function() {
|
||||||
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||||
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
<noscript>
|
<noscript>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
html,body{overflow:auto;}
|
html,body{overflow:auto;}
|
||||||
@@ -37,4 +48,4 @@ if:resources ?>
|
|||||||
#resize-packages-nav{border-bottom:3px solid #666;}
|
#resize-packages-nav{border-bottom:3px solid #666;}
|
||||||
</style>
|
</style>
|
||||||
</noscript>
|
</noscript>
|
||||||
</head>
|
</head>
|
||||||
|
@@ -1,11 +1,19 @@
|
|||||||
</div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
|
</div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
init(); /* initialize android-developer-docs.js */
|
init(); /* initialize android-developer-docs.js */
|
||||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
||||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript">
|
<!--
|
||||||
var pageTracker = _gat._getTracker("UA-5831155-1");
|
Copyright 2013 The Android Open Source Project
|
||||||
pageTracker._trackPageview();
|
|
||||||
</script>
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
@@ -86,14 +86,5 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
|
||||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
||||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var pageTracker = _gat._getTracker("UA-5831155-1");
|
|
||||||
pageTracker._trackPageview();
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@@ -48,7 +48,7 @@ else
|
|||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _gaq = _gaq || [];
|
var _gaq = _gaq || [];
|
||||||
_gaq.push(['_setAccount', 'UA-5831155-1']);
|
_gaq.push(['_setAccount', 'UA-45455297-1']);
|
||||||
_gaq.push(['_trackPageview']);
|
_gaq.push(['_trackPageview']);
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
@@ -57,4 +57,4 @@ else
|
|||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user