Skip to content

Commit

Permalink
Created OnBootReceiver for KnoxVNC
Browse files Browse the repository at this point in the history
  • Loading branch information
electrondefuser authored and Surendrajat committed Jan 13, 2025
1 parent ce3349b commit 419068b
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 482 deletions.
8 changes: 8 additions & 0 deletions .idea/dictionaries/apple.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified app/gastest.o
Binary file not shown.
7 changes: 7 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
android:supportsRtl="true"
android:theme="@style/AppTheme">

<receiver android:name=".BootReceiver"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>

<service
android:name="com.appknox.vnc.VNCService"
android:enabled="true"
Expand Down
Loading

0 comments on commit 419068b

Please sign in to comment.