Skip to content

Commit

Permalink
Switch to Feed Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
whataudoinghere committed Jan 22, 2020
1 parent 521fa43 commit 306f64b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ android {
}

pixelbridge {
applicationId 'com.google.android.apps.nexuslauncher'
applicationId 'ru.cpl.feed'
versionName "1"
project.ext.set("archivesBaseName", "CPL_Feed_Plugin")
flavorDimensions 'default'
}
}
Expand Down
11 changes: 0 additions & 11 deletions app/src/pixel/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="whatau.aidlbridge">

<permission
android:name="com.google.android.apps.nexuslauncher.permission.QSB"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="signatureOrSystem" />
<uses-permission android:name="com.google.android.apps.nexuslauncher.permission.QSB" />

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
Expand Down Expand Up @@ -43,11 +37,6 @@
</intent-filter>
</receiver>

<provider
android:authorities="com.google.android.apps.nexuslauncher.appssearch"
android:exported="true"
android:name=".AppSearchProvider" />

</application>

</manifest>
2 changes: 1 addition & 1 deletion app/src/pixel/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">CPL Лента новостей и Погода</string>
<string name="app_name">CPL Лента новостей</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/pixel/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">CPL Feed and Weather Plugin</string>
<string name="app_name">CPL Feed Plugin</string>
</resources>

0 comments on commit 306f64b

Please sign in to comment.