mirror of https://github.com/LeOS-GSI/LeOS-Genesis
parent
2bc7df8237
commit
e6b98a6181
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -37,7 +37,7 @@
|
||||||
<p class="privacy__welcome-header privacy__welcome-header--bottom gs-disable-highlight">personal information.</p>
|
<p class="privacy__welcome-header privacy__welcome-header--bottom gs-disable-highlight">personal information.</p>
|
||||||
|
|
||||||
<p class="privacy__welcome-info gs-disable-highlight">That's our privacy policy in a nutshell.</p>
|
<p class="privacy__welcome-info gs-disable-highlight">That's our privacy policy in a nutshell.</p>
|
||||||
<a href="mailto:connectionslimited5@gmail.com" class="gc--clear-selection" style="text-decoration: none"><div class="privacy__welcome-mail gs-disable-highlight">Contact Developer</div></a>
|
<a href="mailto:orionhiddentechnologies@gmail.com" class="gc--clear-selection" style="text-decoration: none"><div class="privacy__welcome-mail gs-disable-highlight">Contact Developer</div></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="privacy__body">
|
<div class="privacy__body">
|
||||||
|
|
||||||
|
|
|
@ -149,7 +149,7 @@
|
||||||
</p>
|
</p>
|
||||||
<p name="63ec" id="63ec"><strong>We’re still in the early stages of what this project will look like, so if you want to help or have thoughts, let’s talk.</strong>
|
<p name="63ec" id="63ec"><strong>We’re still in the early stages of what this project will look like, so if you want to help or have thoughts, let’s talk.</strong>
|
||||||
</p>
|
</p>
|
||||||
<p name="9376" id="9376"><a href="mailto:connectionslimited5@gmail.com" data-href="mailto:connectionslimited5@gmail.com" rel="nofollow"><strong>pippin@pippinlee.com</strong></a>
|
<p name="9376" id="9376"><a href="mailto:orionhiddentechnologies@gmail.com" data-href="mailto:orionhiddentechnologies@gmail.com" rel="nofollow"><strong>pippin@pippinlee.com</strong></a>
|
||||||
</p>
|
</p>
|
||||||
<p name="ea00" id="ea00"><em>This isn’t supposed to be a </em>
|
<p name="ea00" id="ea00"><em>This isn’t supposed to be a </em>
|
||||||
<strong><em>manifesto™©</em>
|
<strong><em>manifesto™©</em>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -440,7 +440,7 @@ public class helperMethod
|
||||||
selectorIntent.setData(Uri.parse("mailto:"));
|
selectorIntent.setData(Uri.parse("mailto:"));
|
||||||
|
|
||||||
final Intent emailIntent = new Intent(Intent.ACTION_SEND);
|
final Intent emailIntent = new Intent(Intent.ACTION_SEND);
|
||||||
emailIntent.putExtra(Intent.EXTRA_EMAIL, new String[]{"connectionslimited5@gmail.com"});
|
emailIntent.putExtra(Intent.EXTRA_EMAIL, new String[]{"orionhiddentechnologies@gmail.com"});
|
||||||
emailIntent.putExtra(Intent.EXTRA_SUBJECT, "Issue Report");
|
emailIntent.putExtra(Intent.EXTRA_SUBJECT, "Issue Report");
|
||||||
emailIntent.putExtra(Intent.EXTRA_TEXT, "Write Message Here....");
|
emailIntent.putExtra(Intent.EXTRA_TEXT, "Write Message Here....");
|
||||||
emailIntent.setSelector( selectorIntent );
|
emailIntent.setSelector( selectorIntent );
|
||||||
|
|
Loading…
Reference in New Issue