Skip to content

Commit

Permalink
Uodate outlook
Browse files Browse the repository at this point in the history
  • Loading branch information
codehasan committed May 8, 2022
1 parent 3f48243 commit 26d3890
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified .resources/images/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
defaultConfig {
applicationId "io.github.ratul.topactivity"
minSdkVersion 21
targetSdkVersion 32
targetSdkVersion 30
versionCode 15
versionName "1.5.5"
}
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/xml/accessibility.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<accessibility-service
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:accessibilityEventTypes="typeWindowStateChanged"
android:accessibilityFeedbackType="feedbackGeneric"
android:accessibilityFlags="flagReportViewIds"
android:canRetrieveWindowContent="true"
tools:isAccessibilityTool="true"
android:description="@string/accessibility_permission"
android:notificationTimeout="100"/>

0 comments on commit 26d3890

Please sign in to comment.