mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-10 09:02:05 +02:00
And adjust the existing ENCLAVE_SECRET tests and examples to use this (including Rust and Node's). This also requires adding an AndroidManifest.xml that notes the tests might use the network.
4 lines
149 B
XML
4 lines
149 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
</manifest>
|