|
@@ -29,6 +29,17 @@
|
|
|
</intent-filter>
|
|
</intent-filter>
|
|
|
</activity>
|
|
</activity>
|
|
|
|
|
|
|
|
|
|
+ <activity android:name=".ui.LuiActivity"
|
|
|
|
|
+ android:exported="true"
|
|
|
|
|
+ android:permission="android.permission.BIND_EUICC_SERVICE">
|
|
|
|
|
+ <intent-filter android:priority="100">
|
|
|
|
|
+ <action android:name="android.service.euicc.action.MANAGE_EMBEDDED_SUBSCRIPTIONS" />
|
|
|
|
|
+ <action android:name="android.service.euicc.action.PROVISION_EMBEDDED_SUBSCRIPTION" />
|
|
|
|
|
+ <category android:name="android.intent.category.DEFAULT" />
|
|
|
|
|
+ <category android:name="android.service.euicc.category.EUICC_UI" />
|
|
|
|
|
+ </intent-filter>
|
|
|
|
|
+ </activity>
|
|
|
|
|
+
|
|
|
<activity
|
|
<activity
|
|
|
android:name="com.journeyapps.barcodescanner.CaptureActivity"
|
|
android:name="com.journeyapps.barcodescanner.CaptureActivity"
|
|
|
android:screenOrientation="fullSensor"
|
|
android:screenOrientation="fullSensor"
|