Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Saifuddin53 committed Dec 19, 2024
1 parent e0da79d commit d76fe12
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
</intent-filter>
</activity>

<!-- <activity-->
<!-- android:name=".fragments.MainFragment"-->
<!-- android:exported="false" />-->

<service
android:name=".services.EnglishKeyboardIME"
android:exported="true"
Expand Down Expand Up @@ -138,21 +134,6 @@
android:name="android.view.im"
android:resource="@xml/method_swedish" />
</service>

<!-- <activity-->
<!-- android:name=".fragments.SettingsFragment"-->
<!-- android:exported="true"-->
<!-- android:label="@string/app.settings.title"-->
<!-- android:parentActivityName=".fragments.MainFragment" >-->
<!-- <intent-filter>-->
<!-- <action android:name="android.intent.action.MAIN" />-->
<!-- </intent-filter>-->
<!-- <intent-filter>-->
<!-- <action android:name="android.intent.action.APPLICATION_PREFERENCES" />-->

<!-- <category android:name="android.intent.category.DEFAULT" />-->
<!-- </intent-filter>-->
<!-- </activity>-->
</application>

</manifest>

0 comments on commit d76fe12

Please sign in to comment.