Archived
Added app language support (I think); fragments rely on Bundles instead of constructor parameters to get data, mitigating a source of crashes
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.StudIPTimetable"
|
||||
tools:targetApi="31">
|
||||
tools:targetApi="33"
|
||||
android:localeConfig="@xml/locales_config">
|
||||
|
||||
<activity
|
||||
android:name=".activity.MainActivity"
|
||||
@@ -31,6 +32,12 @@
|
||||
android:exported="false"
|
||||
android:theme="@style/Theme.StudIPTimetable">
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name=".activity.ImageActivity"
|
||||
android:exported="false"
|
||||
android:theme="@style/Theme.StudIPTimetable">
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user