Add SecureStorageController
This commit is contained in:
parent
4798ae0554
commit
c3376bf780
10 changed files with 136 additions and 188 deletions
|
|
@ -10,7 +10,9 @@
|
|||
android:label="Nexus"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:roundIcon="@mipmap/nexus_round">
|
||||
android:roundIcon="@mipmap/nexus_round"
|
||||
android:allowBackup="false"
|
||||
android:fullBackupContent="false">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue