2017-08-17 21:38:05 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-09-10 23:13:32 +00:00
|
|
|
package="cy.agorise.crystalwallet">
|
2018-02-05 01:43:20 +00:00
|
|
|
|
2017-10-05 02:04:42 +00:00
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
2018-03-31 00:59:01 +00:00
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
2018-07-31 18:18:13 +00:00
|
|
|
<uses-permission android:name="android.permission.NFC" />
|
2018-09-30 03:55:48 +00:00
|
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
2017-08-17 21:38:05 +00:00
|
|
|
|
|
|
|
<application
|
2018-02-05 01:43:20 +00:00
|
|
|
android:name=".application.CrystalApplication"
|
2017-08-17 21:38:05 +00:00
|
|
|
android:allowBackup="true"
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
2017-12-28 17:03:19 +00:00
|
|
|
android:label="Crystal"
|
2017-08-17 21:38:05 +00:00
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
|
android:supportsRtl="true"
|
2018-03-19 02:27:45 +00:00
|
|
|
android:configChanges="locale"
|
2017-11-22 02:27:27 +00:00
|
|
|
android:theme="@style/AppTheme">
|
2018-09-03 15:18:48 +00:00
|
|
|
<activity
|
2018-09-06 05:02:06 +00:00
|
|
|
android:name=".activities.LicenseActivity">
|
2017-08-17 21:38:05 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
2018-05-25 16:47:00 +00:00
|
|
|
<activity android:name=".activities.IntroActivity"
|
|
|
|
|
|
|
|
android:theme="@style/AppTheme.NoActionBar">
|
|
|
|
</activity>
|
2018-09-06 05:02:06 +00:00
|
|
|
<activity android:name=".activities.BoardActivity"
|
|
|
|
android:theme="@style/AppTheme.NoActionBar">
|
2017-10-08 03:03:59 +00:00
|
|
|
</activity>
|
2018-08-14 21:15:45 +00:00
|
|
|
<activity android:name=".activities.CreateSeedActivity" >
|
|
|
|
</activity>
|
2018-08-17 05:43:03 +00:00
|
|
|
<activity android:name=".activities.LoadingActivity"
|
|
|
|
android:theme="@style/ActivityDialog">
|
|
|
|
</activity>
|
2017-10-01 01:52:34 +00:00
|
|
|
<activity android:name=".activities.AccountSeedsManagementActivity" >
|
|
|
|
</activity>
|
|
|
|
<activity android:name=".activities.ImportSeedActivity" >
|
|
|
|
</activity>
|
2017-10-29 01:58:00 +00:00
|
|
|
<activity android:name=".activities.SendTransactionActivity" >
|
|
|
|
</activity>
|
2017-11-08 02:18:31 +00:00
|
|
|
<activity android:name=".activities.GeneralSettingsActivity" >
|
|
|
|
</activity>
|
2017-11-22 01:26:24 +00:00
|
|
|
<activity android:name=".activities.CryptoCoinTransactionReceiptActivity" >
|
|
|
|
</activity>
|
2018-03-27 00:33:55 +00:00
|
|
|
<activity android:name=".activities.BackupSeedActivity"
|
|
|
|
android:noHistory="true">
|
2018-01-23 02:18:15 +00:00
|
|
|
</activity>
|
2018-03-27 00:33:55 +00:00
|
|
|
<activity android:name=".activities.PinRequestActivity"
|
|
|
|
android:noHistory="true">
|
2018-03-13 21:57:47 +00:00
|
|
|
</activity>
|
2018-05-09 02:07:12 +00:00
|
|
|
<activity android:name=".activities.PatternRequestActivity"
|
|
|
|
android:noHistory="true">
|
|
|
|
</activity>
|
2018-07-27 02:58:12 +00:00
|
|
|
<activity android:name=".activities.PocketRequestActivity"
|
|
|
|
android:noHistory="true">
|
|
|
|
<!--<meta-data
|
|
|
|
android:name="android.nfc.action.TECH_DISCOVERED"
|
|
|
|
android:resource="@xml/tech" />-->
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
|
|
<data
|
|
|
|
android:scheme="https"
|
|
|
|
android:host="my.yubico.com"
|
|
|
|
android:pathPrefix="/neo"/>
|
|
|
|
</intent-filter>
|
|
|
|
|
|
|
|
</activity>
|
2018-05-31 01:19:46 +00:00
|
|
|
<activity android:name=".activities.CryptoNetAccountSettingsActivity"
|
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
|
android:windowSoftInputMode="adjustPan">
|
|
|
|
</activity>
|
2018-02-05 01:43:20 +00:00
|
|
|
<activity
|
|
|
|
android:name=".activities.SettingsActivity"
|
2018-01-25 22:55:52 +00:00
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
2018-03-13 21:57:47 +00:00
|
|
|
android:windowSoftInputMode="adjustPan">
|
2018-07-31 18:18:13 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
|
|
<data
|
|
|
|
android:scheme="https"
|
|
|
|
android:host="my.yubico.com"
|
|
|
|
android:pathPrefix="/neo"/>
|
|
|
|
</intent-filter>
|
2017-12-29 03:40:34 +00:00
|
|
|
</activity>
|
2018-02-05 01:43:20 +00:00
|
|
|
<activity
|
|
|
|
android:name=".activities.AccountsActivity"
|
|
|
|
android:parentActivityName=".activities.BoardActivity"
|
|
|
|
android:theme="@style/ActivityDialog">
|
2018-01-09 07:22:08 +00:00
|
|
|
<meta-data
|
|
|
|
android:name="android.support.PARENT_ACTIVITY"
|
|
|
|
android:value=".activities.BoardActivity" />
|
|
|
|
</activity>
|
2017-12-29 03:40:34 +00:00
|
|
|
|
2018-02-05 01:43:20 +00:00
|
|
|
<service
|
|
|
|
android:name=".service.CrystalWalletService"
|
|
|
|
android:exported="false" />
|
|
|
|
|
2018-03-13 23:32:06 +00:00
|
|
|
<activity android:name=".activities.CreateContactActivity">
|
|
|
|
</activity>
|
2018-08-23 00:00:39 +00:00
|
|
|
|
2017-08-17 21:38:05 +00:00
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|