Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
1134b18a
Commit
1134b18a
authored
Nov 27, 2018
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename application label to "Magic" to prevent detection
parent
2e4aa507
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
AndroidManifest.xml
app/src/full/AndroidManifest.xml
+1
-0
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+1
-1
strings.xml
app/src/main/res/values/strings.xml
+1
-0
No files found.
app/src/full/AndroidManifest.xml
View file @
1134b18a
...
...
@@ -21,6 +21,7 @@
android:exported=
"true"
/>
<activity
android:name=
"a.c"
android:label=
"@string/app_name"
android:configChanges=
"orientation|screenSize"
android:exported=
"true"
android:theme=
"@style/SplashTheme"
>
...
...
app/src/main/AndroidManifest.xml
View file @
1134b18a
...
...
@@ -13,7 +13,7 @@
android:allowBackup=
"false"
android:directBootAware=
"true"
android:icon=
"@drawable/ic_launcher"
android:label=
"@string/app_name"
android:label=
"@string/
re_
app_name"
android:supportsRtl=
"true"
tools:ignore=
"GoogleAppIndexingWarning,UnusedAttribute"
>
...
...
app/src/main/res/values/strings.xml
View file @
1134b18a
...
...
@@ -3,6 +3,7 @@
<!--Not translatable-->
<string
name=
"app_name"
translatable=
"false"
>
Magisk Manager
</string>
<string
name=
"re_app_name"
translatable=
"false"
>
Magic
</string>
<string
name=
"magisk"
translatable=
"false"
>
Magisk
</string>
<string
name=
"magiskhide"
translatable=
"false"
>
Magisk Hide
</string>
<string
name=
"empty"
translatable=
"false"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment