kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
revert unwanted manifest changes
rodzic
d2bed1344a
commit
46dfa80344
|
@ -78,7 +78,7 @@
|
||||||
<application
|
<application
|
||||||
tools:replace="android:icon"
|
tools:replace="android:icon"
|
||||||
android:name="com.geeksville.mesh.MeshUtilApplication"
|
android:name="com.geeksville.mesh.MeshUtilApplication"
|
||||||
android:allowBackup="true"
|
android:allowBackup="false"
|
||||||
android:icon="@mipmap/ic_launcher2"
|
android:icon="@mipmap/ic_launcher2"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:roundIcon="@mipmap/ic_launcher2_round"
|
android:roundIcon="@mipmap/ic_launcher2_round"
|
||||||
|
@ -118,12 +118,6 @@
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<!-- This is a private service which just does direct communication to the radio -->
|
|
||||||
<service
|
|
||||||
android:name="com.geeksville.mesh.service.RadioInterfaceService"
|
|
||||||
android:enabled="true"
|
|
||||||
android:exported="false" />
|
|
||||||
|
|
||||||
<!-- zxing for QR Code scanning: lock portrait orientation -->
|
<!-- zxing for QR Code scanning: lock portrait orientation -->
|
||||||
<activity
|
<activity
|
||||||
android:name="com.journeyapps.barcodescanner.CaptureActivity"
|
android:name="com.journeyapps.barcodescanner.CaptureActivity"
|
||||||
|
@ -132,14 +126,13 @@
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name="com.geeksville.mesh.MainActivity"
|
android:name="com.geeksville.mesh.MainActivity"
|
||||||
android:label="@string/app_name"
|
android:launchMode="singleInstance"
|
||||||
android:screenOrientation="portrait"
|
android:screenOrientation="portrait"
|
||||||
android:windowSoftInputMode="stateAlwaysHidden"
|
android:windowSoftInputMode="stateAlwaysHidden"
|
||||||
android:theme="@style/Theme.App.Starting"
|
android:theme="@style/Theme.App.Starting"
|
||||||
android:exported="true">
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue